Ignore:
Timestamp:
07/29/10 18:32:41 (14 years ago)
Author:
aclsce
Message:

1pctCO22 CMIP5 IPSL simulation registration

  • card, driver and *.def fit with piControl2 configuration except for co2 concentration.
  • output levels are still historical output levels
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/1pctCO2/1pctCO22/COMP/lmdz.driver

    r1083 r1113  
    149149    [ ${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 ) 
    150150 
    151     ##-- GHG forcing for the current year 
    152     IPCC_SOLAR=`grep Annee_${year} SOLARANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'` 
    153     IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
    154     IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
    155     IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 
    156     IPCC_CFC11=`grep Annee_${year} CFC11_1765_2005.txt | awk -F= '{print $2}'` 
    157     IPCC_CFC12=`grep Annee_${year} CFC12_1765_2005.txt | awk -F= '{print $2}'` 
     151   ## CO2 forcing for the current year 
     152    IPCC_CO2=`grep Annee_${year} CMIP_CO2_1850_2050.txt | awk -F= '{print $2}'` 
     153    echo IPCC_CO2=${IPCC_CO2} 
    158154 
    159155    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     
    170166    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    171167    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    172     LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    173168    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    174     LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
    175     LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
    176     LMDZ_sed physiq.def CFC11_ppt   ${IPCC_CFC11} 
    177     LMDZ_sed physiq.def CFC12_ppt   ${IPCC_CFC12} 
     169 
    178170 
    179171    ## 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.