Hello Manishvenu,
I followed your suggestion and downloaded CESM2.1.4; however, I encountered an issue when setting up a case, because I also had a newer CESM2.2.2 installation. My main question is that I still cannot find any climate data for the period 2100–2300 in the CESM inputdata repository, even though it is supposed to be automatically retrieved.
In fact,I realized that I actually only need to run the land component. I need six variables of climate data for the period 2100–2300 – air temperature, precipitation, specific humidity, longwave radiation, shortwave radiation, and wind speed – to drive CLM5.0.
I downloaded the CLM5.0.34 code corresponding to CESM2.1.4, and I found that it includes the following three case options:
ISSP585ExtClm50BgcCrop : SSP585EXT_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_CISM2%NOEVOLVE_SWAV
ISSP534ExtClm50BgcCrop : SSP534EXT_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_CISM2%NOEVOLVE_SWAV
ISSP126ExtClm50BgcCrop : SSP126EXT_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_CISM2%NOEVOLVE_SWAV
However, I noticed that these cases drive the climate forcing only up to 2014, and all climate fields are repeatedly cycled over 2001–2014. Only CO₂ is fully transient from 2015 to 2500. What I actually need is to also have Solar, Precip, and TPQW changing from 2015 to 2100. I need the climate data for this period. But I could not find the corresponding 2100–2300 climate data at
https://svn-ccsm inputdata.cgd.ucar.edu/trunk/inputdata/atm/datm7/anomaly_forcing/.
The streams settings are:
streams = "datm.streams.txt.CLMGSWP3v1.Solar 2001 2001 2014",
"datm.streams.txt.CLMGSWP3v1.Precip 2001 2001 2014",
"datm.streams.txt.CLMGSWP3v1.TPQW 2001 2001 2014",
"datm.streams.txt.presaero.SSP1-2.6 2015 2015 2101",
"datm.streams.txt.topo.observed 1 1 1",
"datm.streams.txt.co2tseries.SSP1-2.6 2015 2015 2500"
taxmode = "cycle", "cycle", "cycle", "cycle", "cycle", "extend"
My question is: do I have to run the CAM6.0 atmosphere model within CESM2.1.4 myself to simulate the six climate variables (air temperature, precipitation, specific humidity, longwave radiation, shortwave radiation, and wind speed) for the extended 2100–2300 period under SSP585 and SSP126? Then, based on the simulation results and following the approach described in Koven et al. 2015 – using their "scale factors" method (i.e., applying monthly climate anomalies/scale factors from a CESM1 simulation for RCP8.5 and ECP8.5 to repeating historical meteorology) – should I scale the repeated historical data to obtain the 2100–2300 climate change trends, and then use that data to drive CLM5.0?
For reference, the Koven et al. 2015:
"We force CLM4.5BGC with time-varying meteorology, CO2 concentration, N deposition, and land use change to estimate the C cycle response to global change. The atmospheric forcing data for 1850–2005 are taken from the combined Climatic Research Unit and National Center for Environment Predication (CRUNCEP) dataset (data available at
dods.ipsl.jussieu.fr/igcmg/IGCM/BC/OOL/OL/CRU-NCEP/), which merges high-frequency variability from the National Centers for Environmental Prediction−National Center for Atmospheric Research reanalysis (30) with the monthly mean climatologies from the CRU temperature and precipitation datasets (31).
Projection period forcing is calculated by applying monthly climate anomalies/scale factors from a Community Earth System Model, version 1 (CESM1) simulation for the scenarios Representative Concentration Pathway 8.5 (RCP8.5) for the years 2006–2100 and Extended Concentration Pathway 8.5 (ECP8.5) for the years 2100–2300 to repeating 1996–2005 CRUNCEP meteorology. For constant climate (control and biogeochemically forced) runs, atmospheric data are repeated over the period 1901–1920. CO2 concentrations follow transient historical (1850−2005), RCP8.5 (2006−2100), and ECP8.5 (2101−2300) concentrations for biogeochemically and fully forced runs, and remain fixed at 1850 levels (284.7 ppm) for control and climatically forced runs. Atmospheric N deposition is from coupled atmospheric chemistry−climate runs (32), land use follows the historical (1850−2005) and RCP8.5 (2006−2100) scenarios (33), and both are transient in all cases. After 2100, land use is static and wood harvest is zero."
I would like to know whether CESM1 or CESM2 provides ready-to-use climate forcing data for the period 2100–2300(SSP126/SSP245/SSP370/SSP585), including the six variables required to drive CLM5.0: air temperature, precipitation, specific humidity, longwave radiation, shortwave radiation, and wind speed.
Thank you very much for your help!