Ignore:
Timestamp:
01/07/16 16:13:28 (9 years ago)
Author:
acosce
Message:

update lmdzorinca configuration to fit with last versions of lmdz and orchidee

File:
1 edited

Legend:

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

    r2503 r2694  
    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 
     
    2522#-- "YYYY-MM-DD" 
    2623DateBegin=1980-01-01 
    27 DateEnd=1980-01-31 
     24DateEnd=1980-12-31 
    2825#============================ 
    29 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
    30 PeriodLength=1M 
    31 #============================ 
    32 #-- Total Number of Processors 
    33 JobNumProcTot=32 
     26#-- 1Y, 1M, 5D, 1D Period Length for one execution 
     27PeriodLength=1Y 
    3428 
    3529#======================================================================== 
     
    4539#D-- Executable - 
    4640[Executable] 
    47 #D- For each component, Real name of executable, Name of executable for oasis 
     41#D- For each component: Real name of executable, Name of executable in the run directory  
    4842ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) 
    4943SRF= ("", "") 
     
    6963#D-- ATM - 
    7064[ATM] 
    71 # 
    72 WriteFrequency="1M 1D HF" 
     65WriteFrequency="1M" 
    7366# If config_Restarts_OverRule == 'n' next 4 params are read 
    7467Restart=n 
     
    7871RestartJobName=LMDZOR01 
    7972RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    80 # Old component name for restart (if empty, use new name) 
    81 OldName= 
    8273 
    8374#======================================================================== 
    8475#D-- SRF - 
    8576[SRF] 
    86 WriteFrequency="1M HF" 
     77WriteFrequency="1M" 
    8778# If config_Restarts_OverRule == 'n' next 4 params are read 
    8879Restart=n 
     
    9283RestartJobName=EXP00 
    9384RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    94 #-- Old component name for restart (if empty, use new name) 
    95 OldName= 
    9685 
    9786#======================================================================== 
     
    10695RestartJobName=EXP00 
    10796RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
    108 #-- Old component name for restart (if empty, use new name) 
    109 OldName= 
    11097 
    11198#======================================================================== 
     
    120107RestartJobName= 
    121108RestartPath= 
    122 # Old component name for restart (if empty, use new name) 
    123 OldName= 
    124109 
    125110#======================================================================== 
    126111#D-- Post - 
    127112[Post] 
    128 #D- Do we rebuild parallel output, this flag determines 
    129 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 
    130 RebuildFrequency=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) 
     113#D- RebuildFrequency determines the frequency of rebuild submission 
     114RebuildFrequency=NONE 
     115#D- PackFrequency determines the frequency of pack submission 
    133116PackFrequency=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) 
     117#D- TimeSeriesFreqency determines the frequency of post-processing submission 
     118#D- Set NONE to deactivate the creation of all time series  
    136119TimeSeriesFrequency=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) 
     120#D- SeasonalFrequency determines the length for each seasonal average 
     121#D- Set NONE to deactivate the creation of all seasonal avereage 
    139122SeasonalFrequency=10Y 
    140123#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency 
Note: See TracChangeset for help on using the changeset viewer.