source: CMIP6/DECK/CM61-LR-amip-2010/config.card

Last change on this file was 4831, checked in by lmlmd, 4 years ago

import exp DECK amip Curie (m10)

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