Ignore:
Timestamp:
09/02/10 11:26:45 (14 years ago)
Author:
aclsce
Message:

Modified as follows :

  • added GHG, ozone and land use evolution
  • constant solar and aerosols are the same as in piControl2 configuration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historicalGHG/historicalGHG2/COMP/lmdz.driver

    r1012 r1127  
    112112        RAZ_DATE=0 
    113113    fi 
    114  
    115114    ## To have more variables in output files for aerosols. Parameters are set in lmdz.card 
    116115    if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then 
     
    145144 
    146145    [ ${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 ) 
     146 
     147    ##-- GHG forcing for the current year 
     148    IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     149    IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
     150    IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 
     151    IPCC_CFC11=`grep Annee_${year} CFC11_1765_2005.txt | awk -F= '{print $2}'` 
     152    IPCC_CFC12=`grep Annee_${year} CFC12_1765_2005.txt | awk -F= '{print $2}'` 
    147153 
    148154    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     
    159165    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    160166    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     167    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
     168    LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
     169    LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
     170    LMDZ_sed physiq.def CFC11_ppt   ${IPCC_CFC11} 
     171    LMDZ_sed physiq.def CFC12_ppt   ${IPCC_CFC12} 
     172 
    161173 
    162174    ## 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.