Ignore:
Timestamp:
07/06/15 17:17:15 (9 years ago)
Author:
jgipsl
Message:

Clean in .card. Removed OldName? not used anymore in config.card. Removed output.def not needed with XIOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card

    r2602 r2604  
    11# $Id$ 
    2 # This is config.card file for restart with an NEW libIGCM simulation tree. 
    3 # 
    42#======================================================================== 
    53#D-- Compatibility - 
     
    97[UserChoices] 
    108#============================ 
    11 #-- (<8 chars MAX for JobName) 
    129JobName=LMDZOR01 
    1310#----- Short Name of Experiment 
     
    2724DateEnd=1980-12-31 
    2825#============================ 
    29 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     26#-- 1Y, 1M, 5D, 1D Period Length for one execution 
    3027PeriodLength=1Y 
    3128#============================ 
     
    4542#D-- Executable - 
    4643[Executable] 
    47 #D- For each component, Real name of executable, Name of executable for oasis 
     44#D- For each component: Real name of executable, Name of executable in the run directory  
    4845ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) 
    4946SRF= ("", "") 
     
    6966#D-- ATM - 
    7067[ATM] 
    71 # 
    7268WriteFrequency="1M" 
    7369# If config_Restarts_OverRule == 'n' next 4 params are read 
     
    7874RestartJobName=LMDZOR01 
    7975RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    80 # Old component name for restart (if empty, use new name) 
    81 OldName= 
    8276 
    8377#======================================================================== 
     
    9286RestartJobName=EXP00 
    9387RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    94 #-- Old component name for restart (if empty, use new name) 
    95 OldName= 
    9688 
    9789#======================================================================== 
     
    10698RestartJobName=EXP00 
    10799RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    108 #-- Old component name for restart (if empty, use new name) 
    109 OldName= 
    110100 
    111101#======================================================================== 
     
    120110RestartJobName= 
    121111RestartPath= 
    122 # Old component name for restart (if empty, use new name) 
    123 OldName= 
    124112 
    125113#======================================================================== 
    126114#D-- Post - 
    127115[Post] 
    128 #D- Do we rebuild parallel output, this flag determines 
    129 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 
     116#D- RebuildFrequency determines the frequency of rebuild submission 
    130117RebuildFrequency=1Y 
    131 #D- Do we pack restart and debug txt files, this flag determines 
    132 #D- frequency of pack submission (use NONE for DRYRUN=3) 
     118#D- PackFrequency determines the frequency of pack submission 
    133119PackFrequency=1Y 
    134 #D- If you want to produce time series, this flag determines 
    135 #D- frequency of post-processing submission (NONE if you don't want) 
     120#D- TimeSeriesFreqency determines the frequency of post-processing submission 
     121#D- Set NONE to deactivate the creation of all time series  
    136122TimeSeriesFrequency=10Y 
    137 #D- If you want to produce seasonal average, this flag determines 
    138 #D- the period of this average (NONE if you don't want) 
     123#D- SeasonalFrequency determines the length for each seasonal average 
     124#D- Set NONE to deactivate the creation of all seasonal avereage 
    139125SeasonalFrequency=10Y 
    140126#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency 
Note: See TracChangeset for help on using the changeset viewer.