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