source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card @ 3909

Last change on this file since 3909 was 3909, checked in by jgipsl, 6 years ago

Created new experiment amip_CMIP6 as a copy of amip with added workflow for CMIP6.

File size: 4.8 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZOR01
10#----- Short Name of Experiment
11ExperimentName=amip
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZOR configuration"
15TagName=LMDZOR
16Member=r1i1p1f1
17#D- Choice of experiment in EXPERIEMENTS directory
18ExpType=LMDZOR/amip
19#============================
20#-- leap, noleap, 360d
21CalendarType=leap
22#-- Begin and end of job
23#-- "YYYY-MM-DD"
24DateBegin=1980-01-01
25DateEnd=1980-12-31
26#============================
27#-- 1Y, 1M, 5D, 1D Period Length for one execution
28PeriodLength=1Y
29
30#========================================================================
31#D-- ListOfComponents -
32[ListOfComponents]
33#D- For each component, Name of component, Tag of component
34ATM= (lmdz, LMDZ)
35SRF= (orchidee, ORCHIDEE)
36SBG= (stomate, ORCHIDEE)
37IOS= (xios, XIOS)
38
39#========================================================================
40#D-- Executable -
41[Executable]
42#D- For each component: Real name of executable, Name of executable in the run directory
43#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
44#D- Change to 31MPI*4OMP for resolution 96x95x39
45ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
46SRF= ("", "")
47SBG= ("", "")
48IOS= (xios_server.exe, xios.x, 1MPI)
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart for all components
59RestartDate=2319-12-31
60#D- Define restart simulation name for all components
61RestartJobName=CM607-LR-pdCtrl-01
62#D- Path Server Group Login
63RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
64
65#========================================================================
66#D-- ATM -
67[ATM]
68WriteFrequency="1M"
69# If config_Restarts_OverRule == 'n' next 4 params are read
70Restart= n
71# Last day of the experience used as restart for this component if Restart=y
72RestartDate=2319-12-31
73#D- Define restart simulation name for this component
74RestartJobName=CM607-LR-pdCtrl-01
75#D- Path Server Group Login
76RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
77
78#========================================================================
79#D-- SRF -
80[SRF]
81# WriteFrequency is not used any more for ORCHIDEE
82# Output files are now managed in orchidee.card
83WriteFrequency=""
84# If config_Restarts_OverRule == 'n' next 4 params are read
85Restart= n
86# Last day of the experience used as restart for this component if Restart=y
87RestartDate=2319-12-31
88#D- Define restart simulation name for this component
89RestartJobName=CM607-LR-pdCtrl-01
90#D- Path Server Group Login
91RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
92
93#========================================================================
94#D-- SBG - STOMATE
95[SBG]
96# WriteFrequency is not used any more for ORCHIDEE
97# Output files are now managed in stomate.card
98WriteFrequency=""
99# If config_Restarts_OverRule == 'n' next 4 params are read
100Restart= n
101# Last day of the experience used as restart for this component if Restart=y
102RestartDate=2319-12-31
103#D- Define restart simulation name for this component
104RestartJobName=CM607-LR-pdCtrl-01
105#D- Path Server Group Login
106RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
107
108#========================================================================
109#D-- IOS -
110[IOS]
111WriteFrequency=""
112# If config_Restarts_OverRule == 'n' next 4 params are read
113Restart= n
114##-- Last day of the experience used as restart for this component if Restart=y
115RestartDate=
116# Define restart simulation name for this component
117RestartJobName=
118RestartPath=
119
120#========================================================================
121#D-- Post -
122[Post]
123#D- RebuildFrequency determines the frequency of rebuild submission
124RebuildFrequency=NONE
125#D- PackFrequency determines the frequency of pack submission
126PackFrequency=10Y
127#D- TimeSeriesFreqency determines the frequency of post-processing submission
128#D- Set NONE to deactivate the creation of all time series
129TimeSeriesFrequency=10Y
130#D- SeasonalFrequency determines the length for each seasonal average
131#D- Set NONE to deactivate the creation of all seasonal avereage
132SeasonalFrequency=10Y
133#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
134#D- Usefull if you do not want to consider the first X simulation's years
135SeasonalFrequencyOffset=0
136#D- If you want to produce compute PCMDI metrics from seasonal average
137#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
138MetricsPCMDI=FALSE
139
140#========================================================================
Note: See TracBrowser for help on using the repository browser.