From 8970696965b406bb67952839ab8a75f40c52a234 Mon Sep 17 00:00:00 2001 From: daniele-peano Date: Mon, 6 Nov 2023 10:51:53 +0100 Subject: [PATCH] Improve template comments --- machines/template.nemo_rebuild4cmcc-cm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/template.nemo_rebuild4cmcc-cm b/machines/template.nemo_rebuild4cmcc-cm index 3db6493b..a2391900 100644 --- a/machines/template.nemo_rebuild4cmcc-cm +++ b/machines/template.nemo_rebuild4cmcc-cm @@ -14,7 +14,7 @@ cd $CASEROOT #get case name and cores dedicated to ocean model from xml files CASE=`./xmlquery CASE|cut -d ':' -f2|sed 's/ //g'` NTASK=`./xmlquery NTASKS_OCN |cut -d ':' -f2|sed 's/ //g'` -# this is the number of parallel postprocessing you want to set +# this is the number of parallel postprocessign you want to set and must be a an integer N=$((NTASK/10)) CIME_OUTPUT_ROOT=`./xmlquery CIME_OUTPUT_ROOT|cut -d ':' -f2|sed 's/ //g'` NEMO_REBUILD_ROOT=`./xmlquery NEMO_REBUILD_ROOT|cut -d ':' -f2|sed 's/ //g'`