You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#1577Fixes#1576
User interface changes?: None
Code review: Bill Sacks
Invalid double quotes in the valid values settings for
taxmode,
decomp,mapmask,mapalgo
need to be removed.
The text was updated successfully, but these errors were encountered: