source: CMIP6/CFMIP/CM61-LR-amip-piForcing-irene/config.card @ 6803

Last change on this file since 6803 was 4686, checked in by lmlmd, 5 years ago

import exp CFMIP amip-piForcing Irene (m1)

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