Ignore:
Timestamp:
01/19/11 23:55:19 (13 years ago)
Author:
sdipsl
Message:

Register used configuration files for v3.rcp85.1

Location:
CMIP5/rcp85/v3.rcp85.1/COMP
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/rcp85/v3.rcp85.1/COMP/lmdz.card

    r1239 r1269  
    4141[BoundaryFiles] 
    4242List=       () 
    43 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/SOLARANDVOLCANOES_1610_2008.txt, .),\ 
    44             (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CO2_1765_2005.txt, .),\ 
    45             (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CH4_1765_2005.txt, .),\ 
    46             (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/N2O_1765_2005.txt, .),\ 
    47             (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC11_1765_2005.txt, .),\ 
    48             (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC12_1765_2005.txt, .),\ 
     43ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/SolarConstant/SOLAR_1765_2500.txt, .),\ 
     44            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CO2_1765_2500.txt, .),\ 
     45            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CH4_1765_2500.txt, .),\ 
     46            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/N2O_1765_2500.txt, .),\ 
     47            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CFC11_1765_2500.txt, .),\ 
     48            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CFC12_1765_2500.txt, .),\ 
    4949            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v3.nc, aerosols.nat.nc) 
    5050 
     
    5252# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
    5353# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
    54 List=   (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \ 
    55         (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_${year}_v2.nc,          climoz_LMDZ.nc,     1:12:) 
     54List=   (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/RCP85/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \ 
     55        (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/RCP85/climoz_LMDZ_${year}_v2.nc,          climoz_LMDZ.nc,     1:12:) 
    5656 
    5757[ParametersFiles] 
     
    124124GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds) 
    125125TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, iwp, lwp, pbase, ptop, precip, pluc, plul, prw, psol, rh2m, rh2m_min, rh2m_max, q2m, sens, sicf, slp, soll, sols, LWdnSFC, LWdnSFCclr, SWdnSFC, SWdnSFCclr, SWdnTOA, LWupSFCclr,SWupSFC, SWupSFCclr, SWupTOA, SWupTOAclr, t2m, t2m_max, t2m_min, topl, topl0, tops, tsol, u10m, v10m, wind10m, wind10max) 
    126 ChunckJob2D = 50Y 
     126ChunckJob2D = 200Y 
    127127TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs) 
    128128ChunckJob3D = 10Y 
     
    133133GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_counter_bnds) 
    134134TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 
    135 ChunckJob2D = 200Y 
     135ChunckJob2D = OFF 
    136136TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 
    137 ChunckJob3D = 10Y 
     137ChunckJob3D = OFF 
    138138Seasonal=OFF 
    139139 
  • CMIP5/rcp85/v3.rcp85.1/COMP/lmdz.driver

    r1172 r1269  
    150150 
    151151    ##-- 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 
     152    IPCC_SOLAR=`grep Annee_${year} SOLAR_1765_2500.txt | awk -F= '{print $2}'` 
     153    IPCC_CO2=`grep Annee_${year} CO2_1765_2500.txt | awk -F= '{print $2}'` 
     154    IPCC_CH4=`grep Annee_${year} CH4_1765_2500.txt | awk -F= '{print $2}'` 
     155    IPCC_N2O=`grep Annee_${year} N2O_1765_2500.txt | awk -F= '{print $2}'` 
     156    IPCC_CFC11=`grep Annee_${year} CFC11_1765_2500.txt | awk -F= '{print $2}'` 
     157    IPCC_CFC12=`grep Annee_${year} CFC12_1765_2500.txt | awk -F= '{print $2}'` 
    161158 
    162159    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
  • CMIP5/rcp85/v3.rcp85.1/COMP/orchidee.card

    r1171 r1269  
    1515 
    1616[SmoothFiles] 
    17 List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:) 
     17List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_2006to2100_AR5_RCP8.5_MESSAGE/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:), \ 
     18     (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_2006to2100_AR5_RCP8.5_MESSAGE/PFTmap_IPCC_2006.nc, PFTmap.nc, 1:1:1) 
    1819 
    1920[ParametersFiles] 
  • CMIP5/rcp85/v3.rcp85.1/COMP/orchidee.driver

    r1050 r1269  
    101101    fi 
    102102 
     103    [ ${CumulPeriod} -eq 1 ] && ORCHIDEE_sed VEGET_REINIT y 
     104 
    103105    #IGCM_sys_Cp ${RUN_DIR}/orchidee.def ${RUN_DIR}/run.def 
    104106    #IGCM_sys_Put_Out ${RUN_DIR}/run.def ${R_SAVE}/${PREFIX}_run.def 
  • CMIP5/rcp85/v3.rcp85.1/COMP/pisces.driver

    r1019 r1269  
    5959 
    6060    ##-- GHG forcing for the current year 
    61     IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     61    IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2500.txt | awk -F= '{print $2}'` 
    6262 
    6363    ##-- Update namelist_top and namelist_pisces  
Note: See TracChangeset for help on using the changeset viewer.