source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/config.card @ 4340

Last change on this file since 4340 was 4336, checked in by jgipsl, 5 years ago
  • Added AUTO in lmdz xml files.
  • Now activate output files for LMDZ and set there output_leveles from lmdz.card instead of using WriteFrequency? in config.card.
File size: 2.9 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=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/clim_noleap
16ExperimentName=test
17SpaceName=TEST
18# Source following file with module settings
19EnvFile=`pwd`/../ARCH/arch-X64_IRENE.env
20#============================
21#D-- leap, noleap, 360d
22CalendarType=noleap
23#D-- Begin and end of job
24#D-- "YYYY-MM-DD"
25#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
26#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
27DateBegin=2000-01-01
28DateEnd=2000-01-06
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=2D
32
33#========================================================================
34#D-- ListOfComponents -
35[ListOfComponents]
36#D- For each component, Name of component, Tag of component
37ICO= (dynamico, DYNAMICO)
38ATM= (lmdz, LMDZ)
39IOS= (xios, XIOS)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
45ATM= ("","")
46IOS= (xios_server.exe, xios.x, 1MPI)
47
48#========================================================================
49#D-- Restarts -
50[Restarts]
51#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
52OverRule=n
53#D- Last day of the experience used as restart
54RestartDate=
55#D- Define restart simulation name
56RestartJobName=
57#D- Path Server Group Login
58RestartPath=
59# Attention login depend de la machine
60
61
62#========================================================================
63#D-- NO Post -
64[Post]
65RebuildFrequency=NONE
66PackFrequency=NONE
67TimeSeriesFrequency=NONE
68SeasonalFrequency=NONE
69MetricsPCMDI=FALSE
70
71
72#========================================================================
73#D-- ICO -
74[ICO]
75# WriteFrequency is not used any more for LMDZ
76WriteFrequency=""
77# If config_Restarts_OverRule == 'n' all params are read
78Restart= n
79# Last day of the experience used as restart
80RestartDate=
81# Define restart simulation name
82RestartJobName=
83RestartPath=
84
85#========================================================================
86#D-- ATM -
87[ATM]
88#
89WriteFrequency=""
90# If config_Restarts_OverRule == 'n' all params are read
91Restart= n
92# Last day of the experience used as restart
93RestartDate=
94# Define restart simulation name
95RestartJobName=
96RestartPath=
97
98#========================================================================
99#D-- IOS -
100[IOS]
101WriteFrequency=""
102# If config_Restarts_OverRule == 'n' next 4 params are read
103Restart= n
104#-- Last day of the experience used as restart for this component if Restart=y
105RestartDate=
106# Define restart simulation name for this component
107RestartJobName=
108RestartPath=
109# Old component name for restart (if empty, use new name)
110
111
Note: See TracBrowser for help on using the repository browser.