The time stamp of landuse.timeseries in IHIST

Status
Not open for further replies.

xiaoxiaokuishu

Ru Xu
Member
Hi, all,
I create a IHIST case with the simulation period from 1999-2001, but when I check the logfile, I find the

Attempting to read pft dynamic landuse data .....
(GETFIL): attempting to find local file landuse.timeseries_0.9x1.25_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c170824.nc
(GETFIL): using /scratch/snx3000/rxu/CCLM2_inputdata/cesm_inputdata/lnd/clm2/surfdata_map/landuse.timeseries_0.9x1.25_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c170824.nc

dynpft_consistency_checks settings:
&DYNPFT_CONSISTENCY_CHECKS
CHECK_DYNPFT_CONSISTENCY=T,
/

Get data for variable PCT_NAT_PFT for year 1998
Attempting to read crop dynamic landuse data .....
(GETFIL): attempting to find local file landuse.timeseries_0.9x1.25_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c170824.nc
(GETFIL): using /scratch/snx3000/rxu/CCLM2_inputdata/cesm_inputdata/lnd/clm2/surfdata_map/landuse.timeseries_0.9x1.25_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c170824.nc
Get data for variable PCT_CROP for year 1998
Get data for variable PCT_CFT for year 1998
Get data for variable FERTNITRO_CFT for year 1998
Interpolating initial conditions from /scratch/snx3000/rxu/CCLM2_inputdata/cesm_inputdata/lnd/clm2/initdata_map/clmi.I2000Clm50BgcCrop.2011-01-01.1.9x2.5_gx1v7_gl4_simyr2000_c190312.nc and creating new initial conditions finidat_interp_dest.nc

restFile_open: writing restart dataset at finidat_interp_dest.nc at nstep = 0

Successfully wrote local restart file finidat_interp_dest.nc
------------------------------------------------------------

It seems the model get the PCT_XX information from 1998? But my simulation is start from 1999.


Best
 

slevis

Moderator
Staff member
I'm just hypothesizing here: If this is the beginning of the simulation, then maybe the model uses previous year data in the first time step. If this is not the case, then maybe you need to adjust settings in env_run.xml to:
DATM_YR_ALIGN = 1999
DATM_YR_START = 1999
or something else that you may find works better.
 
Status
Not open for further replies.
Back
Top