From ae2c2c5083bc64142ac4129a6aa643ddbc32406b Mon Sep 17 00:00:00 2001 From: Chris Golaz Date: Mon, 9 Oct 2023 17:49:34 -0500 Subject: [PATCH] Revert use of custom ncclimo executable. --- zppy/templates/climo.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zppy/templates/climo.bash b/zppy/templates/climo.bash index bfb4a689..64e3d00c 100644 --- a/zppy/templates/climo.bash +++ b/zppy/templates/climo.bash @@ -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 }} \ @@ -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 \