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.
Add reset_dynbal_baselines to a test
We want at least one restart test that covers the new reset_dynbal_baselines flag, to make sure restarts happen properly with this flag: the baselines set in the initial run should be preserved across restart. Also, change this test from ERS to ERP to catch errors related to changing processor count.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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
6 changes: 6 additions & 0 deletions
6
cime_config/testdefs/testmods_dirs/clm/glcMEC_decrease/user_nl_clm
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 +1,7 @@ | ||
for_testing_allow_non_annual_changes = .true. | ||
|
||
! Also test the reset_dynbal_baselines flag. We want at least one restart test that uses | ||
! this flag; for this test to have power, it should have some change in glacier area | ||
! after the restart. (So, in this decrease test, the glacier decrease should be slow | ||
! enough that there is some decrease after the restart.) | ||
reset_dynbal_baselines = .true. |