source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/config.card @ 4283

Last change on this file since 4283 was 4283, checked in by jgipsl, 5 years ago

Corrected error

File size: 4.0 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName=""
13TagName=ICOLMDZOR
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZOR/clim_noleap
16ExperimentName=test
17SpaceName=TEST
18
19#============================
20#D-- leap, noleap, 360d
21CalendarType=noleap
22#D-- Begin and end of job
23#D-- "YYYY-MM-DD"
24#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
25#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
26DateBegin=2000-01-01
27DateEnd=2000-01-06
28#============================
29#D-- 1Y, 1M, 5D, 1D
30PeriodLength=2D
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ICO= (dynamico, DYNAMICO)
37ATM= (lmdz, LMDZ)
38SRF= (orchidee, ORCHIDEE)
39SBG= (stomate, ORCHIDEE)
40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
46ATM= ("","")
47SRF= ("", "")
48SBG= ("", "")
49IOS= (xios_server.exe, xios.x, 1MPI)
50
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
55OverRule=n
56#D- Last day of the experience used as restart
57RestartDate=
58#D- Define restart simulation name
59RestartJobName=
60#D- Path Server Group Login
61RestartPath=
62# Attention login depend de la machine
63
64
65#========================================================================
66#D-- NO Post -
67[Post]
68RebuildFrequency=NONE
69PackFrequency=NONE
70TimeSeriesFrequency=NONE
71SeasonalFrequency=NONE
72MetricsPCMDI=FALSE
73
74
75#========================================================================
76#D-- ICO -
77[ICO]
78#
79WriteFrequency=""
80# If config_Restarts_OverRule == 'n' all params are read
81Restart= n
82# Last day of the experience used as restart
83RestartDate=
84# Define restart simulation name
85RestartJobName=
86RestartPath=
87
88#========================================================================
89#D-- ATM -
90[ATM]
91#
92WriteFrequency="1Y"
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=
97# Define restart simulation name
98RestartJobName=
99RestartPath=
100
101#========================================================================
102#D-- SRF -
103[SRF]
104# WriteFrequency is not used any more for ORCHIDEE
105# Output files are now managed in orchidee.card
106WriteFrequency=""
107# If config_Restarts_OverRule == 'n' next 4 params are read
108Restart= n
109# Last day of the experience used as restart for this component if Restart=y
110RestartDate=2319-12-31
111#D- Define restart simulation name for this component
112RestartJobName=CM607-LR-pdCtrl-01
113#D- Path Server Group Login
114RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
115
116#========================================================================
117#D-- SBG - STOMATE
118[SBG]
119# WriteFrequency is not used any more for ORCHIDEE
120# Output files are now managed in stomate.card
121WriteFrequency=""
122# If config_Restarts_OverRule == 'n' next 4 params are read
123Restart= n
124# Last day of the experience used as restart for this component if Restart=y
125RestartDate=2319-12-31
126#D- Define restart simulation name for this component
127RestartJobName=CM607-LR-pdCtrl-01
128#D- Path Server Group Login
129RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
130
131#========================================================================
132#D-- IOS -
133[IOS]
134WriteFrequency=""
135# If config_Restarts_OverRule == 'n' next 4 params are read
136Restart= n
137#-- Last day of the experience used as restart for this component if Restart=y
138RestartDate=
139# Define restart simulation name for this component
140RestartJobName=
141RestartPath=
142# Old component name for restart (if empty, use new name)
143
144
Note: See TracBrowser for help on using the repository browser.