Ignore:
Timestamp:
08/12/11 16:42:33 (13 years ago)
Author:
mafoipsl
Message:

v5.1pctCO2MR1 CMIP5 IPSL simulation registration.

Adaptation for IPSLCM5A-MR.
mozaic files coming from personnal directory.
TS desactivated to reduce cesium workload.

File:
1 edited

Legend:

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

    r1172 r1534  
    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}'` 
    158  
    159     ##-- For historical daily cosp must be output during 1979-2005 period 
    160     [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 
     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}  
     154 
     155    ##-- For 1pctCO2 daily cosp must be output during year 121-140 ie 1970-1990  
     156    [ ${year} -ge 1970 ] && LMDZ_COSP_daily=y 
    161157 
    162158    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
     
    164160    LMDZ_sed physiq.def OK_journe   ${OK_journe} 
    165161    LMDZ_sed physiq.def OK_mensuel  ${OK_mensuel} 
    166     #LMDZ_sed physiq.def lev_histmth ${lev_histmth} 
    167162    LMDZ_sed physiq.def ok_hf       ${ok_hf} 
    168163    LMDZ_sed physiq.def ecrit_mth   ${LMDZ_ecrit_mth} 
     
    173168    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    174169    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    175     LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    176170    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    177     LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
    178     LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
    179     LMDZ_sed physiq.def CFC11_ppt   ${IPCC_CFC11} 
    180     LMDZ_sed physiq.def CFC12_ppt   ${IPCC_CFC12} 
    181171 
    182172    ## 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.