Ignore:
Timestamp:
06/16/11 13:59:47 (13 years ago)
Author:
aclsce
Message:

Modifications to fit with historicalNat CMIP5 specifications.

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

Legend:

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

    r1449 r1497  
    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_v3.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_v3.nc, aerosols.nat.nc),\ 
    4647            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855_v2.nc, climoz_LMDZ.nc) 
    4748 
  • CMIP5/historicalNat/historicalNat22/COMP/lmdz.driver

    r1172 r1497  
    135135    [ ${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 ) 
    136136 
     137    ##-- GHG forcing for the current year 
     138    IPCC_SOLAR=`grep Annee_${year} SOLARANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'` 
     139 
    137140    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
    138141    LMDZ_sed physiq.def OK_instan   ${OK_instan} 
     
    147150    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    148151    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     152    LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    149153 
    150154    ## 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.