forked from ufs-community/regional_workflow
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RRFSE local config changes (#402)
* Add RRFSE local config changes * Add archiving of ensprod
- Loading branch information
1 parent
c19beb2
commit c274665
Showing
4 changed files
with
93 additions
and
15 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
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 |
---|---|---|
|
@@ -345,7 +345,7 @@ MODULES_RUN_TASK_FP script. | |
|
||
{% if not is_rtma %} | ||
{%- if do_ensemble %} | ||
<metatask name="run_ensemble"> | ||
<metatask name="run_ensemble_pre"> | ||
<var name="{{ ensmem_indx_name }}"> | ||
{%- for m in range(1, num_ens_members+1) -%}{%- set fmtstr=" %0"~ndigits_ensmem_names~"d" -%}{{- fmtstr%m -}}{%- endfor %} </var> | ||
{%- if do_enscontrol %} | ||
|
@@ -1513,7 +1513,7 @@ MODULES_RUN_TASK_FP script. | |
|
||
<command>&JOBSDIR;/../scripts/exregional_archive_ens.ksh</command> | ||
<cores>1</cores> | ||
<walltime>06:00:00</walltime> | ||
<walltime>23:00:00</walltime> | ||
<memory>24G</memory> | ||
<jobname>&TAG;_&ARCHIVE_TN;</jobname> | ||
<join><cyclestr>&LOGDIR;/&ARCHIVE_TN;_@Y@m@[email protected]</cyclestr></join> | ||
|