-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop] Fix issues on AQM and NCO mode caused by new YAML interface…
… PR #676 (#722) * Fix AQM configuration issues on both community and nco modes. * Fix workflow entity issues on nco mode.
- Loading branch information
Showing
26 changed files
with
138 additions
and
119 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ task_nexus_gfs_sfc: | |
datadep_gfs: | ||
attrs: | ||
age: 00:00:00:05 | ||
text: '<cyclestr offset="-{{ workflow.INCR_CYCL_FREQ }}">&COMINgfs;/gfs.@Y@m@d/@H/atmos</cyclestr>' | ||
text: '<cyclestr offset="-{{ workflow.INCR_CYCL_FREQ }}:00:00">&COMINgfs;/gfs.@Y@m@d/@H/atmos</cyclestr>' | ||
streq: | ||
left: retro | ||
right: '{% if not workflow.DO_REAL_TIME %}retro{% endif %}' | ||
|
@@ -117,12 +117,12 @@ task_aqm_ics_ext: | |
task_aqm_ics: | ||
<<: *default_aqm | ||
attrs: | ||
cycledefs: cycled | ||
cycledefs: cycled_from_second | ||
maxtries: '2' | ||
command: '&LOAD_MODULES_RUN_TASK_FP; "aqm_ics" "&JOBSdir;/JREGIONAL_AQM_ICS"' | ||
envars: | ||
<<: *default_vars | ||
PREV_CYCLE_DIR: '<cyclestr offset="-{{ workflow.INCR_CYCL_FREQ }}">&COMIN_DIR;</cyclestr>' | ||
PREV_CYCLE_DIR: '<cyclestr offset="-{{ workflow.INCR_CYCL_FREQ }}:00:00">&COMIN_DIR;</cyclestr>' | ||
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;' | ||
dependency: | ||
and: | ||
|
@@ -133,11 +133,11 @@ task_aqm_ics: | |
datadep_date_tag_tracer: | ||
attrs: | ||
age: 00:00:00:05 | ||
text: '<cyclestr offset="-{{- workflow.INCR_CYCL_FREQ -}}">&COMIN_DIR;</cyclestr>/RESTART/<cyclestr>@Y@m@d.@H@[email protected]_tracer.res.tile1.nc</cyclestr>' | ||
text: '<cyclestr offset="-{{- workflow.INCR_CYCL_FREQ -}}:00:00">&COMIN_DIR;</cyclestr>/RESTART/<cyclestr>@Y@m@d.@H@[email protected]_tracer.res.tile1.nc</cyclestr>' | ||
datadep_tracer: | ||
attrs: | ||
age: 00:00:00:05 | ||
text: <cyclestr offset="-{{- workflow.INCR_CYCL_FREQ -}}">&COMIN_DIR;</cyclestr>/RESTART/fv_tracer.res.tile1.nc | ||
text: <cyclestr offset="-{{- workflow.INCR_CYCL_FREQ -}}:00:00">&COMIN_DIR;</cyclestr>/RESTART/fv_tracer.res.tile1.nc | ||
|
||
task_aqm_lbcs: | ||
<<: *default_aqm | ||
|
@@ -154,22 +154,14 @@ task_pre_post_stat: | |
command: '&LOAD_MODULES_RUN_TASK_FP; "pre_post_stat" "&JOBSdir;/JREGIONAL_PRE_POST_STAT"' | ||
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;' | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: run_fcst_mem000 | ||
#or_do_post: | ||
# and_inline_post: # If inline post ran, wait on the forecast task to complete | ||
# not: | ||
# taskvalid: | ||
# attrs: | ||
# task: run_post_mem000_f000 | ||
# and_run_post: # If post was meant to run, wait on the whole post metatask | ||
# taskvalid: | ||
# attrs: | ||
# task: run_post_mem000_f000 | ||
# metataskdep: | ||
# attrs: | ||
# metatask: run_post_mem000 | ||
or: | ||
datadep: | ||
attrs: | ||
age: 00:00:00:05 | ||
text: !cycstr '&COMIN_DIR;/post_@Y@m@d@H_task_complete.txt' | ||
metataskdep: | ||
attrs: | ||
metatask: run_ens_post | ||
|
||
task_post_stat_o3: | ||
<<: *default_aqm | ||
|
@@ -187,6 +179,7 @@ task_post_stat_pm25: | |
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;' | ||
memory: 120G | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: pre_post_stat | ||
|
||
|
@@ -196,6 +189,7 @@ task_bias_correction_o3: | |
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;' | ||
memory: 120G | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: pre_post_stat | ||
|
||
|
@@ -205,6 +199,7 @@ task_bias_correction_pm25: | |
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;' | ||
memory: 120G | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: pre_post_stat | ||
|
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
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
Oops, something went wrong.