source: CMIP6/RFMIP/piClim-histall/CM619-LR-piClim-histall-1/config.card @ 6875

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

Import of member 1 of "piClim-histall" (Tier 2, transitory)

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