forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve to run couple_ic job successfully
On branch feature/gefs_v13_S2SW modified: parm/gefs.parm modified: rocoto/bin/wcoss2/couple_ic.sh modified: rocoto/py/user_wcoss2.conf modified: rocoto/user_full.conf Res: NOAA-EMC#114
- Loading branch information
1 parent
13008bb
commit d510bcb
Showing
4 changed files
with
28 additions
and
22 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
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 |
---|---|---|
|
@@ -110,7 +110,7 @@ RUN_KEEPDATA = NO | |
RUN_ARCHIVE = NO | ||
RUN_CLEANUP = NO | ||
##### taskname is for development, if you have taskname, RUN_* will NOT be used to determine the tasks! | ||
#taskname = coupled_ic | ||
#taskname = couple_ic | ||
#taskname = wave_init | ||
#taskname = wave_prep | ||
#taskname = rf_prep | ||
|
@@ -162,15 +162,15 @@ RUN_CLEANUP = NO | |
#taskname = cleanup_wave | ||
#taskname = cleanup_chem | ||
#taskname = fcst_post_manager | ||
## coupled_ic*************************************************** | ||
coupled_ic_walltime = 00:30:00 | ||
coupled_ic_nodes = 1 | ||
coupled_ic_ppn = 1 | ||
coupled_ic_tpp = 1 | ||
coupled_ic_memory = 1000M | ||
coupled_ic_join = &LOG_DIR;/@Y@m@d/gefs_coupled_ic_@H.@s | ||
coupled_ic_queue = &TRANSFER_QUEUE; | ||
# coupled_ic_dep = <taskdep task="job"/> | ||
## couple_ic**************************************************** | ||
couple_ic_walltime = 00:30:00 | ||
couple_ic_nodes = 1 | ||
couple_ic_ppn = 1 | ||
couple_ic_tpp = 1 | ||
couple_ic_memory = 1000M | ||
couple_ic_join = &LOG_DIR;/@Y@m@d/gefs_couple_ic_@H.@s | ||
couple_ic_queue = &TRANSFER_QUEUE; | ||
# couple_ic_dep = <taskdep task="job"/> | ||
## fcst_post_manager******************************************** | ||
fcst_post_manager_walltime = 00:15:00 | ||
fcst_post_manager_nodes = 1 | ||
|
@@ -294,8 +294,8 @@ prdgen_hr_tpp = 1 | |
prdgen_hr_memory = 4GB | ||
prdgen_hr_join = &LOG_DIR;/@Y@m@d/gefs_#member#_prdgen_hr_@H.@s | ||
prdgen_hr_queue = &CUE2RUN; | ||
prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/atmos/sfcsig/<ge#member#[email protected]/cyclestr></datadep> | ||
#prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/#member#/atmos/[email protected]</cyclestr></datadep> | ||
#prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/atmos/sfcsig/<ge#member#[email protected]/cyclestr></datadep> | ||
prdgen_hr_dep = <datadep><cyclestr>&DATA_DIR;/gefs.@Y@m@d/@H/#member#/atmos/[email protected]</cyclestr></datadep> | ||
#prdgen_hr_dep = <taskdep task="forecast_hr_#member#"/> | ||
## ensstat_hr*************************************************** | ||
ensstat_hr_walltime = 08:00:00 | ||
|
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