-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (fatest Landuse test): Get the FatesColdLandUse test working by u…
…sing a transient compset longname, and adjusting some things in the test-mod
- Loading branch information
Showing
3 changed files
with
12 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: 5 additions & 1 deletion
6
cime_config/testdefs/testmods_dirs/clm/FatesColdLandUse/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,3 +1,7 @@ | ||
#!/bin/bash | ||
|
||
./xmlchange CLM_BLDNML_OPTS="-clm_demand flanduse_timeseries" --append | ||
# Make sure the use-case is a transient one, so that that the landuse.timeeries file is used | ||
# TODO: Have cases that turn FATES landuse on, use transient compsets and require that they do | ||
# See: https://github.com/ESCOMP/CTSM/issues/2304 | ||
# https://github.com/ESCOMP/CTSM/issues/1617 | ||
./xmlchange --force CLM_NML_USE_CASE=20thC_transient |
6 changes: 6 additions & 0 deletions
6
cime_config/testdefs/testmods_dirs/clm/FatesColdLandUse/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 @@ | ||
! FATES LandUse using the CTSM landuse timeseries file for the transitions | ||
! Turn off transient lakes and urban right now, until this is handled in | ||
! the build-namelist | ||
! See: https://github.com/ESCOMP/CTSM/issues/1617 | ||
fates_harvest_mode = 'landuse_timeseries' | ||
do_transient_lakes = .false. | ||
do_transient_urban = .false. |