1 | # $Id$ |
---|
2 | # This is config.card file for restart with an NEW libIGCM simulation tree. |
---|
3 | # |
---|
4 | #======================================================================== |
---|
5 | #D-- Compatibility - |
---|
6 | [Compatibility] |
---|
7 | libIGCM=1.0 |
---|
8 | #D-- UserChoices - |
---|
9 | [UserChoices] |
---|
10 | #============================ |
---|
11 | #-- (<8 chars MAX for JobName) |
---|
12 | JobName=LMDZOR01 |
---|
13 | #----- Short Name of Experiment |
---|
14 | ExperimentName=amip |
---|
15 | #----- DEVT TEST PROD |
---|
16 | SpaceName=TEST |
---|
17 | LongName="LMDZOR configuration" |
---|
18 | TagName=LMDZOR |
---|
19 | #D- Choice of experiment in EXPERIEMENTS directory |
---|
20 | ExpType=LMDZOR/amip |
---|
21 | #============================ |
---|
22 | #-- leap, noleap, 360d |
---|
23 | CalendarType=noleap |
---|
24 | #-- Begin and end of job |
---|
25 | #-- "YYYY-MM-DD" |
---|
26 | DateBegin=1980-01-01 |
---|
27 | DateEnd=1980-01-31 |
---|
28 | #============================ |
---|
29 | #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation |
---|
30 | PeriodLength=1Y |
---|
31 | #============================ |
---|
32 | #-- Total Number of Processors |
---|
33 | JobNumProcTot=32 |
---|
34 | |
---|
35 | #======================================================================== |
---|
36 | #D-- ListOfComponents - |
---|
37 | [ListOfComponents] |
---|
38 | #D- For each component, Name of component, Tag of component |
---|
39 | ATM= (lmdz, LMDZ) |
---|
40 | SRF= (orchidee, ORCHIDEE) |
---|
41 | SBG= (stomate, ORCHIDEE) |
---|
42 | IOS= (xios, XIOS) |
---|
43 | |
---|
44 | #======================================================================== |
---|
45 | #D-- Executable - |
---|
46 | [Executable] |
---|
47 | #D- For each component, Real name of executable, Name of executable for oasis |
---|
48 | ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) |
---|
49 | SRF= ("", "") |
---|
50 | SBG= ("", "") |
---|
51 | IOS= (xios_server.exe, xios.x, 1MPI) |
---|
52 | |
---|
53 | #======================================================================== |
---|
54 | #D-- Restarts - |
---|
55 | [Restarts] |
---|
56 | #D- by default: config.card describes no restart for all components |
---|
57 | #D- ie start from Levitus or limit files |
---|
58 | #D- If you want to restart all components from the same simulation, |
---|
59 | #D- put OveRule flag to 'y' and set the next 3 parameters |
---|
60 | OverRule=n |
---|
61 | #D- Last day of the experience used as restart for all components |
---|
62 | RestartDate=2000-01-31 |
---|
63 | #D- Define restart simulation name for all components |
---|
64 | RestartJobName=EXP00 |
---|
65 | #D- Path Server Group Login |
---|
66 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
67 | |
---|
68 | #======================================================================== |
---|
69 | #D-- ATM - |
---|
70 | [ATM] |
---|
71 | # |
---|
72 | WriteFrequency="1M" |
---|
73 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
74 | Restart=n |
---|
75 | # Last day of the experience used as restart for this component if Restart=y |
---|
76 | RestartDate=2000-01-31 |
---|
77 | # Define restart simulation name for this component |
---|
78 | RestartJobName=LMDZOR01 |
---|
79 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
80 | # Old component name for restart (if empty, use new name) |
---|
81 | OldName= |
---|
82 | |
---|
83 | #======================================================================== |
---|
84 | #D-- SRF - |
---|
85 | [SRF] |
---|
86 | WriteFrequency="1M" |
---|
87 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
88 | Restart=n |
---|
89 | ##-- Last day of the experience used as restart for this component if Restart=y |
---|
90 | RestartDate=2000-01-31 |
---|
91 | # Define restart simulation name for this component |
---|
92 | RestartJobName=EXP00 |
---|
93 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
94 | #-- Old component name for restart (if empty, use new name) |
---|
95 | OldName= |
---|
96 | |
---|
97 | #======================================================================== |
---|
98 | #D-- SBG - STOMATE |
---|
99 | [SBG] |
---|
100 | WriteFrequency="1M" |
---|
101 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
102 | Restart=n |
---|
103 | #-- Last day of the experience used as restart for this component if Restart=y |
---|
104 | RestartDate=2000-01-31 |
---|
105 | # Define restart simulation name for this component |
---|
106 | RestartJobName=EXP00 |
---|
107 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
108 | #-- Old component name for restart (if empty, use new name) |
---|
109 | OldName= |
---|
110 | |
---|
111 | #======================================================================== |
---|
112 | #D-- IOS - |
---|
113 | [IOS] |
---|
114 | WriteFrequency="" |
---|
115 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
116 | Restart= n |
---|
117 | ##-- Last day of the experience used as restart for this component if Restart=y |
---|
118 | RestartDate= |
---|
119 | # Define restart simulation name for this component |
---|
120 | RestartJobName= |
---|
121 | RestartPath= |
---|
122 | # Old component name for restart (if empty, use new name) |
---|
123 | OldName= |
---|
124 | |
---|
125 | #======================================================================== |
---|
126 | #D-- Post - |
---|
127 | [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) |
---|
133 | PackFrequency=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) |
---|
136 | TimeSeriesFrequency=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) |
---|
139 | SeasonalFrequency=10Y |
---|
140 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
141 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
142 | SeasonalFrequencyOffset=0 |
---|
143 | |
---|
144 | #======================================================================== |
---|