source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card @ 2604

Last change on this file since 2604 was 2604, checked in by jgipsl, 9 years ago

Clean in .card. Removed OldName? not used anymore in config.card. Removed output.def not needed with XIOS.

File size: 4.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZOR01
10#----- Short Name of Experiment
11ExperimentName=amip
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZOR configuration"
15TagName=LMDZOR
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZOR/amip
18#============================
19#-- leap, noleap, 360d
20CalendarType=noleap
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-31
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length for one execution
27PeriodLength=1Y
28#============================
29#-- Total Number of Processors
30JobNumProcTot=32
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ)
37SRF= (orchidee, ORCHIDEE)
38SBG= (stomate, ORCHIDEE)
39IOS= (xios, XIOS)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44#D- For each component: Real name of executable, Name of executable in the run directory
45ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
46SRF= ("", "")
47SBG= ("", "")
48IOS= (xios_server.exe, xios.x, 1MPI)
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart for all components
59RestartDate=2000-01-31
60#D- Define restart simulation name for all components
61RestartJobName=EXP00
62#D- Path Server Group Login
63RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
64
65#========================================================================
66#D-- ATM -
67[ATM]
68WriteFrequency="1M"
69# If config_Restarts_OverRule == 'n' next 4 params are read
70Restart=n
71# Last day of the experience used as restart for this component if Restart=y
72RestartDate=2000-01-31
73# Define restart simulation name for this component
74RestartJobName=LMDZOR01
75RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
76
77#========================================================================
78#D-- SRF -
79[SRF]
80WriteFrequency="1M"
81# If config_Restarts_OverRule == 'n' next 4 params are read
82Restart=n
83##-- Last day of the experience used as restart for this component if Restart=y
84RestartDate=2000-01-31
85# Define restart simulation name for this component
86RestartJobName=EXP00
87RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
88
89#========================================================================
90#D-- SBG - STOMATE
91[SBG]
92WriteFrequency="1M"
93# If config_Restarts_OverRule == 'n' next 4 params are read
94Restart=n
95#-- Last day of the experience used as restart for this component if Restart=y
96RestartDate=2000-01-31
97# Define restart simulation name for this component
98RestartJobName=EXP00
99RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
100
101#========================================================================
102#D-- IOS -
103[IOS]
104WriteFrequency=""
105# If config_Restarts_OverRule == 'n' next 4 params are read
106Restart= n
107##-- Last day of the experience used as restart for this component if Restart=y
108RestartDate=
109# Define restart simulation name for this component
110RestartJobName=
111RestartPath=
112
113#========================================================================
114#D-- Post -
115[Post]
116#D- RebuildFrequency determines the frequency of rebuild submission
117RebuildFrequency=1Y
118#D- PackFrequency determines the frequency of pack submission
119PackFrequency=1Y
120#D- TimeSeriesFreqency determines the frequency of post-processing submission
121#D- Set NONE to deactivate the creation of all time series
122TimeSeriesFrequency=10Y
123#D- SeasonalFrequency determines the length for each seasonal average
124#D- Set NONE to deactivate the creation of all seasonal avereage
125SeasonalFrequency=10Y
126#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
127#D- Usefull if you do not want to consider the first X simulation's years
128SeasonalFrequencyOffset=0
129
130#========================================================================
Note: See TracBrowser for help on using the repository browser.