source: CMIP6/RFMIP/piClim-spAer-anthro/CM616-LR-piClim-spAer-anthroO3-2/config.card @ 4962

Last change on this file since 4962 was 4962, checked in by asima, 4 years ago

Import of r2i1p1f1 of "piClim-spAer-anthro" (Tier 2, timeslice)

File size: 5.1 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=CM616-LR-piClim-spAer-anthroO3-2
10#----- Short Name of Experiment
11ExperimentName=piClim-spAer-anthro
12#----- DEVT TEST PROD
13SpaceName=PROD
14TagName=LMDZOR
15DataProject=gencmip6
16# LongName, ModelName and Member are used to copy dr2xml files
17LongName="IPSLCM6.1.6-LR"
18ModelName=IPSL-CM6A-LR
19Member=r2i1p1f1
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZOR/climpiRFMIP_CMIP6
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of job
26#-- "YYYY-MM-DD"
27DateBegin=2014-01-01
28DateEnd=2043-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D Period Length for one execution
31PeriodLength=1Y
32
33#========================================================================
34#D-- ListOfComponents -
35[ListOfComponents]
36#D- For each component, Name of component, Tag of component
37ATM= (lmdz, LMDZ)
38SRF= (orchidee, ORCHIDEE)
39SBG= (stomate, ORCHIDEE)
40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45#D- For each component: Real name of executable, Name of executable in the run directory
46#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
47#D- Change to 31MPI*4OMP for resolution 96x95x39
48ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
49SRF= ("", "")
50SBG= ("", "")
51IOS= (xios_server.exe, xios.x, 1MPI)
52
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- by default: config.card describes no restart for all components
57#D-             ie start from Levitus or limit files
58#D- If you want to restart all components from the same simulation,
59#D-      put OveRule flag to 'y' and set the next 3 parameters
60OverRule=n
61#D- Last day of the experience used as restart for all components
62RestartDate=2015-12-31
63#D- Define restart simulation name for all components
64RestartJobName=CM616-LR-piClim-control-SU2
65#D- Path Server Group Login
66RestartPath=${R_IN}/RESTART/LMDZOR/PROD/rfmip
67
68#========================================================================
69#D-- ATM -
70[ATM]
71WriteFrequency="1M"
72# If config_Restarts_OverRule == 'n' next 4 params are read
73Restart= y
74# Last day of the experience used as restart for this component if Restart=y
75RestartDate=2015-12-31
76#D- Define restart simulation name for this component
77RestartJobName=CM616-LR-piClim-control-SU2
78#D- Path Server Group Login
79RestartPath=${R_IN}/RESTART/LMDZOR/PROD/rfmip
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= y
89# Last day of the experience used as restart for this component if Restart=y
90RestartDate=2015-12-31
91#D- Define restart simulation name for this component
92RestartJobName=CM616-LR-piClim-control-SU2-lu
93#D- Path Server Group Login
94RestartPath=${R_IN}/RESTART/LMDZOR/PROD/rfmip
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= y
104# Last day of the experience used as restart for this component if Restart=y
105RestartDate=2015-12-31
106#D- Define restart simulation name for this component
107RestartJobName=CM616-LR-piClim-control-SU2
108#D- Path Server Group Login
109RestartPath=${R_IN}/RESTART/LMDZOR/PROD/rfmip
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=10Y
130#D- To have only the last period in RESTART/*.tar : save 90% of volume.
131##D- TRUE to be effective (nothing by default)
132LightRestartPack=TRUE
133#D- TimeSeriesFreqency determines the frequency of post-processing submission
134#D- Set NONE to deactivate the creation of all time series
135TimeSeriesFrequency=10Y
136#D- SeasonalFrequency determines the length for each seasonal average
137#D- Set NONE to deactivate the creation of all seasonal avereage
138SeasonalFrequency=10Y
139#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
140#D- Usefull if you do not want to consider the first X simulation's years
141SeasonalFrequencyOffset=0
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.