Hi all,
I want to run two B1850 time series experiments use CESM 2.1.4, and I also changed the surface data in one of them, but it doesn't work (i.e., it outputs the same result as the CTR simulation).
I ran two B1850 time series simulations:
Control simulation:
echo "flanduse_timeseries = '/work1/u7719052/surf_data/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824.nc'" >> user_nl_clm
echo 'use_init_interp = .true.' >> user_nl_clm
echo "check_dynpft_consistency = .false." >> user_nl_clm
./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
Experiment simulation:
echo "flanduse_timeseries = '/work1/u7719052/surf_data/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824_DEFOREST.nc'" >> user_nl_clm
echo 'use_init_interp = .true.' >> user_nl_clm
echo "check_dynpft_consistency = .false." >> user_nl_clm
./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
I can't understand why it showed the same total LAI in both CTR and Experiment simulations...
In the "lnd_in" file, you can see that it has already read the time series surface data, so I am not sure why it doesn't work.
Thank you, and I hope someone can help.
Best,
Jie
I want to run two B1850 time series experiments use CESM 2.1.4, and I also changed the surface data in one of them, but it doesn't work (i.e., it outputs the same result as the CTR simulation).
I ran two B1850 time series simulations:
Control simulation:
echo "flanduse_timeseries = '/work1/u7719052/surf_data/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824.nc'" >> user_nl_clm
echo 'use_init_interp = .true.' >> user_nl_clm
echo "check_dynpft_consistency = .false." >> user_nl_clm
./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
Experiment simulation:
echo "flanduse_timeseries = '/work1/u7719052/surf_data/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824_DEFOREST.nc'" >> user_nl_clm
echo 'use_init_interp = .true.' >> user_nl_clm
echo "check_dynpft_consistency = .false." >> user_nl_clm
./xmlchange CLM_NAMELIST_OPTS="use_init_interp=.true. init_interp_method='general'"
I can't understand why it showed the same total LAI in both CTR and Experiment simulations...
In the "lnd_in" file, you can see that it has already read the time series surface data, so I am not sure why it doesn't work.
Thank you, and I hope someone can help.
Best,
Jie