source: CMIP6/RFMIP/piClim-histnat/CM61-LR-piClim-histnat-2/config.card_10Y

Last change on this file was 5902, checked in by asima, 3 years ago

Import of member 2 of "piClim-histnat" (Tier 2, hist+SSP245); no double call to radiation

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