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=TEST-AR4 |
---|
13 | LongName="LMDZ working configuration" |
---|
14 | TagName=LMDZ |
---|
15 | #============================ |
---|
16 | #-- leap, noleap, 360d |
---|
17 | CalendarType=360d |
---|
18 | #-- Begin and end of job |
---|
19 | #-- "YYYY-MM-DD" |
---|
20 | DateBegin=1980-01-01 |
---|
21 | DateEnd=1980-02-30 |
---|
22 | #============================ |
---|
23 | #-- 1Y, 1M, 5D, 1D |
---|
24 | PeriodLength=1M |
---|
25 | #============================ |
---|
26 | #-- PBS Class (required on brodie mono/multi) |
---|
27 | #JobClass=mono |
---|
28 | JobClass=multi |
---|
29 | #============================ |
---|
30 | #-- Total Number of Processors |
---|
31 | JobNumProcTot=4 |
---|
32 | #============================ |
---|
33 | #-- Run Options : here for oasis coupling |
---|
34 | JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' |
---|
35 | #======================================================================== |
---|
36 | #D-- ListOfComponents - |
---|
37 | [ListOfComponents] |
---|
38 | #D- For each component, Name of component, Tag of component |
---|
39 | ATM= (lmdz, LMDZ4) |
---|
40 | |
---|
41 | #======================================================================== |
---|
42 | #D-- Executable - |
---|
43 | [Executable] |
---|
44 | Name=lmdz.x |
---|
45 | #D- For each component, Real name of executable, Name of executable for oasis |
---|
46 | ATM= (gcm.e, lmdz.x) |
---|
47 | |
---|
48 | #======================================================================== |
---|
49 | #D-- Restarts - |
---|
50 | [Restarts] |
---|
51 | #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' |
---|
52 | OverRule=n |
---|
53 | #D- Last day of the experience used as restart |
---|
54 | RestartDate= |
---|
55 | #D- Define restart simulation name |
---|
56 | RestartJobName= |
---|
57 | #D- Path Server Group Login |
---|
58 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ |
---|
59 | # Attention login depend de la machine |
---|
60 | |
---|
61 | #======================================================================== |
---|
62 | #D-- Post - |
---|
63 | [Post] |
---|
64 | #D- Do we rebuild parallel output, this flag determines |
---|
65 | #D- frequency of rebuild submission |
---|
66 | RebuildFrequency=1Y |
---|
67 | #D- Do we rebuild parallel output from archive |
---|
68 | RebuildFromArchive=true |
---|
69 | #D- If you want to produce time series, this flag determines |
---|
70 | #D- frequency of post-processing submission |
---|
71 | TimeSeriesFrequency=10Y |
---|
72 | #D- If you want to produce seasonal average, this flag determines |
---|
73 | #D- the period of this average |
---|
74 | SeasonalFrequency=10Y |
---|
75 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
76 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
77 | SeasonalFrequencyOffset=0 |
---|
78 | |
---|
79 | #======================================================================== |
---|
80 | #D-- ATM - |
---|
81 | [ATM] |
---|
82 | # |
---|
83 | WriteFrequency="1M 1D HF" |
---|
84 | # If config_Restarts_OverRule == 'n' all params are read |
---|
85 | Restart= n |
---|
86 | # Last day of the experience used as restart |
---|
87 | RestartDate= |
---|
88 | # Define restart simulation name |
---|
89 | RestartJobName= |
---|
90 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ |
---|
91 | # Old component name for restart (if empty, use new name) |
---|
92 | OldName= |
---|
93 | |
---|
94 | #======================================================================== |
---|