Skip to content

Commit

Permalink
fixes in outfrq3s_cosp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Dec 2, 2024
1 parent 6330f1a commit 554ec1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
CAM_CONFIG_OPTS=`./xmlquery CAM_CONFIG_OPTS --value`
if [[ $CAM_CONFIG_OPTS != *"-cosp"* ]]; then
./xmlchange -append CAM_CONFIG_OPTS="-cosp"
./xmlchange --append CAM_CONFIG_OPTS="-cosp"
fi
./xmlchange ROF_NCPL=\$ATM_NCPL
./xmlchange GLC_NCPL=\$ATM_NCPL
./xmlchange CAM_NML_USE_CASE=UNSET
./xmlchange RUN_STARTDATE="19950101"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ mfilt=1,1,1,1,1,1
ndens=1,1,1,1,1,1
nhtfrq=3,3,3,3,3,3
inithist='ENDOFRUN'
fexcl1='CFAD_DBZE94_CS','CLDTOT_CALCS','CLD_CAL_NOTCS','CS_MIXCERT','CS_MIXPOSS','CS_NOPRECIP','CS_PIA','CS_RAINPOSS','CS_RAINPROB'
fexcl1='CFAD_DBZE94_CS','CLDTOT_CALCS','CLD_CAL_NOTCS','CS_MIXCERT','CS_MIXPOSS','CS_NOPRECIP','CS_PIA',
'CS_RAINPOSS','CS_RAINPROB','CS_SNOWCERT','CS_SNOWPOSS'
12 changes: 9 additions & 3 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Issue #670 - DAE test broken

Describe any changes made to build system: none

Describe any changes made to the namelist:
. add spun up initial files for QPLT compset on ne3pg3 and ne30pg3 grids.
Describe any changes made to the namelist: none

List any changes to the defaults for the boundary datasets: none
List any changes to the defaults for the boundary datasets:
. add spun up initial files for QPLT compset on ne3pg3 and ne30pg3 grids.

Describe any substantial timing or memory changes: n/a

Expand Down Expand Up @@ -86,6 +86,12 @@ cime_config/testdefs/testlist_cam.xml
. replace ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPC6.izumi_gnu.cam-outfrq9s_rrtmgp
by ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPLT.izumi_gnu.cam-outfrq9s

cime_config/testdefs/testmods_dirs/cam/outfrq3s_cosp/shell_commands
. remove "./xmlchange CAM_NML_USE_CASE=UNSET"

cime_config/testdefs/testmods_dirs/cam/outfrq3s_cosp/user_nl_cam
. add CS_SNOWCERT and CS_SNOWPOSS to fexcl1

src/chemistry/mozart/mo_drydep.F90
. get_landuse_and_soilw_from_file
- restrict the INFO messages to only print from masterproc
Expand Down

0 comments on commit 554ec1c

Please sign in to comment.