liurj04@gmail_com
Member
Hello ! I want to run a RCP4.5 experiment using B_RCP4.5_CN compset with f09_g16 resoluton. My model version is cesm1_2_0.First, I download the restart files (b40.20th.track1.1deg.008) from input data repository. Among the restart files,the atm components initial data is b40.20th.track1.1deg.008.cam2.i.2005-01-01-00000.nc, It is a little difference from modeldefaut setting b40.20th.track1.1deg.008.cam.i.2005-01-01-00000.nc (cam not cam2). So I changed the initial datato b40.20th.track1.1deg.008.cam2.i.2005-01-01-00000.nc in user_nl_cam. The model could build successfully.But when I submited the job, it crashed some time later. I check the log file, the errors are as follows : trcdata_init: file%has_ps = T aero dep fluxes are prescribed in :aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc trcdata_init: data type: INTERP_MISSING_MONTHS file: aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc (GETFIL): attempting to find local file aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc (GETFIL): using /ocean2/liurj/inputdata/atm/cam/chem/trop_mozart_aero/aero/aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc open_trc_datafile: /ocean2/liurj/inputdata/atm/cam/chem/trop_mozart_aero/aero/aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc set_time_float_from_date: error return from ESMF_TimeSet for set_time_float_from_date (shr_sys_abort) ERROR: CHKRC (shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping I check the "time" variable in aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc using ncl script as follows: f = addfile("aerosoldep_rcp4.5_monthly_1849-2104_1.9x2.5_c100402.nc","r") time = f->time YYYY = ut_calendar(time,0) year = YYYY(:,0)Output of the "year" is not from 1849 to 2104, I think the last year of the time variable should be 2104 , but it is 1849. Is it right ?I wonder if the errors above mentioned is connected with the "time" variable in the aerosoldep file, and how should I do to solve this problem? Could some one please give a suggestion about this error, Thanks !