nohup: ignoring input module () { eval `$LMOD_CMD sh "$@"` } ml () { eval $($LMOD_DIR/ml_cmd "$@") } #!/bin/sh -evx IFILE=CMIP_CAM6_radiation_v3_reformatted.nc + IFILE=CMIP_CAM6_radiation_v3_reformatted.nc ICLIM=CMIP_CAM6_radiation_average_v3_reformatted.nc + ICLIM=CMIP_CAM6_radiation_average_v3_reformatted.nc OFILE=`basename $IFILE .nc`_184912-250012.nc basename $IFILE .nc ++ basename CMIP_CAM6_radiation_v3_reformatted.nc .nc + OFILE=CMIP_CAM6_radiation_v3_reformatted_184912-250012.nc WDIR=/cluster/shared/noresm/inputdata/atm/cam/volc + WDIR=/cluster/shared/noresm/inputdata/atm/cam/volc PWDDIR=`pwd` pwd ++ pwd + PWDDIR=/cluster/home/ingo/CMIP6/Forcing/Volc cd $WDIR + cd /cluster/shared/noresm/inputdata/atm/cam/volc ncks -O -a -h -F -d time,1,1981 $IFILE $OFILE + ncks -O -a -h -F -d time,1,1981 CMIP_CAM6_radiation_v3_reformatted.nc CMIP_CAM6_radiation_v3_reformatted_184912-250012.nc ncks: WARNING the ncks '-a', '--abc', and '--alphabetize' switches are misleadingly named because they turn-off the default alphabetization. These switches are deprecated as of NCO 4.7.1 and will soon be deleted. Instead, please use the new long options --no_abc, --no-abc, --no_alphabetize, or --no-alphabetize, all of which turn-off the default alphabetization. ncrcat -O -h -o $OFILE $OFILE $PWDDIR/histave_2025.nc $PWDDIR/histave_2500.nc + ncrcat -O -h -o CMIP_CAM6_radiation_v3_reformatted_184912-250012.nc CMIP_CAM6_radiation_v3_reformatted_184912-250012.nc /cluster/home/ingo/CMIP6/Forcing/Volc/histave_2025.nc /cluster/home/ingo/CMIP6/Forcing/Volc/histave_2500.nc