Ignore:
Timestamp:
05/11/11 17:38:15 (13 years ago)
Author:
musat
Message:

v3.aqua4K IPSL CMIP5 simulation registration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/aqua4K/v3.aqua4K/config.card

    r1290 r1434  
    1010#============================ 
    1111#-- (<8 chars MAX for JobName) 
    12 JobName=AMIP1 
     12JobName=v3.aqua4K 
    1313#----- Short Name of Experiment 
    14 ExperimentName=AMIP 
     14ExperimentName=aqua4K 
    1515#----- DEVT TEST PROD 
    1616SpaceName=PROD 
     
    1919#============================ 
    2020#-- leap, noleap, 360d 
    21 CalendarType=noleap 
     21CalendarType=360d 
    2222#-- Begin and end of job  
    2323#-- "YYYY-MM-DD" 
    2424DateBegin=1979-01-01 
    25 DateEnd=2009-12-31 
     25DateEnd=1985-12-30 
    2626#============================ 
    2727#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     
    3636#============================ 
    3737#-- Run Options 
    38 JobRunOptions='"-np "${NUM_PROC_ATM}' 
     38JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' 
    3939#-- for vargas 
    40 #JobRunOptions='' 
     40#JobRunOptions='"-pgmmodel MPMD -cmdfile"' 
    4141#============================ 
    4242# config.card configuration options : 
     
    5454#D- If you want to restart all components from the same simulation, 
    5555#D-      put OveRule flag to 'y' and set the next 3 parameters 
    56 OverRule=n 
     56OverRule=y 
    5757#D- Last day of the experience used as restart for all components 
    58 RestartDate=1958-01-31 
     58RestartDate=1979-02-01 
    5959#D- Define restart simulation name for all components 
    60 RestartJobName=historical1 
     60#RestartJobName=historical1 
     61RestartJobName=aqua4K 
     62#RestartJobName=aqua4K1 
    6163#D- Path Server Group Login 
    62 RestartPath=/dmnfs11/cont003/p86maf/IGCM_OUT/IPSLCM5A/PROD/historical 
    63  
     64RestartPath=/dmnfs12/cont003/p86musat/IGCM_OUT/LMDZOR/PROD/aqua4K 
    6465#======================================================================== 
    6566#D-- ATM - 
     
    7071Restart=n 
    7172# Last day of the experience used as restart for this component if Restart=y 
    72 RestartDate=2000-01-31 
     73RestartDate=1979-01-30 
    7374# Define restart simulation name for this component 
    74 RestartJobName=LMDZOR01 
    75 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
     75#RestartJobName=LMDZOR01 
     76#RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
     77RestartJobName=aquaControl 
     78RestartPath=/dmnfs12/cont003/p86musat/IGCM_OUT/LMDZOR/PROD/amip 
    7679# Old component name for restart (if empty, use new name) 
    77 OldName= 
    78  
    79 #======================================================================== 
    80 #D-- SRF - 
    81 [SRF] 
    82 WriteFrequency="1M HF" 
    83 # If config_Restarts_OverRule == 'n' next 4 params are read 
    84 Restart=n 
    85 ##-- Last day of the experience used as restart for this component if Restart=y 
    86 RestartDate=2000-01-31 
    87 # Define restart simulation name for this component 
    88 RestartJobName=EXP00 
    89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    90 #-- Old component name for restart (if empty, use new name) 
    91 OldName= 
    92  
    93 #======================================================================== 
    94 #D-- SBG - STOMATE 
    95 [SBG] 
    96 WriteFrequency="1M" 
    97 # If config_Restarts_OverRule == 'n' next 4 params are read 
    98 Restart=n 
    99 #-- Last day of the experience used as restart for this component if Restart=y 
    100 RestartDate=2000-01-31 
    101 # Define restart simulation name for this component 
    102 RestartJobName=EXP00 
    103 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    104 #-- Old component name for restart (if empty, use new name) 
    10580OldName= 
    10681 
     
    11085#D- For each component, Name of component, Tag of component 
    11186ATM= (lmdz, LMDZ4_AR5) 
    112 SRF= (orchidee, ORCHIDEE_1_9_5) 
    113 SBG= (stomate, ORCHIDEE_1_9_5) 
    11487 
    11588#======================================================================== 
     
    11992#D- For each component, Real name of executable, Name of executable for oasis 
    12093ATM= (gcm.e, lmdz.x) 
    121 SRF= ("", "") 
    122 SBG= ("", "") 
    12394 
    12495#======================================================================== 
     
    129100RebuildFrequency=1Y 
    130101#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 
    131 RebuildFromArchive=true 
     102#RebuildFromArchive=true 
     103RebuildFromArchive=NONE 
    132104#D- If you want to produce time series, this flag determines 
    133105#D- frequency of post-processing submission (NONE if you don't want) 
Note: See TracChangeset for help on using the changeset viewer.