source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card @ 3923

Last change on this file since 3923 was 3923, checked in by jgipsl, 6 years ago

Reporte modifications of amip_CMIP6 also in LMDZOR_v6 configuration.

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