- Timestamp:
- 07/06/15 17:17:15 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card
r2602 r2604 1 1 # $Id$ 2 # This is config.card file for restart with an NEW libIGCM simulation tree.3 #4 2 #======================================================================== 5 3 #D-- Compatibility - … … 9 7 [UserChoices] 10 8 #============================ 11 #-- (<8 chars MAX for JobName)12 9 JobName=LMDZOR01 13 10 #----- Short Name of Experiment … … 27 24 DateEnd=1980-12-31 28 25 #============================ 29 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation26 #-- 1Y, 1M, 5D, 1D Period Length for one execution 30 27 PeriodLength=1Y 31 28 #============================ … … 45 42 #D-- Executable - 46 43 [Executable] 47 #D- For each component , Real name of executable, Name of executable for oasis44 #D- For each component: Real name of executable, Name of executable in the run directory 48 45 ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) 49 46 SRF= ("", "") … … 69 66 #D-- ATM - 70 67 [ATM] 71 #72 68 WriteFrequency="1M" 73 69 # If config_Restarts_OverRule == 'n' next 4 params are read … … 78 74 RestartJobName=LMDZOR01 79 75 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 80 # Old component name for restart (if empty, use new name)81 OldName=82 76 83 77 #======================================================================== … … 92 86 RestartJobName=EXP00 93 87 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 94 #-- Old component name for restart (if empty, use new name)95 OldName=96 88 97 89 #======================================================================== … … 106 98 RestartJobName=EXP00 107 99 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 108 #-- Old component name for restart (if empty, use new name)109 OldName=110 100 111 101 #======================================================================== … … 120 110 RestartJobName= 121 111 RestartPath= 122 # Old component name for restart (if empty, use new name)123 OldName=124 112 125 113 #======================================================================== 126 114 #D-- Post - 127 115 [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 130 117 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) 118 #D- PackFrequency determines the frequency of pack submission 133 119 PackFrequency=1Y 134 #D- If you want to produce time series, this flag determines135 #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 136 122 TimeSeriesFrequency=10Y 137 #D- If you want to produce seasonal average, this flag determines138 #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 139 125 SeasonalFrequency=10Y 140 126 #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
Note: See TracChangeset
for help on using the changeset viewer.