1 | # $Id$ |
---|
2 | # This is config.card file for restart with an NEW libIGCM simulation tree. |
---|
3 | # This is config.card file for NEMO ORCA1_LIM3_PISCES configuration |
---|
4 | # |
---|
5 | #======================================================================== |
---|
6 | #D-- Compatibility - |
---|
7 | [Compatibility] |
---|
8 | libIGCM=1.0 |
---|
9 | #D-- UserChoices - |
---|
10 | [UserChoices] |
---|
11 | #============================ |
---|
12 | #-- (<8 chars MAX for JobName) |
---|
13 | JobName=OR2PIS |
---|
14 | #----- Short Name of Experiment |
---|
15 | ExperimentName=ORCA2clim |
---|
16 | #----- DEVT TEST PROD |
---|
17 | SpaceName=DEVT |
---|
18 | LongName="ORCA2_OFF_PISCES NEMO configuration" |
---|
19 | TagName=ORCA2_OFF_PISCES |
---|
20 | #D- Choice of experiment in EXPERIEMENTS directory |
---|
21 | ExpType=ORCA2_OFF_PISCES/clim |
---|
22 | #============================ |
---|
23 | #-- leap, noleap, 360d |
---|
24 | CalendarType=noleap |
---|
25 | #-- Begin and end of Job |
---|
26 | #-- "YYYY-MM-DD" |
---|
27 | DateBegin=0001-01-01 |
---|
28 | DateEnd=0050-12-31 |
---|
29 | #============================ |
---|
30 | #-- 1Y, 1M, 5D, 1D |
---|
31 | PeriodLength=1Y |
---|
32 | #============================ |
---|
33 | # config.card configuration options : |
---|
34 | #R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC |
---|
35 | #R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC |
---|
36 | #======================================================================== |
---|
37 | #D-- ListOfComponents - |
---|
38 | [ListOfComponents] |
---|
39 | #D- For each component, Name of component, Tag of component |
---|
40 | MBG= (pisces, PISCES) |
---|
41 | #======================================================================== |
---|
42 | #D-- Executable - |
---|
43 | [Executable] |
---|
44 | Name=nemo |
---|
45 | #D- For each component, Real name of executable |
---|
46 | MBG= (nemo.exe, nemo, 32MPI) |
---|
47 | #======================================================================== |
---|
48 | #D-- Restarts - |
---|
49 | [Restarts] |
---|
50 | #D- by default: config.card describes no restart for all components |
---|
51 | #D- ie start from Levitus or limit files |
---|
52 | #D- If you want to restart all components from the same simulation, |
---|
53 | #D- put OveRule flag to 'y' and set the next 3 parameters |
---|
54 | OverRule=n |
---|
55 | #D- Last day of the experience used as restart |
---|
56 | RestartDate=2000-12-31 |
---|
57 | #D- Define restart simulation name |
---|
58 | RestartJobName=PISCES |
---|
59 | #D- Path Server Group Login |
---|
60 | RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES/DEVT/ORCA2clim |
---|
61 | |
---|
62 | #======================================================================== |
---|
63 | #D-- MBG - |
---|
64 | [MBG] |
---|
65 | WriteFrequency="1M 1Y" |
---|
66 | Restart= n |
---|
67 | ##-- Last day of the experience used as restart |
---|
68 | RestartDate=2000-12-31 |
---|
69 | # Define restart simulation name |
---|
70 | RestartJobName=OR2LP1 |
---|
71 | RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2_PISCES |
---|
72 | # Old component name for restart (if empty, use new name) |
---|
73 | OldName= |
---|
74 | |
---|
75 | #======================================================================== |
---|
76 | #D-- Post - |
---|
77 | [Post] |
---|
78 | ParserXIOS=FALSE |
---|
79 | #D- Do we rebuild parallel output, this flag determines |
---|
80 | #D- frequency of rebuild submission |
---|
81 | #-- 1Y |
---|
82 | RebuildFrequency=NONE |
---|
83 | #D- Do we rebuild parallel output from archive |
---|
84 | RebuildFromArchive=NONE |
---|
85 | #D- If you want to produce time series, this flag determines |
---|
86 | #D- frequency of post-processing submission |
---|
87 | TimeSeriesFrequency=10Y |
---|
88 | #D- If you want to produce seasonal average, this flag determines |
---|
89 | #D- the period of this average |
---|
90 | SeasonalFrequency=NONE |
---|
91 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
92 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
93 | #SeasonalFrequencyOffset=0 |
---|
94 | PackFrequency=10Y |
---|
95 | #======================================================================== |
---|