source: CMIP6/LS3MIP/amip-lfmip-pdLC-f1/config.card @ 4954

Last change on this file since 4954 was 4822, checked in by jgipsl, 5 years ago

Added all LS3MIP experiments

File size: 5.1 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=CMIP61-LR-amip-lfmip-pdLC-f1
10#----- Short Name of Experiment
11ExperimentName=amip-lfmip-pdLC
12#----- DEVT TEST PROD
13SpaceName=PROD
14TagName=LMDZOR
15# LongName, ModelName and Member are used to copy dr2xml files
16LongName="IPSLCM6.1.9-LR"
17ModelName=IPSL-CM6A-LR
18Member=r1i1p1f1
19#-- ssp=ssp126 for member f1
20#-- ssp=ssp585 for member f2
21ssp=ssp126
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=1980-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, 12MPI)
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
64# Same spinup is used for both amip-lfmip-pdLC-f1 and amip-lfmip-pdLC-f2
65OverRule=y
66#D- Last day of the experience used as restart for all components
67RestartDate=1979-12-31
68#D- Define restart simulation name for all components
69RestartJobName=spinup-amip-lfmip-pdLC
70#D- Path Server Group Login
71RestartPath=${R_IN}/RESTART/LMDZOR/PROD/amip-lfmip-pdLC
72
73#========================================================================
74#D-- ATM -
75[ATM]
76WriteFrequency="1M"
77# If config_Restarts_OverRule == 'n' next 4 params are read
78Restart= n
79# Last day of the experience used as restart for this component if Restart=y
80RestartDate=2319-12-31
81#D- Define restart simulation name for this component
82RestartJobName=CM607-LR-pdCtrl-01
83#D- Path Server Group Login
84RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
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= n
94# Last day of the experience used as restart for this component if Restart=y
95RestartDate=2319-12-31
96#D- Define restart simulation name for this component
97RestartJobName=CM607-LR-pdCtrl-01
98#D- Path Server Group Login
99RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
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= n
109# Last day of the experience used as restart for this component if Restart=y
110RestartDate=2319-12-31
111#D- Define restart simulation name for this component
112RestartJobName=CM607-LR-pdCtrl-01
113#D- Path Server Group Login
114RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
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=1Y
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=6
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.