File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
testmods_dirs/clm/allowTransientYearJump Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 821821 <option name =" comment" >Repeat last ERP_D...decStart test with matrixcnOn</option >
822822 </options >
823823 </test >
824+ <test name =" ERI_D_Ld20" grid =" f10_f10_mg37" compset =" IHistClm60Bgc" testmods =" clm-default--clm/midDecStart--clm-allowTransientYearJump" >
825+ <machines >
826+ <machine name =" derecho" compiler =" intel" category =" aux_clm" />
827+ <machine name =" izumi" compiler =" nag" category =" aux_clm" />
828+ </machines >
829+ <options >
830+ <option name =" wallclock" >00:20:00</option >
831+ <option name =" comment" >ERI test for a transient case across the year boundary, with the restart on the first year side (DEBUG to work on izumi_nag)</option >
832+ </options >
833+ </test >
824834 <test name =" ERP_D_Ld3_P64x2" grid =" f10_f10_mg37" compset =" I2000Clm50BgcCru" testmods =" clm/default" >
825835 <machines >
826836 <machine name =" derecho" compiler =" intel" category =" aux_clm" />
Original file line number Diff line number Diff line change 1+ This testmod has changes that are needed in transient (e.g., HIST) tests that have a jump
2+ in years relative to an initial conditions file. For example, this comes up in the ERI
3+ test, where the hybrid run starts two years later than the initial run.
4+
5+ This testmod is meant to be a mix-in with other testmods (e.g.,
6+ 'clm-something--clm-allowTransientYearJump'), so it does not have an include of the
7+ default testmod or any other testmods (it is assumed that any needed includes come from
8+ the primary testmod of the test, and that this is just added on top of that).
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ ./xmlchange REST_OPTION=' $STOP_OPTION'
4+
Original file line number Diff line number Diff line change 1+
2+ check_finidat_year_consistency = .false.
3+ for_testing_allow_non_annual_changes = .true.
You can’t perform that action at this time.
0 commit comments