Ignore:
Timestamp:
12/10/12 18:25:54 (12 years ago)
Author:
mafoipsl
Message:

v3.historicalAnt1 CMIP5 IPSL simulation registration.

  • copied from piControl to have limited outputs
  • adapted to historical forcing except solar and volcanoes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historicalAnt/v3.historicalAnt1/COMP/lmdz.driver

    r1172 r1948  
    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_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     139    IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
     140    IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 
     141    IPCC_CFC11=`grep Annee_${year} CFC11_1765_2005.txt | awk -F= '{print $2}'` 
     142    IPCC_CFC12=`grep Annee_${year} CFC12_1765_2005.txt | awk -F= '{print $2}'` 
     143 
    137144    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
    138145    LMDZ_sed physiq.def OK_instan   ${OK_instan} 
     
    147154    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    148155    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     156    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
     157    LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
     158    LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
     159    LMDZ_sed physiq.def CFC11_ppt   ${IPCC_CFC11} 
     160    LMDZ_sed physiq.def CFC12_ppt   ${IPCC_CFC12} 
    149161 
    150162    ## 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.