Skip to content

Commit 1cc8dac

Browse files
author
Steve Goldhaber
committed
Add test for full output
1 parent 67e56cd commit 1cc8dac

4 files changed

Lines changed: 31 additions & 1 deletion

File tree

cime_config/testdefs/testlist_cam.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- CAM-Nor test-supported COMPSETS -->
66
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
77

8-
<test compset="NFHIST" grid="ne16pg3_ne16pg3_mtn14" name="ERP_D_Ld3" testmods="cam/outfrq1d">
8+
<test compset="NFHIST" grid="ne16pg3_ne16pg3_mtn14" name="ERP_D_Ld3" testmods="cam/outfrq1d_fulloutput">
99
<machines>
1010
<machine name="betzy" compiler="intel" category="aux_cam_noresm"/>
1111
<machine name="olivia" compiler="intel" category="aux_cam_noresm"/>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../usermods_dirs/CMIP7_HistoryMax
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
write_nstep0 = .true.
2+
inithist = 'ENDOFRUN'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
!----------------------------------------------------------------------------------
2+
! Users should add all user specific namelist changes below in the form of
3+
! namelist_var = new_namelist_value
4+
!
5+
! Include namelist variables for drv_flds_in ONLY if -megan and/or -drydep options
6+
! are set in the CLM_NAMELIST_OPTS env variable.
7+
!
8+
! EXCEPTIONS:
9+
! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting
10+
! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting
11+
! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting
12+
! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting
13+
! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting
14+
! Set irrigate by the CLM_BLDNML_OPTS -irrig setting
15+
! Set dtime with L_NCPL option
16+
! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options
17+
! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases
18+
! (includes $inst_string for multi-ensemble cases)
19+
! Set glc_grid with CISM_GRID option
20+
! Set glc_smb with GLC_SMB option
21+
! Set maxpatch_glcmec with GLC_NEC option
22+
! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable
23+
!----------------------------------------------------------------------------------
24+
hist_nhtfrq = -24
25+
hist_mfilt = 1
26+
hist_ndens = 1
27+

0 commit comments

Comments
 (0)