CDEPS
CDEPS copied to clipboard
Create cplhist mode for dice
Description of changes
A new dice_datamode_cplhist_mod is adapted from docn_datamode_cplhist_mod.
Specific notes
Contributors other than yourself, if any:
CDEPS Issues Fixed (include github issue #): https://github.com/NOAA-EMC/CDEPS/issues/61
Are there dependencies on other component PRs (if so list):
Are changes expected to change answers (bfb, different to roundoff, more substantial): bfb for existing and new for new datamode
Any User Interface Changes (namelist or namelist defaults changes): Existing sst_constant_value namelist value is used in docn_datamode_cplhist_advance to handle SST units in K and C.
Testing performed (e.g. aux_cdeps, CESM prealpha, etc): UFS regression testing (https://github.com/ufs-community/ufs-weather-model/pull/2186)
Hashes used for testing: See https://github.com/ufs-community/ufs-weather-model/pull/2186
This shouldn't affect baselines in CESM. I am happy to start CESM testing to confirm but am learning on the fly on derecho. Can I check these steps?
git clone https://github.com/escomp/cesm.git
cd cesm
./bin/git-fleximod update
cd cime/scripts
nohup nice -n 19 ./create_test --xml-category aux_cdeps --xml-machine derecho -r /glade/derecho/scratch/$USER/aux_cdeps/ --parallel-jobs 6 --project $PROJECT &
I don't see where baselines are stored to compare.
Hi @jedwards4b. This has been updated too but "build-cdeps" github action stopped running (?)