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

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

Enhancement in compilation and link to running environnement:
The compiling script determines which fcm_arch is to be used, makes a link ARCH/arch-${fcm_arch}.env to arch.env. arch.env is the sourced during compilation and is also set in config.card to be sourced during run time.

File size: 4.2 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# Source following file with module settings
19EnvFile=`pwd`/../ARCH/arch.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#-- Compression level for netcdf output files
34CompressionLevel=2
35
36#========================================================================
37#D-- ListOfComponents -
38[ListOfComponents]
39#D- For each component, Name of component, Tag of component
40ICO= (dynamico, DYNAMICO)
41ATM= (lmdz, LMDZ)
42SRF= (orchidee, ORCHIDEE)
43SBG= (stomate, ORCHIDEE)
44IOS= (xios, XIOS)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
50ATM= ("","")
51SRF= ("", "")
52SBG= ("", "")
53IOS= (xios_server.exe, xios.x, 1MPI)
54
55#========================================================================
56#D-- Restarts -
57[Restarts]
58#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=
62#D- Define restart simulation name
63RestartJobName=
64#D- Path Server Group Login
65RestartPath=
66# Attention login depend de la machine
67
68
69#========================================================================
70#D-- NO Post -
71[Post]
72RebuildFrequency=NONE
73PackFrequency=NONE
74TimeSeriesFrequency=NONE
75SeasonalFrequency=NONE
76MetricsPCMDI=FALSE
77
78
79#========================================================================
80#D-- ICO -
81[ICO]
82#
83WriteFrequency=""
84# If config_Restarts_OverRule == 'n' all params are read
85Restart= n
86# Last day of the experience used as restart
87RestartDate=
88# Define restart simulation name
89RestartJobName=
90RestartPath=
91
92#========================================================================
93#D-- ATM -
94[ATM]
95# WriteFrequency is not used any more for LMDZ
96WriteFrequency=""
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart
100RestartDate=
101# Define restart simulation name
102RestartJobName=
103RestartPath=
104
105#========================================================================
106#D-- SRF -
107[SRF]
108# WriteFrequency is not used any more for ORCHIDEE
109# Output files are now managed in orchidee.card
110WriteFrequency=""
111# If config_Restarts_OverRule == 'n' next 4 params are read
112Restart= n
113# Last day of the experience used as restart for this component if Restart=y
114RestartDate=2319-12-31
115#D- Define restart simulation name for this component
116RestartJobName=CM607-LR-pdCtrl-01
117#D- Path Server Group Login
118RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
119
120#========================================================================
121#D-- SBG - STOMATE
122[SBG]
123# WriteFrequency is not used any more for ORCHIDEE
124# Output files are now managed in stomate.card
125WriteFrequency=""
126# If config_Restarts_OverRule == 'n' next 4 params are read
127Restart= n
128# Last day of the experience used as restart for this component if Restart=y
129RestartDate=2319-12-31
130#D- Define restart simulation name for this component
131RestartJobName=CM607-LR-pdCtrl-01
132#D- Path Server Group Login
133RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
134
135#========================================================================
136#D-- IOS -
137[IOS]
138WriteFrequency=""
139# If config_Restarts_OverRule == 'n' next 4 params are read
140Restart= n
141#-- Last day of the experience used as restart for this component if Restart=y
142RestartDate=
143# Define restart simulation name for this component
144RestartJobName=
145RestartPath=
146# Old component name for restart (if empty, use new name)
147
148
Note: See TracBrowser for help on using the repository browser.