source: CONFIG/UNIFORM/v6/IPSLCM6.5/EXPERIMENTS/LMDZOR/amip/config.card @ 5066

Last change on this file since 5066 was 5066, checked in by cetlod, 4 years ago

First step towards IPSLCM6.5 with the use of NEMOv4 model

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