Skip to content

Commit

Permalink
Improve template comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-peano committed Nov 6, 2023
1 parent 9270484 commit 8970696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/template.nemo_rebuild4cmcc-cm
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit 8970696

Please sign in to comment.