Changeset 1158


Ignore:
Timestamp:
10/05/10 11:05:27 (14 years ago)
Author:
mmaipsl
Message:

Add Solar and Volcano forcing file from historical experiment to piControl natural.

Location:
CMIP5/historicalNat/historicalNat2/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historicalNat/historicalNat2/COMP/lmdz.card

    r1147 r1158  
    4343# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
    4444# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
    45 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855.nc, aerosols.nat.nc),\ 
     45ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/SOLARANDVOLCANOES_1610_2008.txt, .),\ 
     46            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855.nc, aerosols.nat.nc),\ 
    4647            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855.nc, climoz_LMDZ.nc) 
    4748 
  • CMIP5/historicalNat/historicalNat2/COMP/lmdz.driver

    r1012 r1158  
    146146    [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 
    147147 
     148    ##-- GHG forcing for the current year 
     149    IPCC_SOLAR=`grep Annee_${year} SOLARANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'` 
     150 
    148151    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
    149152    LMDZ_sed physiq.def OK_instan   ${OK_instan} 
     
    159162    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    160163    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     164    LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    161165 
    162166    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
Note: See TracChangeset for help on using the changeset viewer.