I suggest creating a separate case using the SSP585 compset and then comparing the env_run.xml file with your I2000 case to see what changes there are in the CO2, etc. variables.
Thank you,
@oleson!
According to your advice, I run a new case using the 'ISSP126Clm50BgcCrop' compset. For clarity, I listed up different variables from two "env_run.xml".
For
I2000Clm51BgcCrop:
<entry id="CCSM_BGC" value="none">
<entry id="CCSM_CO2_PPMV" value="367.0">
<entry id="DATM_PRESAERO" value="clim_2000">
<entry id="DATM_PRESNDEP" value="clim_2000">
<entry id="DATM_CO2_TSERIES" value="none">
<entry id="CLM_NML_USE_CASE" value="2000_control">
<entry id="CLM_CO2_TYPE" value="constant">
For
ISSP126Clm50BgcCrop:
<entry id="CCSM_BGC" value="CO2A">
<entry id="CCSM_CO2_PPMV" value="284.7">
<entry id="DATM_PRESAERO" value="SSP1-2.6">
<entry id="DATM_PRESNDEP" value="SSP1-2.6">
<entry id="DATM_CO2_TSERIES" value="SSP1-2.6">
<entry id="CLM_NML_USE_CASE" value="1850-2100_SSP1-2.6_transient">
<entry id="CLM_CO2_TYPE" value="diagnostic">
Therefore, I was working on running SSP126 using the 'I2000Clm51BgcCrop' compset (I did not use "anomaly forcing" option). For atmosphere driving (averaged values from 5 models), I used CLM1PT mode as input. For CO2, I revised relevant variables in the "env_run.xml" below:
<entry id="CCSM_BGC" value="CO2A">
<entry id="CCSM_CO2_PPMV" value="284.7">
<entry id="DATM_PRESAERO" value="SSP1-2.6">
<entry id="DATM_PRESNDEP" value="SSP1-2.6">
<entry id="DATM_CO2_TSERIES" value="SSP1-2.6">
<entry id="CLM_CO2_TYPE" value="diagnostic">
Although the simulation runs successfully, I was wondering whether this method does work. For your convenience, I attached "datm.streams.xml".
Thank you for your input in advance!