-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1578 from ESMCI/mvertens/datm_cplhist_mod
Rename DATM S1850 mode to CPLHIST Use %CPLHIST for DATM coupler hist forcing Coupler history forcing should have a %CPLHIST mode for any data component that uses it. This change makes DATM conform to this convention. It also fixes the invalid quotes in DROF valid values in #1577 Also changes strm_domdir to null for the cplhist streams: For CPLHIST you want to get the domain from the first stream file. Its important the the stream domain match the stream data. So when strm_domdir is null shr_strdata ensures that this is the case. This is also happening rof the drof CPLHIST mode. Also increases dtlimit to 3 in some places (it was 2 before): For the CPLHIST mode and the first time sample it needs to be 3 - and we want this to work out of the box. It's okay that this loosens the error checking a bit: It's a very large value - e.g. 100 that would be of concern. Test suite: scripts_regression_tests also verified that the following CESM spinup compset 1850_DATM%CPLHIST_SLND_CICE_POP2%ECO_DROF%CPLHIST_SGLC_WW3 gave the correct values Test baseline: Test namelist changes: Test status: bit for bit Fixes #1577 Fixes #1576 User interface changes?: None Code review: Bill Sacks
- Loading branch information
Showing
4 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters