source: CMIP6/GMMIP/CM61-LR-amip-hist-1874-irene/config.card

Last change on this file was 4651, checked in by lmlmd, 5 years ago

nouvel import

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