hi,@oleson. Last week, I tried to modify the lai_stream file to calibration LAI in study area, and better results have been obtained compared to the default lai_stream file.
and I had some new problems this week. In fact, I used my own atmospheric forcing data to run compset of ssp126_datm50sp_sice_socn_srof_swav was successful, and also I used GSWP3 default atmospheric forcing data to run spin up was successful, but I keep making mistakes when I spin up with my own atmospheric forcing data.
The code I used as follows:
Then changed the user_datm.streams.txt.CLMGSWP3v1.Precip、user_datm.streams.txt.CLMGSWP3v1.TPQW、user_datm.streams.txt.CLMGSWP3v1.Solar

The error as follows:
atm.log.

lnd.log

cpl.log

cesm.log

Can you help me see what the problem is? Thank you so much!!!
and I had some new problems this week. In fact, I used my own atmospheric forcing data to run compset of ssp126_datm50sp_sice_socn_srof_swav was successful, and also I used GSWP3 default atmospheric forcing data to run spin up was successful, but I keep making mistakes when I spin up with my own atmospheric forcing data.
The code I used as follows:
Code:
create_newcase --case BGC_QTP_SROF_2000_SPINUP0524cmfd3 --compset 2000_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_SROF_SGLC_SWAV --res CLM_USRDAT --run-unsupported
./xmlchange DIN_LOC_ROOT=/home/user/cesmlab
./xmlchange CLM_USRDAT_NAME=QTP
./xmlchange ATM_DOMAIN_FILE=domain.lnd.0.125x0.125_tx0.QTP.1v2.140704.nc,LND_DOMAIN_FILE=domain.lnd.0.125x0.125_tx0.QTP.1v2.140704.nc
./xmlchange DATM_CLMNCEP_YR_START=1994
./xmlchange DATM_CLMNCEP_YR_END=1999
./xmlchange CLM_ACCELERATED_SPINUP="on"
./xmlchange CLM_FORCE_COLDSTART="on"
./xmlchange STOP_N=50 ./xmlchange STOP_OPTION=nyears ./case.setup
#vim user_nl_clm
#paste
fsurdat='/home/user/cesmlab/lnd/clm2/surfdata_map/surfdata_0.125x0.125_78pfts_simyr2000_QTP_addglc_revisedLAI_c151014.nc' ./preview_namelists
cp ~/BGC_QTP_SROF_2000_SPINUP0524cmfd3/CaseDocs/datm.streams.txt.CLMGSWP3v1.Precip user_datm.streams.txt.CLMGSWP3v1.Precip
cp ~/BGC_QTP_SROF_2000_SPINUP0524cmfd3/CaseDocs/datm.streams.txt.CLMGSWP3v1.Solar user_datm.streams.txt.CLMGSWP3v1.Solar
cp ~/BGC_QTP_SROF_2000_SPINUP0524cmfd3/CaseDocs/datm.streams.txt.CLMGSWP3v1.Precip user_datm.streams.txt.CLMGSWP3v1.TPQW

Code:
#vim user_nl_datm
#paste
&datm_nml
decomp = "1d"
factorfn = "null"
force_prognostic_true = .false.
iradsw = 1
presaero = .true.
restfilm = "undefined"
restfils = "undefined"
wiso_datm = .false.
/
&shr_strdata_nml
datamode = "CLMNCEP"
domainfile = "/home/user/cesmlab/share/domains/domain.lnd.0.125x0.125_tx0.QTP.1v2.140704.nc"
dtlimit = 1.5, 1.5, 1.5, 1.5, 1.5
fillalgo = "nn", "nn", "nn", "nn", "nn"
fillmask = "nomask", "nomask", "nomask", "nomask", "nomask"
fillread = "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET"
fillwrite = "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET"
mapalgo = "bilinear", "bilinear", "bilinear", "bilinear", "bilinear"
mapmask = "nomask", "nomask", "nomask", "nomask", "nomask"
mapread = "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET"
mapwrite = "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET", "NOT_SET"
readmode = "single", "single", "single", "single", "single"
streams = "datm.streams.txt.CLMGSWP3v1.Solar 1994 1994 1999",
"datm.streams.txt.CLMGSWP3v1.Precip 1994 1994 1999",
"datm.streams.txt.CLMGSWP3v1.TPQW 1994 1994 1999",
"datm.streams.txt.presaero.clim_2000 1 2000 2000",
"datm.streams.txt.topo.observed 1 1 1"
taxmode = "cycle", "cycle", "cycle", "cycle", "cycle"
tintalgo = "coszen", "nearest", "linear", "linear", "lower"
vectors = "null"
/
./preview_namelists
./case.build
./case.submit
atm.log.

lnd.log

cpl.log

cesm.log

Can you help me see what the problem is? Thank you so much!!!