Skip to content

Commit

Permalink
added envars var
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Snyder committed Jul 5, 2023
1 parent 3ef8360 commit 71ecd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parm/wflow/da_data_preproc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ metatask_process_obs_cycle_type:
task_process_radarref_#cycle_type#:
<<: *default_preproc
command: '&LOAD_MODULES_RUN_TASK_FP; "process_obs" "&JOBSdir;/JREGIONAL_PROCESS_RADARREF"'
envars:
<<: *default_envars
nnodes: 2
ppn: 24
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
Expand Down
2 changes: 2 additions & 0 deletions parm/wflow/prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ task_make_orog:
task_make_sfc_climo:
<<: *default_task
command: '&LOAD_MODULES_RUN_TASK_FP; "make_sfc_climo" "&JOBSdir;/JREGIONAL_MAKE_SFC_CLIMO"'
envars:
<<: *default_envars
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
nnodes: 2
dependency:
Expand Down

0 comments on commit 71ecd12

Please sign in to comment.