Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 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.

17 changes: 12 additions & 5 deletions parm/wflow/prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}; python &SCRIPTSdir;/make_sfc_climo.py
-c &GLOBAL_VAR_DEFNS_FP;
--key-path task_make_sfc_climo'
Comment thread
nbharwani-cu marked this conversation as 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