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.
* Minor fixes for EnKF cycling * Get model specific nlevs for EnKF namelist * More fixes for running EnKF on CONUS_3km domain
- Loading branch information
1 parent
3da00de
commit f0c6eeb
Showing
5 changed files
with
62 additions
and
11 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
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 |
---|---|---|
|
@@ -1308,7 +1308,7 @@ MODULES_RUN_TASK_FP script. | |
<command>&LOAD_MODULES_RUN_TASK_FP; "&RUN_PREPSTART_TN;" "&JOBSDIR;/JREGIONAL_RUN_PREPSTART_ENSMEAN"</command> | ||
<nodes>{{ nnodes_run_prepstart }}:ppn={{ ppn_run_prepstart }}</nodes> | ||
<nodesize>&NCORES_PER_NODE;</nodesize> | ||
<walltime>{{ wtime_run_prepstart }}</walltime> | ||
<walltime>{{ wtime_run_prepstart_ensmean }}</walltime> | ||
<jobname>&TAG;_&PREP_CYC_ENSMEAN_TN;</jobname> | ||
<join><cyclestr>&LOGDIR;/&PREP_CYC_ENSMEAN_TN;_@Y@m@[email protected]</cyclestr></join> | ||
|
||
|
@@ -1440,13 +1440,13 @@ MODULES_RUN_TASK_FP script. | |
<command>&LOAD_MODULES_RUN_TASK_FP; "&RUN_ENKFUPDT_TN;" &JOBSDIR;/JREGIONAL_RUN_ENKF</command> | ||
|
||
{% if machine in ["JET", "HERA"] -%} | ||
<cores>{{ ncores_run_anal }}</cores> | ||
<native>{{ native_run_anal }} &RRFS_RESERVE;</native> | ||
<cores>{{ ncores_run_enkf }}</cores> | ||
<native>{{ native_run_enkf }} &RRFS_RESERVE;</native> | ||
{% else -%} | ||
<nodes>{{ nnodes_run_anal }}:ppn={{ ppn_run_anal }}</nodes> | ||
<nodes>{{ nnodes_run_enkf }}:ppn={{ ppn_run_enkf }}</nodes> | ||
<nodesize>&NCORES_PER_NODE;</nodesize> | ||
{% endif -%} | ||
<walltime>{{ wtime_run_anal }}</walltime> | ||
<walltime>{{ wtime_run_enkf }}</walltime> | ||
<jobname><cyclestr>&TAG;_&RUN_ENKFUPDT_TN;</cyclestr></jobname> | ||
<join><cyclestr>&LOGDIR;/&RUN_ENKFUPDT_TN;_@Y@m@[email protected]</cyclestr></join> | ||
<envar><name>GLOBAL_VAR_DEFNS_FP</name><value>&GLOBAL_VAR_DEFNS_FP;</value></envar> | ||
|