Ignore:
Timestamp:
07/12/12 13:10:29 (12 years ago)
Author:
lfairhead
Message:

Update of piControl and historical experiments for IPSLCM5B configuration
(Files are those used for the CMIP5 exercise)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/historical/config.card

    r1220 r1803  
    11# 
    2 # This is config.card file for IPSLCM5A configuration 
     2# This is config.card file for IPSLCM5B configuration 
    33# 
    44#======================================================================== 
     
    99[UserChoices] 
    1010#============================ 
    11 JobName=EXP00 
     11JobName=Hist00 
    1212#----- Short Name of Experiment 
    1313ExperimentName=historical 
    1414#----- DEVT TEST PROD 
    1515SpaceName=PROD 
    16 LongName="IPSLCM5B CMIP5 DEVT phase historical example with large outputs" 
     16LongName="IPSLCM5B CMIP5 PROD phase historical example with large outputs" 
    1717TagName=IPSLCM5B 
    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=v5.PiCtrlNP1 
    6261#D- Path Server Group Login 
    63 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 
     62RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5B/PROD/piControl 
    6463 
    6564#======================================================================== 
     
    166165[ListOfComponents] 
    167166#D- For each component, Name of component, Tag of component 
    168 ATM= (lmdz, LMDZ4-dev) 
     167ATM= (lmdz, LMDZ5) 
    169168SRF= (orchidee, ORCHIDEE_1_9_5) 
    170169SBG= (stomate, ORCHIDEE_1_9_5) 
     
    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) 
     
    200199#D- If you want to produce seasonal average, this flag determines 
    201200#D- the period of this average (NONE if you don't want) 
    202 SeasonalFrequency=10Y 
     201SeasonalFrequency=NONE 
    203202#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency 
    204203#D- Usefull if you do not want to consider the first X simulation's years 
    205204SeasonalFrequencyOffset=0 
    206  
    207 #======================================================================== 
     205PackFrequency=1Y 
     206 
     207#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.