forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make some changes to the cplhist testmod that should fix the cplhist test, based on testing done by Keith Oleson: - Point to new cplhist forcing data generated and used by Adam Herrington and Keith Oleson - Use DATM_PRESNDEP=none until ESCOMP#1844 is resolved Also, remove mct cplhist test
- Loading branch information
Showing
3 changed files
with
9 additions
and
29 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
20 changes: 8 additions & 12 deletions
20
cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
driver=`./xmlquery --value COMP_INTERFACE` | ||
if [ "$driver" = "nuopc" ]; then | ||
./xmlchange DATM_YR_ALIGN=1 | ||
./xmlchange DATM_YR_END=84 | ||
./xmlchange DATM_YR_START=82 | ||
else | ||
./xmlchange DATM_CPLHIST_YR_ALIGN=1 | ||
./xmlchange DATM_CPLHIST_YR_END=84 | ||
./xmlchange DATM_CPLHIST_YR_START=82 | ||
fi | ||
./xmlchange DATM_CPLHIST_CASE=b.e20.B1850.f09_g17.pi_control.all.221.cplhist | ||
./xmlchange DATM_CPLHIST_DIR=/glade/p/cesm/bgcwg_dev/forcing/b.e20.B1850.f09_g17.pi_control.all.221.cplhist/cpl/hist.mon | ||
./xmlchange DATM_CPLHIST_CASE=cam6ctsm51_cesm23a12c_ne30pg3g17_CPLHIST_1850 | ||
./xmlchange DATM_CPLHIST_DIR=/glade/p/cgd/tss/CTSM_datm_forcing_data/atm_forcing.cdeps_datm.CPLHIST_cam6ctsm51_cesm23a12c_ne30pg3g17_1850 | ||
./xmlchange DATM_YR_START=1 | ||
./xmlchange DATM_YR_END=1 | ||
./xmlchange DATM_YR_ALIGN=1 | ||
|
||
# Needed until we have cplhist forcing with ndep - see https://github.com/escomp/ctsm/issues/1844 | ||
./xmlchange DATM_PRESNDEP=none |