Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CLM-DART for Derecho #611

Merged
merged 13 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions models/clm/DART_SourceMods/cesm1_1_1/SourceMods/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
These are everyones sourcemods for cesm1_1_1 ...

Each file has the parent filename near the top of the modified file so you can check
the differences.

The cesm1_1_1 POP build namelist mechanism had a bug in it.
Use the one for cesm1_2_beta04 instead. This can be accomplished (amazingly) by
putting the build-namlist in our SourceMods/src.pop2 section.

xxdiff /glade/p/cesm/cseg/collections/cesm1_1_1/models/ocn/pop2/bld/build-namelist \
/glade/p/cesm/cseg/collections/cesm1_2_beta04/models/ocn/pop2/bld/build-namelist

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This atm_comp_mod.F90 forces CAM to use the CAM initial conditions file while
all other model components are using restart files. This allows us to use
CONTINUE_RUN = TRUE, but this also means we have to write out CAM restart
files because we need to use the information CAM sends to the coupler to
avoid lagging the ocean by a day. At present, this atm_comp_mod.F90 has
some debug statements in it, and will not work properly (I suspect) if we
do not stop at midnight only. This is an interim product.
-- TJH Mon Apr 8 16:22:58 MDT 2013

1,318 changes: 1,318 additions & 0 deletions models/clm/DART_SourceMods/cesm1_1_1/SourceMods/src.cam/atm_comp_mct.F90

Large diffs are not rendered by default.

1,602 changes: 1,602 additions & 0 deletions models/clm/DART_SourceMods/cesm1_1_1/SourceMods/src.cam/dynamics/fv/cd_core.F90

Large diffs are not rendered by default.

Loading