Skip to content
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

[uwtools_integration] Integrate sfc climo #267

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 0 additions & 130 deletions jobs/JREGIONAL_MAKE_OROG

This file was deleted.

156 changes: 0 additions & 156 deletions jobs/JREGIONAL_MAKE_SFC_CLIMO

This file was deleted.

19 changes: 13 additions & 6 deletions parm/wflow/prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task_make_grid:

task_make_orog:
<<: *default_task
command: !cycstr 'source &USHdir;/load_modules_wflow.sh hera ; &SCRIPTSdir;/make_orog.py
command: !cycstr 'source &USHdir;/load_modules_wflow.sh {{ user.MACHINE }} ; &SCRIPTSdir;/make_orog.py
-c &GLOBAL_VAR_DEFNS_FP;
--key-path task_make_orog'
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
Expand All @@ -50,12 +50,19 @@ task_make_orog:
text: '{{ task_make_grid.GRID_DIR }}/make_grid_task_complete.txt'

task_make_sfc_climo:
<<: *default_task
command: '&LOAD_MODULES_RUN_TASK; "make_sfc_climo" "&JOBSdir;/JREGIONAL_MAKE_SFC_CLIMO"'
envars:
<<: *default_envars
account: '&ACCOUNT;'
attrs:
cycledefs: at_start
maxtries: '2'
command: 'source &USHdir;/load_modules_wflow.sh {{ user.MACHINE }}; &SCRIPTSdir;/make_sfc_climo.py
-c &GLOBAL_VAR_DEFNS_FP;
--key-path task_make_sfc_climo'
NaureenBharwaniNOAA marked this conversation as resolved.
Show resolved Hide resolved
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
nnodes: 2
nodes: "{{ task_make_sfc_climo.sfc_climo_gen.execution.batchargs.nodes }}:ppn={{ task_make_sfc_climo.sfc_climo_gen.execution.batchargs.tasks_per_node }}"

partition: '{% if platform.get("PARTITION_DEFAULT") %}&PARTITION_DEFAULT;{% else %}None{% endif %}'
queue: '&QUEUE_DEFAULT;'
walltime: "{{ task_make_sfc_climo.sfc_climo_gen.execution.batchargs.walltime }}"
dependency:
and:
or_make_grid:
Expand Down
Loading