-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add S2SA nems.configure template #1593
Merged
aerorahul
merged 7 commits into
NOAA-EMC:develop
from
WalterKolczynski-NOAA:bugfix/S2SA_template
Jun 30, 2023
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
938df38
Add S2SA nems.configure template
WalterKolczynski-NOAA b277388
Update documentation for cycled mode setup
WalterKolczynski-NOAA f8157db
Update setup_expt to recognize more S2S cycled exps
WalterKolczynski-NOAA 6e825a7
Change path to volcanic aerosol data
WalterKolczynski-NOAA 05b7304
Disable enkf versions of coupled settings
WalterKolczynski-NOAA 086333a
Fix ocnpost detection for gfs free-forecast
WalterKolczynski-NOAA 1df4c95
Remove from ignore files that no longer exist
WalterKolczynski-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,128 @@ | ||
############################################# | ||
#### NEMS Run-Time Configuration File ##### | ||
############################################# | ||
|
||
# ESMF # | ||
logKindFlag: @[esmf_logkind] | ||
globalResourceControl: true | ||
|
||
# EARTH # | ||
EARTH_component_list: MED ATM CHM OCN ICE | ||
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 = @[DumpFields] | ||
ProfileMemory = false | ||
OverwriteSlice = true | ||
:: | ||
|
||
# CHM # | ||
CHM_model: @[chm_model] | ||
CHM_petlist_bounds: @[chm_petlist_bounds] | ||
CHM_omp_num_threads: @[chm_omp_num_threads] | ||
CHM_attributes:: | ||
Verbosity = 0 | ||
:: | ||
|
||
# OCN # | ||
OCN_model: @[ocn_model] | ||
OCN_petlist_bounds: @[ocn_petlist_bounds] | ||
OCN_omp_num_threads: @[ocn_omp_num_threads] | ||
OCN_attributes:: | ||
Verbosity = 0 | ||
DumpFields = @[DumpFields] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. |
||
ProfileMemory = false | ||
OverwriteSlice = true | ||
mesh_ocn = @[MESH_OCN_ICE] | ||
:: | ||
|
||
# ICE # | ||
ICE_model: @[ice_model] | ||
ICE_petlist_bounds: @[ice_petlist_bounds] | ||
ICE_omp_num_threads: @[ice_omp_num_threads] | ||
ICE_attributes:: | ||
Verbosity = 0 | ||
DumpFields = @[DumpFields] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and here |
||
ProfileMemory = false | ||
OverwriteSlice = true | ||
mesh_ice = @[MESH_OCN_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 phase1 | ||
ATM -> CHM | ||
CHM | ||
CHM -> ATM | ||
ATM phase2 | ||
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 = 0 | ||
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this variable in GW? This might only be used for debug purpose. I think it can be set to false.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@junwang-noaa I think we are just being consistent w/ the other
nems.configure
templates. It is default set to.false.
I think. If not, we can address in a later PR.