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