#!/bin/ksh -x ########## config.analcalc ########## # GFS post-anal specific (non-diag) echo "BEGIN: config.analcalc" # Get task specific resources . $EXPDIR/config.resources analcalc if [[ "$CDUMP" == "gfs" ]]; then export nth_echgres=$nth_echgres_gfs fi echo "END: config.analcalc"