Ignore:
Timestamp:
05/11/11 15:04:54 (13 years ago)
Author:
musat
Message:

v3.sstClim IPSL CMIP5 simulation registration.
SSTs/SICs are mean values over the period 1800-1829 of
piControl2 experiment.
GES and aerosols concentrations have preindustrial values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/sstClim/v3.sstClim/COMP/lmdz.driver

    r1095 r1415  
    2020    IGCM_debug_PushStack "ATM_Initialize" 
    2121 
    22     RESOL_ATM=$( echo $RESOL | awk "-F-" '{print $1}') 
    23  
    24     [ -f ${SUBMIT_DIR}/../.resol ] && eval $(grep RESOL_ATM_3D ${SUBMIT_DIR}/../.resol) || RESOL_ATM_3D=96x95x19 
     22    RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' | awk "-F-" '{print $1}') 
     23 
     24    [ -f ${SUBMIT_DIR}/../.resol ] && eval $(grep RESOL_ATM_3D ${SUBMIT_DIR}/../.resol) || RESOL_ATM_3D=96x95x39 
    2525 
    2626    RESOL_ATM_Z=$( echo ${RESOL_ATM_3D} | awk "-Fx" '{print $3}' ) 
     
    162162    [ ${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 ) 
    163163 
    164     ##-- GHG forcing for the current year 
    165     IPCC_SOLAR=`grep Annee_${year} SOLARANDVOLCANOES_1610_2008.txt | awk -F= '{print $2}'` 
    166     IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
    167     IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
    168     IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 
    169     IPCC_CFC11=`grep Annee_${year} CFC11_1765_2005.txt | awk -F= '{print $2}'` 
    170     IPCC_CFC12=`grep Annee_${year} CFC12_1765_2005.txt | awk -F= '{print $2}'` 
    171  
    172164    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
    173165    LMDZ_sed physiq.def OK_instan   ${OK_instan} 
     
    183175    LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    184176    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    185     LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    186     LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    187     LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
    188     LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
    189     LMDZ_sed physiq.def CFC11_ppt   ${IPCC_CFC11} 
    190     LMDZ_sed physiq.def CFC12_ppt   ${IPCC_CFC12} 
    191177 
    192178    ## 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.