1 | # $Id$ |
---|
2 | #======================================================================== |
---|
3 | #D-- Compatibility - |
---|
4 | [Compatibility] |
---|
5 | libIGCM=1.0 |
---|
6 | #D-- UserChoices - |
---|
7 | [UserChoices] |
---|
8 | #============================ |
---|
9 | JobName=LMDZ01 |
---|
10 | #----- Short Name of Experiment |
---|
11 | ExperimentName=clim |
---|
12 | #----- DEVT TEST PROD |
---|
13 | SpaceName=TEST |
---|
14 | LongName="LMDZ configuration" |
---|
15 | TagName=LMDZ |
---|
16 | #D- Choice of experiment in EXPERIEMENTS directory |
---|
17 | ExpType=LMDZ/clim_360d |
---|
18 | #============================ |
---|
19 | #-- leap, noleap, 360d |
---|
20 | CalendarType=360d |
---|
21 | #-- Begin and end of job |
---|
22 | #-- "YYYY-MM-DD" |
---|
23 | DateBegin=1980-01-01 |
---|
24 | DateEnd=1980-12-30 |
---|
25 | #============================ |
---|
26 | #-- 1Y, 1M, 5D, 1D Period Length for one execution |
---|
27 | PeriodLength=1Y |
---|
28 | |
---|
29 | #======================================================================== |
---|
30 | #D-- ListOfComponents - |
---|
31 | [ListOfComponents] |
---|
32 | #D- For each component, Name of component, Tag of component |
---|
33 | ATM= (lmdz, LMDZ) |
---|
34 | IOS= (xios, XIOS) |
---|
35 | |
---|
36 | #======================================================================== |
---|
37 | #D-- Executable - |
---|
38 | [Executable] |
---|
39 | #D- For each component: Real name of executable, Name of executable in the run directory |
---|
40 | #D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 |
---|
41 | #D- Change to 31MPI*4OMP for resolution 96x95x39 |
---|
42 | ATM= (gcm.e, lmdz.x, 47MPI, 8OMP) |
---|
43 | IOS= (xios_server.exe, xios.x, 1MPI) |
---|
44 | |
---|
45 | #======================================================================== |
---|
46 | #D-- Restarts - |
---|
47 | [Restarts] |
---|
48 | #D- by default: config.card describes no restart for all components |
---|
49 | #D- ie start from Levitus or limit files |
---|
50 | #D- If you want to restart all components from the same simulation, |
---|
51 | #D- put OveRule flag to 'y' and set the next 3 parameters |
---|
52 | OverRule=n |
---|
53 | #D- Last day of the experience used as restart for all components |
---|
54 | RestartDate=2000-01-31 |
---|
55 | #D- Define restart simulation name for all components |
---|
56 | RestartJobName=EXP00 |
---|
57 | #D- Path Server Group Login |
---|
58 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip |
---|
59 | |
---|
60 | #======================================================================== |
---|
61 | #D-- ATM - |
---|
62 | [ATM] |
---|
63 | WriteFrequency="1M" |
---|
64 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
65 | Restart=n |
---|
66 | # Last day of the experience used as restart for this component if Restart=y |
---|
67 | RestartDate=2000-01-31 |
---|
68 | # Define restart simulation name for this component |
---|
69 | RestartJobName=LMDZ01 |
---|
70 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip |
---|
71 | |
---|
72 | #======================================================================== |
---|
73 | #D-- IOS - |
---|
74 | [IOS] |
---|
75 | WriteFrequency="" |
---|
76 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
77 | Restart= n |
---|
78 | ##-- Last day of the experience used as restart for this component if Restart=y |
---|
79 | RestartDate= |
---|
80 | # Define restart simulation name for this component |
---|
81 | RestartJobName= |
---|
82 | RestartPath= |
---|
83 | |
---|
84 | #======================================================================== |
---|
85 | #D-- Post - |
---|
86 | [Post] |
---|
87 | #D- RebuildFrequency determines the frequency of rebuild submission |
---|
88 | RebuildFrequency=NONE |
---|
89 | #D- PackFrequency determines the frequency of pack submission |
---|
90 | PackFrequency=1Y |
---|
91 | #D- TimeSeriesFreqency determines the frequency of post-processing submission |
---|
92 | #D- Set NONE to deactivate the creation of all time series |
---|
93 | TimeSeriesFrequency=10Y |
---|
94 | #D- SeasonalFrequency determines the length for each seasonal average |
---|
95 | #D- Set NONE to deactivate the creation of all seasonal avereage |
---|
96 | SeasonalFrequency=10Y |
---|
97 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
98 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
99 | SeasonalFrequencyOffset=0 |
---|
100 | |
---|
101 | #======================================================================== |
---|