Skip to content

Commit

Permalink
Revert use of custom ncclimo executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
golaz committed Oct 9, 2023
1 parent 77f3d49 commit ae6d4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zppy/templates/climo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ${workdir}

{% if frequency == 'monthly' %}
# --- Monthly climatologies ---
/global/homes/z/zender/bin_perlmutter/ncclimo --npo \
ncclimo \
{% if prc_typ == 'eamxx' -%}
--case={{ case }}.{{ input_files }}.0001-01-01-00000.nc \
--fml_nm={{ case }} \
Expand Down Expand Up @@ -96,7 +96,7 @@ if grep -q "*" input.txt; then
exit 1
fi
# Now, call ncclimo
cat input.txt | /global/homes/z/zender/bin_perlmutter/ncclimo --npo \
cat input.txt | ncclimo \
--case={{ case }}.{{ input_files }} \
--jobs=${SLURM_NNODES} \
--thr=1 \
Expand Down
2 changes: 1 addition & 1 deletion zppy/templates/ts.bash
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if grep -q "*" input.txt; then
exit 1
fi
# Generate time series files
cat input.txt | /global/homes/z/zender/bin_perlmutter/ncclimo --npo \
cat input.txt | ncclimo \
-c {{ case }} \
-v ${vars} \
--mem_mb=0 \
Expand Down

0 comments on commit ae6d4e6

Please sign in to comment.