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

Last change on this file since 4329 was 4329, checked in by jgipsl, 5 years ago
  • Specify which file containing module load using option EnvFile? in config.card. This option is available using libIGCM/trunk revision 1479 or later.
  • Small correction in compile script
File size: 4.1 KB
RevLine 
[4180]1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName=""
[4283]13TagName=ICOLMDZOR
[4180]14#D- Choice of experiment in EXPERIEMENTS directory
[4283]15ExpType=ICOLMDZOR/clim_noleap
[4180]16ExperimentName=test
17SpaceName=TEST
[4329]18# Source following file with module settings
19EnvFile=`pwd`/../ARCH/arch-X64_IRENE.env
[4180]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
[4281]37ICO= (dynamico, DYNAMICO)
38ATM= (lmdz, LMDZ)
[4282]39SRF= (orchidee, ORCHIDEE)
40SBG= (stomate, ORCHIDEE)
[4180]41IOS= (xios, XIOS)
42
43#========================================================================
44#D-- Executable -
45[Executable]
[4281]46ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
47ATM= ("","")
[4282]48SRF= ("", "")
49SBG= ("", "")
[4180]50IOS= (xios_server.exe, xios.x, 1MPI)
51
52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
56OverRule=n
57#D- Last day of the experience used as restart
58RestartDate=
59#D- Define restart simulation name
60RestartJobName=
61#D- Path Server Group Login
62RestartPath=
63# Attention login depend de la machine
64
65
66#========================================================================
67#D-- NO Post -
68[Post]
69RebuildFrequency=NONE
70PackFrequency=NONE
71TimeSeriesFrequency=NONE
72SeasonalFrequency=NONE
73MetricsPCMDI=FALSE
74
[4281]75
[4180]76#========================================================================
[4281]77#D-- ICO -
78[ICO]
79#
80WriteFrequency=""
81# If config_Restarts_OverRule == 'n' all params are read
82Restart= n
83# Last day of the experience used as restart
84RestartDate=
85# Define restart simulation name
86RestartJobName=
87RestartPath=
88
89#========================================================================
[4180]90#D-- ATM -
91[ATM]
92#
93WriteFrequency="1Y"
94# If config_Restarts_OverRule == 'n' all params are read
95Restart= n
96# Last day of the experience used as restart
97RestartDate=
98# Define restart simulation name
99RestartJobName=
100RestartPath=
[4281]101
[4180]102#========================================================================
[4282]103#D-- SRF -
104[SRF]
105# WriteFrequency is not used any more for ORCHIDEE
106# Output files are now managed in orchidee.card
107WriteFrequency=""
108# If config_Restarts_OverRule == 'n' next 4 params are read
109Restart= n
110# Last day of the experience used as restart for this component if Restart=y
111RestartDate=2319-12-31
112#D- Define restart simulation name for this component
113RestartJobName=CM607-LR-pdCtrl-01
114#D- Path Server Group Login
115RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
116
117#========================================================================
118#D-- SBG - STOMATE
119[SBG]
120# WriteFrequency is not used any more for ORCHIDEE
121# Output files are now managed in stomate.card
122WriteFrequency=""
123# If config_Restarts_OverRule == 'n' next 4 params are read
124Restart= n
125# Last day of the experience used as restart for this component if Restart=y
126RestartDate=2319-12-31
127#D- Define restart simulation name for this component
128RestartJobName=CM607-LR-pdCtrl-01
129#D- Path Server Group Login
130RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
131
132#========================================================================
[4180]133#D-- IOS -
134[IOS]
135WriteFrequency=""
136# If config_Restarts_OverRule == 'n' next 4 params are read
137Restart= n
138#-- Last day of the experience used as restart for this component if Restart=y
139RestartDate=
140# Define restart simulation name for this component
141RestartJobName=
142RestartPath=
143# Old component name for restart (if empty, use new name)
144
145
Note: See TracBrowser for help on using the repository browser.