1 | #- $Id$ |
---|
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=LI_A_00 |
---|
12 | LongName='LMDz4INCA with New scripts' |
---|
13 | TagName=LMDZINCA/AER |
---|
14 | #============================ |
---|
15 | #D-- leap, noleap, 360d |
---|
16 | CalendarType=leap |
---|
17 | #D-- Début et fin de Job |
---|
18 | #D-- "YYYY-MM-DD" |
---|
19 | DateBegin=2000-01-01 |
---|
20 | DateEnd=2000-12-31 |
---|
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 | CHM= (inca, INCA3) |
---|
41 | |
---|
42 | #======================================================================== |
---|
43 | #D-- Executable - |
---|
44 | [Executable] |
---|
45 | Name=gcm.e |
---|
46 | #D- For each component, Real name of executable, Name of executable for oasis |
---|
47 | ATM= (gcm.e, gcm.e) |
---|
48 | CHM= (inca.dat, inca.dat) |
---|
49 | |
---|
50 | #======================================================================== |
---|
51 | #D-- Restarts - |
---|
52 | [Restarts] |
---|
53 | #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' |
---|
54 | OverRule=n |
---|
55 | #D- Last day of the experience used as restart |
---|
56 | RestartDate=1869-12-30 |
---|
57 | #D- Define restart simulation name (=> JOB_OS) |
---|
58 | RestartJobName=JobName |
---|
59 | #D- Path Server Group Login (=> PSGL) |
---|
60 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ |
---|
61 | # Attention login depend de la machine |
---|
62 | |
---|
63 | #======================================================================== |
---|
64 | #D-- Post - |
---|
65 | [Post] |
---|
66 | #D- Do we rebuild parallel output, this flag determines |
---|
67 | #D- frequency of rebuild submission (use NONE for DRYRUN=3) |
---|
68 | RebuildFrequency=1M |
---|
69 | #D- Do we rebuild parallel output from archive |
---|
70 | RebuildFromArchive=true |
---|
71 | #D- If you want to produce time series, this flag determines |
---|
72 | #D- frequency of post-processing submission |
---|
73 | TimeSeriesFrequency=1M |
---|
74 | #D- If you want to produce seasonal average, this flag determines |
---|
75 | #D- the period of this average |
---|
76 | SeasonalFrequency=5Y |
---|
77 | |
---|
78 | #======================================================================== |
---|
79 | #D-- ATM - |
---|
80 | [ATM] |
---|
81 | # |
---|
82 | WriteFrequency="1M 1D HF" |
---|
83 | # If config_Restarts_OverRule == 'n' all params are read |
---|
84 | Restart=n |
---|
85 | # Last day of the experience used as restart |
---|
86 | RestartDate=2000-01-01 |
---|
87 | # Define restart simulation name |
---|
88 | RestartJobName=JobName |
---|
89 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ |
---|
90 | # Old component name for restart (if empty, use new name) |
---|
91 | OldName="" |
---|
92 | |
---|
93 | #======================================================================== |
---|
94 | #D-- CHM - |
---|
95 | [CHM] |
---|
96 | WriteFrequency="1M" |
---|
97 | Restart=n |
---|
98 | #D-- Last day of the experience used as restart |
---|
99 | RestartDate=2000-01-01 |
---|
100 | #D-- Define restart simulation name |
---|
101 | RestartJobName=JobName |
---|
102 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ |
---|
103 | #D-- Old component name for restart (if empty, use new name) |
---|
104 | OldName="" |
---|
105 | |
---|
106 | #======================================================================== |
---|