Skip to content

Commit

Permalink
ILAMB for Cori (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Jun 13, 2022
1 parent 2daedd5 commit 5eb7f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zppy/templates/ilamb_run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ EOF
echo ${workdir}
echo {{ scriptDir }}

ilamb-run --config ilamb_run.cfg --model_root $model_root --regions global --model_year ${Y1} 2000
srun -N 1 ilamb-run --config ilamb_run.cfg --model_root $model_root --regions global --model_year ${Y1} 2000

if [ $? != 0 ]; then
cd {{ scriptDir }}
Expand Down
2 changes: 1 addition & 1 deletion zppy/templates/ts.bash
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ EOF
input_dir={{ output }}/post/{{ component }}/{{ grid }}/ts/{{ frequency }}/{{ '%dyr' % (ypf) }}
dest_cmip={{ output }}/post/{{ component }}/{{ grid }}/cmip_ts/{{ frequency }}
mkdir -p ${dest_cmip}
e3sm_to_cmip \
srun -N 1 e3sm_to_cmip \
--output-path \
${dest_cmip}/${tmp_dir} \
{% if input_files == 'elm.h0' -%}
Expand Down

0 comments on commit 5eb7f22

Please sign in to comment.