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 authored and chengzhuzhang committed Feb 7, 2024
1 parent 244d3b1 commit ae2c2c5
Showing 1 changed file with 2 additions and 2 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 @@ -98,7 +98,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

0 comments on commit ae2c2c5

Please sign in to comment.