Ignore:
Timestamp:
05/20/10 14:26:59 (14 years ago)
Author:
sdipsl
Message:
  • Update Total Solar Irradiance parameter following this:

http://www.geo.fu-berlin.de/en/met/ag/strat/forschung/SOLARIS/Input_data/CMIP5_solar_irradiance.html

  1. What to prescribe in the pre-industrial control simulation?

Use the TSI and/or spectrally resolved values for a mean representative of 1850 conditions, i.e. cycle average from year 1844 to 1856. Note that 1850 is a year near the peak of the solar cycle.

  1. What to prescribe in the historic simulation (1850-2008)?

The whole time series (monthly values are available only after 1882).

  1. What to prescribe in the future?

Repeat the last cycle (cycle 23), with values from 1996 to 2008 inclusive mapping to 2009-2021, 2022-2034 etc. Please note that cycle 23 starts in 1996.4 and ends in 2008.6!!!

Location:
CONFIG/IPSLCM/IPSLCM5A/historical/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.card

    r1018 r1026  
    4141[BoundaryFiles] 
    4242List=       () 
    43 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CO2_1765_2005.txt, .),\ 
     43ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/SOLAR_1610_2008.txt, .),\ 
     44            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CO2_1765_2005.txt, .),\ 
    4445            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CH4_1765_2005.txt, .),\ 
    4546            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/N2O_1765_2005.txt, .),\ 
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.driver

    r1012 r1026  
    150150 
    151151    ##-- GHG forcing for the current year 
     152    IPCC_SOLAR=`grep Annee_${year} SOLAR_1610_2008.txt | awk -F= '{print $2}'` 
    152153    IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
    153154    IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
     
    169170    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    170171    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     172    LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    171173    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    172174    LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
Note: See TracChangeset for help on using the changeset viewer.