Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

The time stamp of landuse.timeseries in IHIST

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
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.
 
Top