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

Last change on this file was 6515, checked in by aclsce, 11 months ago

Updated LMDZOR_v6 to run on new RH8 TGCC environment.

File size: 5.1 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.11-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#-- Source following file with module settings, only if it exists
35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
36
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
64OverRule=y
65#D- Last day of the experience used as restart for all components
66RestartDate=2014-12-31
67#D- Define restart simulation name for all components
68RestartJobName=CM61-LR-amip1
69#D- Path Server Group Login
70RestartPath=${R_IN}/RESTART/LMDZOR/PROD/amip
71
72#========================================================================
73#D-- ATM -
74[ATM]
75WriteFrequency="1M"
76# If config_Restarts_OverRule == 'n' next 4 params are read
77Restart= n
78# Last day of the experience used as restart for this component if Restart=y
79RestartDate=2319-12-31
80#D- Define restart simulation name for this component
81RestartJobName=CM607-LR-pdCtrl-01
82#D- Path Server Group Login
83RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
84
85#========================================================================
86#D-- SRF -
87[SRF]
88# WriteFrequency is not used any more for ORCHIDEE
89# Output files are now managed in orchidee.card
90WriteFrequency=""
91# If config_Restarts_OverRule == 'n' next 4 params are read
92Restart= n
93# Last day of the experience used as restart for this component if Restart=y
94RestartDate=2319-12-31
95#D- Define restart simulation name for this component
96RestartJobName=CM607-LR-pdCtrl-01
97#D- Path Server Group Login
98RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
99
100#========================================================================
101#D-- SBG - STOMATE
102[SBG]
103# WriteFrequency is not used any more for ORCHIDEE
104# Output files are now managed in stomate.card
105WriteFrequency=""
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]
118WriteFrequency=""
119# If config_Restarts_OverRule == 'n' next 4 params are read
120Restart= n
121##-- Last day of the experience used as restart for this component if Restart=y
122RestartDate=
123# Define restart simulation name for this component
124RestartJobName=
125RestartPath=
126
127#========================================================================
128#D-- Post -
129[Post]
130#D- RebuildFrequency determines the frequency of rebuild submission
131RebuildFrequency=NONE
132#D- PackFrequency determines the frequency of pack submission
133PackFrequency=1Y
134#D- TimeSeriesFreqency determines the frequency of post-processing submission
135#D- Set NONE to deactivate the creation of all time series
136TimeSeriesFrequency=10Y
137#D- SeasonalFrequency determines the length for each seasonal average
138#D- Set NONE to deactivate the creation of all seasonal avereage
139SeasonalFrequency=10Y
140#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
141#D- Usefull if you do not want to consider the first X simulation's years
142SeasonalFrequencyOffset=6
143#D- If you want to produce compute PCMDI metrics from seasonal average
144#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
145MetricsPCMDI=FALSE
146
147#========================================================================
Note: See TracBrowser for help on using the repository browser.