source: CMIP6/RFMIP/piClim-aer/CM616-LR-piClim-aer4/config.card @ 4304

Last change on this file since 4304 was 4304, checked in by asima, 5 years ago

Import of 4 members of "piClim-aer" exp. (Tiers 1, timeslice)

File size: 5.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=CM616-LR-piClim-aer4
10#----- Short Name of Experiment
11ExperimentName=piClim-aer
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=r4i1p1f1
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, 12MPI, 3NOD)
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=y
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
64#RestartJobName=CM61-LR-pi-03
65RestartJobName=CM616-LR-piClim-control-SU4
66#D- Path Server Group Login
67#RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl
68RestartPath=${R_IN}/RESTART/LMDZOR/PROD/rfmip
69#R_IN=/ccc/work/cont003/igcmg/igcmg/IGCM
70#RestartPath=/ccc/store/cont003/dsm/p86maf/IGCM_OUT/IPSLCM6/PROD/piControl
71#========================================================================
72#D-- ATM -
73[ATM]
74WriteFrequency="1M"
75# If config_Restarts_OverRule == 'n' next 4 params are read
76Restart= n
77# Last day of the experience used as restart for this component if Restart=y
78RestartDate=2319-12-31
79#D- Define restart simulation name for this component
80RestartJobName=CM607-LR-pdCtrl-01
81#D- Path Server Group Login
82RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
83
84#========================================================================
85#D-- SRF -
86[SRF]
87# WriteFrequency is not used any more for ORCHIDEE
88# Output files are now managed in orchidee.card
89WriteFrequency=""
90# If config_Restarts_OverRule == 'n' next 4 params are read
91Restart= n
92# Last day of the experience used as restart for this component if Restart=y
93RestartDate=2319-12-31
94#D- Define restart simulation name for this component
95RestartJobName=CM607-LR-pdCtrl-01
96#D- Path Server Group Login
97RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
98
99#========================================================================
100#D-- SBG - STOMATE
101[SBG]
102# WriteFrequency is not used any more for ORCHIDEE
103# Output files are now managed in stomate.card
104WriteFrequency=""
105# If config_Restarts_OverRule == 'n' next 4 params are read
106Restart= n
107# Last day of the experience used as restart for this component if Restart=y
108RestartDate=2319-12-31
109#D- Define restart simulation name for this component
110RestartJobName=CM607-LR-pdCtrl-01
111#D- Path Server Group Login
112RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
113
114#========================================================================
115#D-- IOS -
116[IOS]
117WriteFrequency=""
118# If config_Restarts_OverRule == 'n' next 4 params are read
119Restart= n
120##-- Last day of the experience used as restart for this component if Restart=y
121RestartDate=
122# Define restart simulation name for this component
123RestartJobName=
124RestartPath=
125
126#========================================================================
127#D-- Post -
128[Post]
129#D- RebuildFrequency determines the frequency of rebuild submission
130RebuildFrequency=NONE
131#D- PackFrequency determines the frequency of pack submission
132PackFrequency=10Y
133#D- To have only the last period in RESTART/*.tar : save 90% of volume.
134##D- TRUE to be effective (nothing by default)
135LightRestartPack=TRUE
136#D- TimeSeriesFreqency determines the frequency of post-processing submission
137#D- Set NONE to deactivate the creation of all time series
138TimeSeriesFrequency=10Y
139#D- SeasonalFrequency determines the length for each seasonal average
140#D- Set NONE to deactivate the creation of all seasonal avereage
141SeasonalFrequency=10Y
142#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
143#D- Usefull if you do not want to consider the first X simulation's years
144SeasonalFrequencyOffset=0
145#D- If you want to produce compute PCMDI metrics from seasonal average
146#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
147MetricsPCMDI=FALSE
148
149#========================================================================
Note: See TracBrowser for help on using the repository browser.