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

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

Update config:

  • Before the component ATM was used for DYNAMCIO-LMDZphysics together. Now they have been seperated in 2 components: ICO for the icosahedral part which is here DYNAMCIO. ATM is kept for LMDZ phyiscs. Note that when running without DYNMACIO, the component ICO is not present and the component ATM represents both LMDZ dynamics and physics.
  • lmdz.driver and lmdz.card are copied from LMDZOR_v6.2. Small changes are done to work with or without DYNAMCIO.
  • .def files for LMDZ are copied from LMDZOR_v6.2
File size: 2.8 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
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)
38IOS= (xios, XIOS)
39
40#========================================================================
41#D-- Executable -
42[Executable]
43ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
44ATM= ("","")
45IOS= (xios_server.exe, xios.x, 1MPI)
46
47#========================================================================
48#D-- Restarts -
49[Restarts]
50#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
51OverRule=n
52#D- Last day of the experience used as restart
53RestartDate=
54#D- Define restart simulation name
55RestartJobName=
56#D- Path Server Group Login
57RestartPath=
58# Attention login depend de la machine
59
60
61#========================================================================
62#D-- NO Post -
63[Post]
64RebuildFrequency=NONE
65PackFrequency=NONE
66TimeSeriesFrequency=NONE
67SeasonalFrequency=NONE
68MetricsPCMDI=FALSE
69
70
71#========================================================================
72#D-- ICO -
73[ICO]
74#
75WriteFrequency=""
76# If config_Restarts_OverRule == 'n' all params are read
77Restart= n
78# Last day of the experience used as restart
79RestartDate=
80# Define restart simulation name
81RestartJobName=
82RestartPath=
83
84#========================================================================
85#D-- ATM -
86[ATM]
87#
88WriteFrequency="1Y"
89# If config_Restarts_OverRule == 'n' all params are read
90Restart= n
91# Last day of the experience used as restart
92RestartDate=
93# Define restart simulation name
94RestartJobName=
95RestartPath=
96
97#========================================================================
98#D-- IOS -
99[IOS]
100WriteFrequency=""
101# If config_Restarts_OverRule == 'n' next 4 params are read
102Restart= n
103#-- Last day of the experience used as restart for this component if Restart=y
104RestartDate=
105# Define restart simulation name for this component
106RestartJobName=
107RestartPath=
108# Old component name for restart (if empty, use new name)
109
110
Note: See TracBrowser for help on using the repository browser.