forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into NoahMP_p8c_mynn
- Loading branch information
Showing
39 changed files
with
13,874 additions
and
7,929 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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,112 @@ | ||
############################################# | ||
#### NEMS Run-Time Configuration File ##### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: ESMF_LOGKIND_MULTI | ||
|
||
# EARTH # | ||
EARTH_component_list: MED ATM OCN ICE | ||
EARTH_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# MED # | ||
MED_model: @[med_model] | ||
MED_petlist_bounds: @[med_petlist_bounds] | ||
:: | ||
|
||
# ATM # | ||
ATM_model: @[atm_model] | ||
ATM_petlist_bounds: @[atm_petlist_bounds] | ||
ATM_attributes:: | ||
Verbosity = 0 | ||
DumpFields = false | ||
ProfileMemory = false | ||
OverwriteSlice = true | ||
:: | ||
|
||
# OCN # | ||
OCN_model: @[ocn_model] | ||
OCN_petlist_bounds: @[ocn_petlist_bounds] | ||
OCN_attributes:: | ||
Verbosity = 0 | ||
DumpFields = false | ||
ProfileMemory = false | ||
OverwriteSlice = true | ||
mesh_ocn = @[MESHOCN_ICE] | ||
:: | ||
|
||
# ICE # | ||
ICE_model: @[ice_model] | ||
ICE_petlist_bounds: @[ice_petlist_bounds] | ||
ICE_attributes:: | ||
Verbosity = 0 | ||
DumpFields = false | ||
ProfileMemory = false | ||
OverwriteSlice = true | ||
mesh_ice = @[MESHOCN_ICE] | ||
stop_n = @[RESTART_N] | ||
stop_option = nhours | ||
stop_ymd = -999 | ||
:: | ||
|
||
# CMEPS warm run sequence | ||
runSeq:: | ||
@@[coupling_interval_slow_sec] | ||
MED med_phases_prep_ocn_avg | ||
MED -> OCN :remapMethod=redist | ||
OCN | ||
@@[coupling_interval_fast_sec] | ||
MED med_phases_prep_atm | ||
MED med_phases_prep_ice | ||
MED -> ATM :remapMethod=redist | ||
MED -> ICE :remapMethod=redist | ||
ATM | ||
ICE | ||
ATM -> MED :remapMethod=redist | ||
MED med_phases_post_atm | ||
ICE -> MED :remapMethod=redist | ||
MED med_phases_post_ice | ||
MED med_phases_prep_ocn_accum | ||
@ | ||
OCN -> MED :remapMethod=redist | ||
MED med_phases_post_ocn | ||
MED med_phases_restart_write | ||
@ | ||
:: | ||
|
||
# CMEPS variables | ||
|
||
DRIVER_attributes:: | ||
:: | ||
|
||
MED_attributes:: | ||
ATM_model = @[atm_model] | ||
ICE_model = @[ice_model] | ||
OCN_model = @[ocn_model] | ||
history_n = 1 | ||
history_option = nhours | ||
history_ymd = -999 | ||
coupling_mode = @[CPLMODE] | ||
history_tile_atm = @[ATMTILESIZE] | ||
:: | ||
ALLCOMP_attributes:: | ||
ScalarFieldCount = 2 | ||
ScalarFieldIdxGridNX = 1 | ||
ScalarFieldIdxGridNY = 2 | ||
ScalarFieldName = cpl_scalars | ||
start_type = @[RUNTYPE] | ||
restart_dir = RESTART/ | ||
case_name = ufs.cpld | ||
restart_n = @[RESTART_N] | ||
restart_option = nhours | ||
restart_ymd = -999 | ||
dbug_flag = @[cap_dbug_flag] | ||
use_coldstart = @[use_coldstart] | ||
use_mommesh = @[use_mommesh] | ||
eps_imesh = @[eps_imesh] | ||
stop_n = @[FHMAX] | ||
stop_option = nhours | ||
stop_ymd = -999 | ||
:: |
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
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
Oops, something went wrong.