Hi,
I'm using version release-clm5.0.35, and I want to simulate NPP changes from 2025 to 2100. So, I used the following command to create a case: `./create_newcase --case ice-4 --res f19_g16 --compset SSP126_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_SROF_SGLC_SWAV --compiler intel --mach myintel --run-unsupported`. I made the following main modifications:
<entry id="DATM_CLMNCEP_YR_START" value="1977">
<entry id="DATM_CLMNCEP_YR_END" value="2014">
<entry id="RUN_STARTDATE" value="2025-01-01">
<entry id="STOP_OPTION" value="nyears">
<entry id="STOP_N" value="76">
<entry id="HIST_OPTION" value="nyears">
<entry id="HIST_N" value="1">
And I added anomaly forcing information in user_nl_datm.
anomaly_forcing = 'Anomaly.Forcing.Precip','Anomaly.Forcing.Temperature','Anomaly.Forcing.Pressure','Anomaly.Forcing.Humidity','Anomaly.Forcing.Uwind','Anomaly.Forcing.Vwind','Anomaly.Forcing.Shortwave','Anomaly.Forcing.Longwave'
However, when I run `./check_input_data`, the model throws an error indicating that the relevant files are missing.
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.uas.ccsm4.rcp45.2006-2300.nc'
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.vas.ccsm4.rcp45.2006-2300.nc'
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.rlds.ccsm4.rcp45.2006-2300.nc'
I have the following questions:
1. Is my current setup for future simulations appropriate, or are there areas that need improvement?
2. I downloaded all the files from the "svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/anomaly_forcing/" folder but couldn't find the missing files. Could you please advise on where to locate these files? I noticed a folder named "CMIP6-SSP1-2.6" within the "anomaly_forcing" directory. Do I need to manually configure the use of the NC files from this folder?
3. If manual configuration is necessary to utilize the files from the "CMIP6-SSP1-2.6" folder, how should I call these files when creating a case for a low emissions scenario, such as "ISSP119Clm50BgcCrop"?
4. I've observed that the files in the "anomaly_forcing" directory have a resolution of 0.9°×1.25°. Is it possible to combine these files with my own atmospheric forcing data at a 0.1° resolution for simulating future scenarios?
I eagerly await your response and am sincerely grateful for any assistance you can provide.
I'm using version release-clm5.0.35, and I want to simulate NPP changes from 2025 to 2100. So, I used the following command to create a case: `./create_newcase --case ice-4 --res f19_g16 --compset SSP126_DATM%GSWP3v1_CLM50%BGC_SICE_SOCN_SROF_SGLC_SWAV --compiler intel --mach myintel --run-unsupported`. I made the following main modifications:
<entry id="DATM_CLMNCEP_YR_START" value="1977">
<entry id="DATM_CLMNCEP_YR_END" value="2014">
<entry id="RUN_STARTDATE" value="2025-01-01">
<entry id="STOP_OPTION" value="nyears">
<entry id="STOP_N" value="76">
<entry id="HIST_OPTION" value="nyears">
<entry id="HIST_N" value="1">
And I added anomaly forcing information in user_nl_datm.
anomaly_forcing = 'Anomaly.Forcing.Precip','Anomaly.Forcing.Temperature','Anomaly.Forcing.Pressure','Anomaly.Forcing.Humidity','Anomaly.Forcing.Uwind','Anomaly.Forcing.Vwind','Anomaly.Forcing.Shortwave','Anomaly.Forcing.Longwave'
However, when I run `./check_input_data`, the model throws an error indicating that the relevant files are missing.
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.uas.ccsm4.rcp45.2006-2300.nc'
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.vas.ccsm4.rcp45.2006-2300.nc'
Model datm missing file file1 = '/gpfs/gpfs_fs/home/xmx/cesm/inputdata/atm/datm7/anomaly_forcing/af.rlds.ccsm4.rcp45.2006-2300.nc'
I have the following questions:
1. Is my current setup for future simulations appropriate, or are there areas that need improvement?
2. I downloaded all the files from the "svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/anomaly_forcing/" folder but couldn't find the missing files. Could you please advise on where to locate these files? I noticed a folder named "CMIP6-SSP1-2.6" within the "anomaly_forcing" directory. Do I need to manually configure the use of the NC files from this folder?
3. If manual configuration is necessary to utilize the files from the "CMIP6-SSP1-2.6" folder, how should I call these files when creating a case for a low emissions scenario, such as "ISSP119Clm50BgcCrop"?
4. I've observed that the files in the "anomaly_forcing" directory have a resolution of 0.9°×1.25°. Is it possible to combine these files with my own atmospheric forcing data at a 0.1° resolution for simulating future scenarios?
I eagerly await your response and am sincerely grateful for any assistance you can provide.