Hello CESM users:
I'm new in using cesm1.2.1,and I'm trying to get every month's data(monthly average) after running the case, but I only get the last month's data. Here is my setting after cesm_setup. Is there anything wrong?
./xmlchange STOP_OPTION=nmonths
./xmlchange STOP_N=3
##modify user_nl_cam
cat <<EOF>> user_nl_cam
&cam_inparm
avgflag_pertape = 'A'
nhtfrq = 0
mfilt = 1
fincl1 = 'PS','U','V','T','Q'
/
EOF
##copy SoureMods
cp /WORK/sio_goc34/cesm1_2_1/models/ocn/pop2/source/forcing_coupled.F90 /WORK/sio_goc34/cesm_run/$newcase/SourceMods/src.pop2
##build
./$newcase.build
Thanks!
I'm new in using cesm1.2.1,and I'm trying to get every month's data(monthly average) after running the case, but I only get the last month's data. Here is my setting after cesm_setup. Is there anything wrong?
./xmlchange STOP_OPTION=nmonths
./xmlchange STOP_N=3
##modify user_nl_cam
cat <<EOF>> user_nl_cam
&cam_inparm
avgflag_pertape = 'A'
nhtfrq = 0
mfilt = 1
fincl1 = 'PS','U','V','T','Q'
/
EOF
##copy SoureMods
cp /WORK/sio_goc34/cesm1_2_1/models/ocn/pop2/source/forcing_coupled.F90 /WORK/sio_goc34/cesm_run/$newcase/SourceMods/src.pop2
##build
./$newcase.build
Thanks!