source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card @ 4673

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