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 all 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
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ individual files.

The changes are now listed with the most recent at the top.

**January 9 2024 :: Derecho CLM-DART. Tag v10.10.1**

- CLM-DART scripting updated for Derecho.
- CLM-DART SourceMods packaged with DART.
- Reinstituted both 'complete' and 'single_year' datm streamlist files in shell scripts
due to delays when initializing the CAM reanalysis files through campaign/collections directory.

bug-fixes:

- Fixed format statement in assert_mod to conform to Fortran standards.
- Fixed debugging output for failed forward operators.

doc-fixes:

- Remove broken link for register for dart.

**December 13 2023 :: Developer tests and bug fixes. Tag v10.10.0**

- new developer tests to run all builds for all compilers on NSF NCAR machine
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '10.10.0'
release = '10.10.1'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
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

Loading