Changeset 1179


Ignore:
Timestamp:
10/26/10 17:55:33 (14 years ago)
Author:
aclsce
Message:

Modified historical configuration to fit with v2.esmFixClim21 experiment

Location:
CMIP5/esmFixClim2/v2.esmFixClim21
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/esmFixClim2/v2.esmFixClim21/COMP/lmdz.card

    r1166 r1179  
    1818 
    1919# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 
    20 LMDZ_COSP_OK=y 
     20LMDZ_COSP_OK=n 
    2121LMDZ_COSP_monthly=y 
    2222LMDZ_COSP_daily=n 
  • CMIP5/esmFixClim2/v2.esmFixClim21/COMP/lmdz.driver

    r1172 r1179  
    151151    ##-- GHG forcing for the current year 
    152152    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}'` 
     153###    IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
    154154    IPCC_CH4=`grep Annee_${year} CH4_1765_2005.txt | awk -F= '{print $2}'` 
    155155    IPCC_N2O=`grep Annee_${year} N2O_1765_2005.txt | awk -F= '{print $2}'` 
     
    174174    LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    175175    LMDZ_sed physiq.def solaire     ${IPCC_SOLAR} 
    176     LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
     176###    LMDZ_sed physiq.def co2_ppm     ${IPCC_CO2} 
    177177    LMDZ_sed physiq.def CH4_ppb     ${IPCC_CH4} 
    178178    LMDZ_sed physiq.def N2O_ppb     ${IPCC_N2O} 
  • CMIP5/esmFixClim2/v2.esmFixClim21/COMP/orchidee.driver

    r1050 r1179  
    8787    esac 
    8888 
     89   ## CO2 forcing for the current year 
     90    IPCC_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     91    echo IPCC_CO2=${IPCC_CO2} 
     92 
     93    ORCHIDEE_sed ATM_CO2 ${IPCC_CO2} 
     94 
    8995    ORCHIDEE_sed HYDROL_CWRR ${orchidee_UserChoices_NEWHYDROL} 
    9096 
  • CMIP5/esmFixClim2/v2.esmFixClim21/PARAM/orchidee.def

    r1013 r1179  
    330330#  to prescribe the atmospheric CO2. 
    331331# This Flag is only use in couple mode. 
    332 FORCE_CO2_VEG = FALSE 
     332FORCE_CO2_VEG = TRUE 
    333333# default = FALSE 
    334334 
  • CMIP5/esmFixClim2/v2.esmFixClim21/PARAM/physiq.def_L39

    r1097 r1179  
    188188# 
    189189### co2_ppm =    taux CO2 en ppm 
    190 co2_ppm = 0.36886500E+03 
     190co2_ppm = 0.28472500E+03 
    191191### CH4_ppb =    taux CH4 en ppb 
    192192CH4_ppb = 0.17510225E+04 
  • CMIP5/esmFixClim2/v2.esmFixClim21/README

    r1171 r1179  
    11IPSLCM5A 
    22 
    3 22/10/2010 
     326/10/2010 
    44 
    55Experiment Name comes from CMIP5 DRS. See: http://cmip-pcmdi.llnl.gov/cmip5/docs/cmip5_data_reference_syntax.pdf 
    6 Output files are stored into : login/IGCM_OUT/IPSLCM5A/DEVT/historical/EXP00 directory 
    7  
    8 config.card : set the name of the simulation used as restart. 
     6Output files are stored into : /dmnfs/cont003/p48bopp/IGCM_OUT/IPSLCM5A/PROD/esmFixClim2/v2.esmFixClim21 directory 
    97 
    108 
  • CMIP5/esmFixClim2/v2.esmFixClim21/config.card

    r1171 r1179  
    99[UserChoices] 
    1010#============================ 
    11 JobName=EXP00 
     11JobName=v2.esmFixClim21 
    1212#----- Short Name of Experiment 
    13 ExperimentName=historical 
     13ExperimentName=esmFixClim2 
    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 esmFixClim2 with large outputs" 
    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 
     
    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=1Y 
    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.