Skip to content

Commit

Permalink
Merge pull request #611 from NCAR/Derecho_CLM_DART
Browse files Browse the repository at this point in the history
Update CLM-DART for Derecho
  • Loading branch information
hkershaw-brown committed Jan 9, 2024
2 parents fc03f7c + 308713b commit 6650d3d
Show file tree
Hide file tree
Showing 78 changed files with 85,769 additions and 131 deletions.
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

0 comments on commit 6650d3d

Please sign in to comment.