Changeset 1258


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

Register used configuration files for v2.historical1

Location:
CMIP5/historical/v2.historical1
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historical/v2.historical1/COMP/lmdz.card

    r1239 r1258  
    4747            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC11_1765_2005.txt, .),\ 
    4848            (${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/HISTORIQUE/CFC12_1765_2005.txt, .),\ 
    49             (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v3.nc, aerosols.nat.nc) 
     49            (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v2.nc, aerosols.nat.nc) 
    5050 
    5151[SmoothFiles] 
    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:), \ 
     54List=   (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_${year}_v2.nc, aerosols${year}.nc, 1:12:), \ 
    5555        (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_${year}_v2.nc,          climoz_LMDZ.nc,     1:12:) 
    5656 
     
    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 
     
    171171ChunckJob2D = NONE 
    172172TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap) 
    173 ChunckJob3D = 10Y 
     173ChunckJob3D = 100Y 
    174174Seasonal=OFF 
    175175 
  • CMIP5/historical/v2.historical1/COMP/lmdz.driver

    r1172 r1258  
    6262    ## Read LMDZ_NbPeriod_adjust option in lmdz.card  
    6363    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_NbPeriod_adjust 
    64     LMDZ_NbPeriod_adjust=${lmdz_UserChoices_LMDZ_NbPeriod_adjust} 
     64    eval LMDZ_NbPeriod_adjust=\${lmdz_UserChoices_LMDZ_NbPeriod_adjust} > /dev/null 2>&1 
    6565 
    6666    if [ ${LMDZ_NbPeriod_adjust} -eq 0 ] ; then 
    6767        IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Bands_file_name 
    68         LMDZ_Bands_file_name=${lmdz_UserChoices_LMDZ_Bands_file_name} 
     68        eval LMDZ_Bands_file_name=\${lmdz_UserChoices_LMDZ_Bands_file_name} > /dev/null 2>&1 
    6969    fi 
    7070 
    7171    ##  Read LMDZ_Freq_aero and LMDZ_Length_aero in lmdz.card 
    72     LMDZ_Freq_aero=${lmdz_UserChoices_LMDZ_Freq_aero} 
    73     LMDZ_Length_aero=${lmdz_UserChoices_LMDZ_Length_aero} 
     72    eval LMDZ_Freq_aero=\${lmdz_UserChoices_LMDZ_Freq_aero} > /dev/null 2>&1 
     73    eval LMDZ_Length_aero=\${lmdz_UserChoices_LMDZ_Length_aero} > /dev/null 2>&1 
    7474 
    7575    ##  Read LMDZ_COSP_monthly  LMDZ_COSP_daily and LMDZ_COSP_hf in lmdz.card 
    76     LMDZ_COSP_OK=${lmdz_UserChoices_LMDZ_COSP_OK} 
    77     LMDZ_COSP_monthly=${lmdz_UserChoices_LMDZ_COSP_monthly} 
    78     LMDZ_COSP_daily=${lmdz_UserChoices_LMDZ_COSP_daily} 
    79     LMDZ_COSP_hf=${lmdz_UserChoices_LMDZ_COSP_hf} 
     76    eval LMDZ_COSP_OK=\${lmdz_UserChoices_LMDZ_COSP_OK} > /dev/null 2>&1 
     77    eval LMDZ_COSP_monthly=\${lmdz_UserChoices_LMDZ_COSP_monthly} > /dev/null 2>&1 
     78    eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 
     79    eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 
    8080 
    8181    ##  Read LMDZ_NMC_monthly  LMDZ_NMC_daily and LMDZ_NMC_hf in lmdz.card 
    82     LMDZ_NMC_monthly=${lmdz_UserChoices_LMDZ_NMC_monthly} 
    83     LMDZ_NMC_daily=${lmdz_UserChoices_LMDZ_NMC_daily} 
    84     LMDZ_NMC_hf=${lmdz_UserChoices_LMDZ_NMC_hf} 
     82    eval LMDZ_NMC_monthly=\${lmdz_UserChoices_LMDZ_NMC_monthly} > /dev/null 2>&1 
     83    eval LMDZ_NMC_daily=\${lmdz_UserChoices_LMDZ_NMC_daily} > /dev/null 2>&1 
     84    eval LMDZ_NMC_hf=\${lmdz_UserChoices_LMDZ_NMC_hf} > /dev/null 2>&1 
    8585 
    8686    IGCM_debug_PopStack "ATM_Initialize" 
     
    193193    ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] 
    194194    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices ByPass_hgardfou_teta 
    195     ByPass_hgardfou_teta=${lmdz_UserChoices_ByPass_hgardfou_teta} 
     195    eval ByPass_hgardfou_teta=\${lmdz_UserChoices_ByPass_hgardfou_teta} > /dev/null 2>&1 
    196196    if [ ${ByPass_hgardfou_teta} = y ] ; then 
    197197        awk '{ if ($0 ~ /^teta.*=/) {split($0,a,"=") ; print a[1]"="a[2]/2"."} else print $0}' gcm.def > gcm.def.tmp 
     
    207207    ## Read ByPass_hgardfou_mats option in lmdz.card --> purmats=y 2 if [ $ByPass_hgardfou_mats = 1 ] 
    208208    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices ByPass_hgardfou_mats 
    209     ByPass_hgardfou_mats=${lmdz_UserChoices_ByPass_hgardfou_mats} 
     209    eval ByPass_hgardfou_mats=\${lmdz_UserChoices_ByPass_hgardfou_mats} > /dev/null 2>&1 
    210210    if [ ${ByPass_hgardfou_mats} = y ] ; then 
    211211        sed -e "s/^purmats=.*/purmats=y/" gcm.def > gcm.def.tmp 
  • CMIP5/historical/v2.historical1/COMP/orchidee.card

    r1171 r1258  
    1212[BoundaryFiles] 
    1313List=   () 
    14 ListNonDel= () 
     14ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc, PFTmap.nc) 
    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=() 
    1818 
    1919[ParametersFiles] 
  • CMIP5/historical/v2.historical1/PARAM/iodef.xml

    r1248 r1258  
    435435        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    /> 
    436436        <field ref="BLT"               name="blt"         description="Barrier Layer Thickness"                    level="3"     /> 
    437         <field ref="mld|dt|"           name="mld_dt02"    description="Mixed Layer Depth |dt|=0.2 (ref.10m)"       level="3"     /> 
     437        <field ref="mld|dt|"           name="mld|dt|"   description="Mixed Layer Depth |dt|=0.2 (ref.10m)"         level="3"     /> 
    438438 
    439439          </file>    
  • CMIP5/historical/v2.historical1/config.card

    r1171 r1258  
    99[UserChoices] 
    1010#============================ 
    11 JobName=EXP00 
     11JobName=v2.historical1 
    1212#----- Short Name of Experiment 
    1313ExperimentName=historical 
    1414#----- DEVT TEST PROD 
    15 SpaceName=DEVT 
    16 LongName="IPSLCM5A CMIP5 DEVT phase historical example with large outputs" 
     15SpaceName=PROD 
     16LongName="IPSLCM5A CMIP5 PROD phase historical run with large outputs starting 1849-12-31 from picontrol2" 
    1717TagName=IPSLCM5A 
    1818#============================ 
     
    2222#-- "YYYY-MM-DD" 
    2323DateBegin=1850-01-01 
    24 DateEnd=1850-12-31 
     24DateEnd=2005-12-31 
    2525#============================ 
    2626#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     
    3333#-- Total Number of Processors (minimum is 2 for a coupled configuration) 
    3434#JobNumProcTot=2 
    35 JobNumProcTot=4 
     35JobNumProcTot=8 
    3636#============================ 
    3737#-- Run Options : here for oasis coupling 
     
    5656OverRule=y 
    5757#D- Last day of the experience used as restart for all components 
    58 RestartDate=1899-12-31 
     58RestartDate=1849-12-31 
    5959#D- Define restart simulation name for all components 
    60 # For historical simulation you have to start from an other simulation 
    61 RestartJobName=XXXXXXX 
     60RestartJobName=piControl2 
    6261#D- Path Server Group Login 
    63 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 
     62RestartPath=/dmnfs/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/piControl 
    6463 
    6564#======================================================================== 
     
    192191#D- Do we rebuild parallel output, this flag determines 
    193192#D- frequency of rebuild submission (use NONE for DRYRUN=3) 
    194 RebuildFrequency=5Y 
     193RebuildFrequency=2Y 
    195194#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 
    196 RebuildFromArchive=true 
     195RebuildFromArchive=NONE 
    197196#D- If you want to produce time series, this flag determines 
    198197#D- frequency of post-processing submission (NONE if you don't want) 
Note: See TracChangeset for help on using the changeset viewer.