1 | # |
---|
2 | # This is config.card file for restart with an old simulation tree. |
---|
3 | # |
---|
4 | #======================================================================== |
---|
5 | #D-- Compatibility - |
---|
6 | [Compatibility] |
---|
7 | libIGCM=1.0 |
---|
8 | |
---|
9 | #======================================================================== |
---|
10 | #D-- UserChoices - |
---|
11 | [UserChoices] |
---|
12 | #============================ |
---|
13 | #D-- (<8 chars MAX for JobName) |
---|
14 | JobName=Lmd4Or1.9 |
---|
15 | LongName='LMDz4OR with New scripts' |
---|
16 | TagName=LMDz4OR_v2 |
---|
17 | #============================ |
---|
18 | #D-- leap, noleap, 360d |
---|
19 | CalendarType=360d |
---|
20 | #D-- Début et fin de Job |
---|
21 | #D-- "YYYY-MM-DD" |
---|
22 | DateBegin=1860-01-01 |
---|
23 | DateEnd=1870-02-15 |
---|
24 | #============================ |
---|
25 | #D-- 1Y, 1M, 5D, 1D |
---|
26 | PeriodLength=1M |
---|
27 | #============================ |
---|
28 | #-- PBS Class (required on brodie mono/multi) |
---|
29 | #JobClass=mono |
---|
30 | JobClass=multi |
---|
31 | #============================ |
---|
32 | #-- Total Number of Processors (minimum is 2 for a coupled configuration) |
---|
33 | #JobNumProcTot=2 |
---|
34 | JobNumProcTot=4 |
---|
35 | #============================ |
---|
36 | #-- Run Options : here for oasis coupling |
---|
37 | JobRunOptions='"-np 1 -max_np "${NUM_PROC_ATM}' |
---|
38 | #============================ |
---|
39 | |
---|
40 | #======================================================================== |
---|
41 | #D-- ListOfComponents - |
---|
42 | [ListOfComponents] |
---|
43 | #D- For each component, Name of component, Tag of component |
---|
44 | ATM= (lmdz, LMDZ4_V3_1) |
---|
45 | SRF= (orchidee, orchidee_1_9_1) |
---|
46 | |
---|
47 | #======================================================================== |
---|
48 | #D-- Executable - |
---|
49 | [Executable] |
---|
50 | Name=gcm.e |
---|
51 | #D- For each component, Real name of executable, Name of executable for oasis |
---|
52 | ATM= (gcm.e, gcm.e) |
---|
53 | SRF= ("", "") |
---|
54 | |
---|
55 | #======================================================================== |
---|
56 | #D-- Restarts - |
---|
57 | [Restarts] |
---|
58 | #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' |
---|
59 | OverRule=n |
---|
60 | #D- Last day of the experience used as restart |
---|
61 | RestartDate=1869-12-30 |
---|
62 | #D- Define restart simulation name (=> JOB_OS) |
---|
63 | RestartJobName=CD1 |
---|
64 | #D- Path Server Group Login (=> PSGL) |
---|
65 | RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL |
---|
66 | # Attention login depend de la machine |
---|
67 | |
---|
68 | #======================================================================== |
---|
69 | #D-- Post - |
---|
70 | [Post] |
---|
71 | #D- Do we rebuild parallel output, this flag determines |
---|
72 | #D- frequency of rebuild submission |
---|
73 | RebuildFrequency=NONE |
---|
74 | #D- If you want to monitor variables, this flag determines |
---|
75 | #D- frequency of post-processing submission |
---|
76 | MonitoringFrequency=NONE |
---|
77 | #D- If you want to produce time series, this flag determines |
---|
78 | #D- frequency of post-processing submission |
---|
79 | TimeSeriesFrequency=10Y |
---|
80 | #D- If you want to produce seasonal average, this flag determines |
---|
81 | #D- the period of this average |
---|
82 | SeasonalFrequency=10Y |
---|
83 | |
---|
84 | #======================================================================== |
---|
85 | #D-- ATM - |
---|
86 | [ATM] |
---|
87 | # |
---|
88 | WriteFrequency="1M 1D HF" |
---|
89 | #D-- If config_Restarts_OverRule == 'n' all params are read |
---|
90 | Restart= y |
---|
91 | #D-- Last day of the experience used as restart |
---|
92 | RestartDate=1999-12-30 |
---|
93 | #D-- Define restart simulation name |
---|
94 | RestartJobName=2L18 |
---|
95 | RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL |
---|
96 | #D-- Old component name for restart (if empty, use new name) |
---|
97 | OldName="Atm" |
---|
98 | |
---|
99 | #======================================================================== |
---|
100 | #D-- SRF - |
---|
101 | [SRF] |
---|
102 | WriteFrequency="1M" |
---|
103 | Restart=y |
---|
104 | #D-- Last day of the experience used as restart |
---|
105 | RestartDate=1999-12-30 |
---|
106 | #D-- Define restart simulation name |
---|
107 | RestartJobName=2L18 |
---|
108 | RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL |
---|
109 | #D-- Old component name for restart (if empty, use new name) |
---|
110 | OldName="Srf" |
---|
111 | |
---|
112 | #======================================================================== |
---|