-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cmeps capable atm-wav test (#1407)
* orginal version is atmwm (m=multi); atmw = cmeps/mesh cap * input_nml for control_p8 and atmwave p8 test are different only in cplwav and cplwav2atm logicals
- Loading branch information
1 parent
b6146cd
commit be95f64
Showing
32 changed files
with
5,728 additions
and
4,814 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
############################################# | ||
#### NEMS Run-Time Configuration File ##### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: ESMF_LOGKIND_MULTI | ||
globalResourceControl: true | ||
|
||
# EARTH # | ||
EARTH_component_list: MED ATM WAV | ||
EARTH_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# MED # | ||
MED_model: @[med_model] | ||
MED_petlist_bounds: @[med_petlist_bounds] | ||
MED_omp_num_threads: @[med_omp_num_threads] | ||
:: | ||
|
||
# ATM # | ||
ATM_model: @[atm_model] | ||
ATM_petlist_bounds: @[atm_petlist_bounds] | ||
ATM_omp_num_threads: @[atm_omp_num_threads] | ||
ATM_attributes:: | ||
Verbosity = 0 | ||
DumpFields = false | ||
:: | ||
|
||
# WAV # | ||
WAV_model: @[wav_model] | ||
WAV_petlist_bounds: @[wav_petlist_bounds] | ||
WAV_omp_num_threads: @[wav_omp_num_threads] | ||
WAV_attributes:: | ||
Verbosity = 0 | ||
OverwriteSlice = false | ||
diro = "." | ||
logfile = wav.log | ||
mesh_wav = @[MESH_WAV] | ||
multigrid = @[MULTIGRID] | ||
user_sets_restname = true | ||
:: | ||
|
||
|
||
# Run Sequence # | ||
runSeq:: | ||
@@[coupling_interval_sec] | ||
MED med_phases_prep_atm | ||
MED med_phases_prep_wav_accum | ||
MED med_phases_prep_wav_avg | ||
MED -> ATM :remapMethod=redist | ||
MED -> WAV :remapMethod=redist | ||
ATM | ||
WAV | ||
ATM -> MED :remapMethod=redist | ||
MED med_phases_post_atm | ||
WAV -> MED :remapMethod=redist | ||
MED med_phases_post_wav | ||
MED med_phases_restart_write | ||
@ | ||
:: | ||
|
||
# CMEPS variables | ||
|
||
DRIVER_attributes:: | ||
:: | ||
|
||
MED_attributes:: | ||
ATM_model = @[atm_model] | ||
WAV_model = @[wav_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.atmw | ||
restart_n = @[RESTART_N] | ||
restart_option = nhours | ||
restart_ymd = -999 | ||
dbug_flag = @[cap_dbug_flag] | ||
use_coldstart = false | ||
stop_n = @[FHMAX] | ||
stop_option = nhours | ||
stop_ymd = -999 | ||
:: |
Oops, something went wrong.