forked from E3SM-Project/E3SM
-
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.
Create testmod and test for TF coupling feature
- Loading branch information
1 parent
771d9bb
commit f33a862
Showing
4 changed files
with
18 additions
and
0 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
12 changes: 12 additions & 0 deletions
12
components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glc_tf_coupling/README
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This testdef is used to test a stealth feature that enables coupling between | ||
OCN and GLC for Greenland, which passes ocean thermal forcing from OCN to GLC | ||
and uses that in a parameterization for marine melting of grounded vertical | ||
cliffs. | ||
|
||
It changes one mpaso namelist variable, | ||
config_glc_thermal_forcing_coupling_mode | ||
from its default value to '2d'. | ||
This tests the ocn/glc TF coupling. | ||
|
||
It also specified that DATM forcing should be restricted to 1958. | ||
This allows JRA1p5 forcing to be used without a large input data requirement. |
4 changes: 4 additions & 0 deletions
4
...ts/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glc_tf_coupling/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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
./xmlchange DATM_CLMNCEP_YR_START=1958 | ||
./xmlchange DATM_CLMNCEP_YR_END=1958 | ||
./xmlchange DROF_STRM_YR_START=1958 | ||
./xmlchange DROF_STRM_YR_END=1958 |
1 change: 1 addition & 0 deletions
1
...nts/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glc_tf_coupling/user_nl_mpaso
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
config_glc_thermal_forcing_coupling_mode = '2d' |