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=repr1 |
---|
13 | #----- Short Name of Experiment |
---|
14 | ExperimentName=REF1 |
---|
15 | #----- DEVT TEST PROD |
---|
16 | SpaceName=TEST |
---|
17 | LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4" |
---|
18 | TagName=LMDZOR |
---|
19 | #============================ |
---|
20 | #-- leap, noleap, 360d |
---|
21 | CalendarType=360d |
---|
22 | #-- Begin and end of job |
---|
23 | #-- "YYYY-MM-DD" |
---|
24 | DateBegin=1980-01-01 |
---|
25 | DateEnd=1980-04-30 |
---|
26 | #============================ |
---|
27 | #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation |
---|
28 | PeriodLength=1M |
---|
29 | #============================ |
---|
30 | #-- PBS Class (required on brodie mono/multi) |
---|
31 | #JobClass=mono |
---|
32 | JobClass=multi |
---|
33 | #============================ |
---|
34 | #-- Total Number of Processors |
---|
35 | JobNumProcTot=32 |
---|
36 | #============================ |
---|
37 | #-- Run Options |
---|
38 | #JobRunOptions='"-np "${NUM_PROC_ATM}' |
---|
39 | #-- for vargas |
---|
40 | JobRunOptions='' |
---|
41 | #============================ |
---|
42 | # config.card configuration options : |
---|
43 | #R_INIT=/u/rech/psl/rpsl035/IGCM/INIT |
---|
44 | #R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT |
---|
45 | #R_BC=/u/rech/psl/rpsl035/IGCM/BC |
---|
46 | #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC |
---|
47 | #============================ |
---|
48 | |
---|
49 | #======================================================================== |
---|
50 | #D-- Restarts - |
---|
51 | [Restarts] |
---|
52 | #D- by default: config.card describes no restart for all components |
---|
53 | #D- ie start from Levitus or limit files |
---|
54 | #D- If you want to restart all components from the same simulation, |
---|
55 | #D- put OveRule flag to 'y' and set the next 3 parameters |
---|
56 | OverRule=n |
---|
57 | #D- Last day of the experience used as restart for all components |
---|
58 | RestartDate=2000-01-31 |
---|
59 | #D- Define restart simulation name for all components |
---|
60 | RestartJobName=EXP00 |
---|
61 | #D- Path Server Group Login |
---|
62 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
63 | |
---|
64 | #======================================================================== |
---|
65 | #D-- ATM - |
---|
66 | [ATM] |
---|
67 | # |
---|
68 | WriteFrequency="1M 1D HF" |
---|
69 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
70 | Restart=n |
---|
71 | # Last day of the experience used as restart for this component if Restart=y |
---|
72 | RestartDate=2000-01-31 |
---|
73 | # Define restart simulation name for this component |
---|
74 | RestartJobName=LMDZOR01 |
---|
75 | RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip |
---|
76 | # Old component name for restart (if empty, use new name) |
---|
77 | OldName= |
---|
78 | |
---|
79 | #======================================================================== |
---|
80 | #D-- CHM -- |
---|
81 | [CHM] |
---|
82 | WriteFrequency="1M HF" |
---|
83 | # If config_Restarts_OverRule == 'n' next 4 params are read |
---|
84 | Restart=n |
---|
85 | ##-- Last day of the experience used as restart for this component if Restart=y |
---|
86 | RestartDate= |
---|
87 | # Define restart simulation name for this component |
---|
88 | RestartJobName= |
---|
89 | RestartPath= |
---|
90 | #-- Old component name for restart (if empty, use new name) |
---|
91 | OldName= |
---|
92 | |
---|
93 | #======================================================================== |
---|
94 | #D-- ListOfComponents - |
---|
95 | [ListOfComponents] |
---|
96 | #D- For each component, Name of component, Tag of component |
---|
97 | ATM= (lmdz, LMDZ5) |
---|
98 | CHM= (reprobus, REPROBUS) |
---|
99 | |
---|
100 | #======================================================================== |
---|
101 | #D-- Executable - |
---|
102 | [Executable] |
---|
103 | Name=lmdz.x |
---|
104 | #D- For each component, Real name of executable, Name of executable for oasis |
---|
105 | ATM= (gcm.e, lmdz.x) |
---|
106 | CHM= ("", "") |
---|
107 | |
---|
108 | #======================================================================== |
---|
109 | #D-- Post - |
---|
110 | [Post] |
---|
111 | #D- Do we rebuild parallel output, this flag determines |
---|
112 | #D- frequency of rebuild submission (use NONE for DRYRUN=3) |
---|
113 | RebuildFrequency=1Y |
---|
114 | #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) |
---|
115 | RebuildFromArchive=NONE |
---|
116 | #D- If you want to produce time series, this flag determines |
---|
117 | #D- frequency of post-processing submission (NONE if you don't want) |
---|
118 | TimeSeriesFrequency=NONE |
---|
119 | #D- If you want to produce seasonal average, this flag determines |
---|
120 | #D- the period of this average (NONE if you don't want) |
---|
121 | SeasonalFrequency=NONE |
---|
122 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
123 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
124 | SeasonalFrequencyOffset=0 |
---|
125 | |
---|
126 | #======================================================================== |
---|