source: CMIP6/RFMIP/piClim-histnat/CM61-LR-piClim-histnat-1/config.card_10Y @ 5147

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

Import of member 1 of "piClim-histnat" (Tier 2, hist+SSP245)

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