source: CMIP6/RFMIP/CM616-LR-piClim-lu3/config.card @ 4073

Last change on this file since 4073 was 4073, checked in by asima, 6 years ago

Import of member 3/4 of piClim-lu ensemble

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-lu3
10#----- Short Name of Experiment
11ExperimentName=piClim-lu
12#----- DEVT TEST PROD
13SpaceName=PROD
14TagName=LMDZOR
15# LongName, ModelName and Member are used to copy dr2xml files
16LongName="IPSLCM6.1.6-LR"
17ModelName=IPSL-CM6A-LR
18Member=r3i1p1f1
19#D- Choice of experiment in EXPERIEMENTS directory
20ExpType=LMDZOR/climpiRFMIP_CMIP6
21#============================
22#-- leap, noleap, 360d
23CalendarType=noleap
24#-- Begin and end of job
25#-- "YYYY-MM-DD"
26DateBegin=2014-01-01
27DateEnd=2043-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=2015-12-31
62#D- Define restart simulation name for all components
63#RestartJobName=CM61-LR-pi-03
64RestartJobName=CM616-LR-piClim-control-SU3
65#D- Path Server Group Login
66#RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl
67RestartPath=/ccc/store/cont003/gencmip6/p25sima/IGCM_OUT/LMDZOR/PROD/piClim-control
68#R_IN=/ccc/work/cont003/igcmg/igcmg/IGCM
69#RestartPath=/ccc/store/cont003/dsm/p86maf/IGCM_OUT/IPSLCM6/PROD/piControl
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- To have only the last period in RESTART/*.tar : save 90% of volume.
133##D- TRUE to be effective (nothing by default)
134LightRestartPack=TRUE
135#D- TimeSeriesFreqency determines the frequency of post-processing submission
136#D- Set NONE to deactivate the creation of all time series
137TimeSeriesFrequency=10Y
138#D- SeasonalFrequency determines the length for each seasonal average
139#D- Set NONE to deactivate the creation of all seasonal avereage
140SeasonalFrequency=10Y
141#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
142#D- Usefull if you do not want to consider the first X simulation's years
143SeasonalFrequencyOffset=0
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.