source: CONFIG_DEVT/IPSLCM6.2.2_ENSEMBLES/config/IPSLCM6/LMDZOR622-ENSEMBLES.01/config.card @ 6246

Last change on this file since 6246 was 6246, checked in by aclsce, 20 months ago

Added LMDZOR experiment within XIOS ensembles infrastructure.

File size: 5.5 KB
Line 
1#
2# This is config.card file for IPSLCM6 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#===========================
11JobName=LMDZOR622-ENSEMBLES.01
12#----- Short Name of Experiment
13ExperimentName=clim
14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="LMDZOR configuration"
17TagName=LMDZOR
18#D- Choice of experiment in EXPERIMENTS directory
19ExpType=LMDZOR/clim_pdControl
20#============================
21#-- leap, noleap, 360d
22CalendarType=leap
23#-- Experiment dates : Beginning and ending
24#-- "YYYY-MM-DD"
25DateBegin=1995-01-01
26DateEnd=1995-01-05
27#============================
28#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
29PeriodLength=5D
30#============================
31#-- Compression level for netcdf output files
32CompressionLevel=2
33#============================
34#-- Source following file with module settings, only if it exists
35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
36#============================
37#-- ResolAtm indicates the atmospheric resolution
38#   This variable is used in the executable name
39ResolAtm=144x142x79
40#============================
41# OptMode indicates the optimization mode choosen during compilation
42# This variable is used in the executable name
43OptMode=prod
44
45#========================================================================
46#D-- Restarts -
47[Restarts]
48#D- by default: config.card describes no restart for all components
49#D-             ie start from Levitus or limit files
50#D- If you want to restart all components from the same simulation,
51#D-      put OveRule flag to 'y' and set the next 3 parameters
52OverRule=n
53#D- Last day of the experience used as restart for all components
54RestartDate=1849-12-31
55#D- Define restart simulation name for all components
56RestartJobName=CM61-pre-pi-01
57#D- Path Server Group Login
58RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl-spinup
59
60#========================================================================
61#D-- ATM -
62[ATM]
63# If config_Restarts_OverRule == 'n' next 4 params are read
64Restart= n
65# Last day of the experience used as restart for this component if Restart=y
66RestartDate=1849-12-31
67#D- Define restart simulation name for this component
68RestartJobName=CM61-pre-pi-01
69#D- Path Server Group Login
70RestartPath=/ccc/scratch/cont003/gencmip6/p86caub/IGCM_OUT/IPSLCM6/TEST/piControl-spinup
71
72#========================================================================
73#D-- SRF -
74[SRF]
75# If config_Restarts_OverRule == 'n' next 4 params are read
76Restart= n
77# Last day of the experience used as restart for this component if Restart=y
78RestartDate=1849-12-31
79#D- Define restart simulation name for this component
80RestartJobName=CM61-pre-pi-01
81#D- Path Server Group Login
82RestartPath=/ccc/scratch/cont003/gencmip6/p86caub/IGCM_OUT/IPSLCM6/TEST/piControl-spinup
83
84#========================================================================
85#D-- SBG - STOMATE
86[SBG]
87# If config_Restarts_OverRule == 'n' next 4 params are read
88Restart= n
89# Last day of the experience used as restart for this component if Restart=y
90RestartDate=1849-12-31
91#D- Define restart simulation name for this component
92RestartJobName=CM61-pre-pi-01
93#D- Path Server Group Login
94RestartPath=/ccc/scratch/cont003/gencmip6/p86caub/IGCM_OUT/IPSLCM6/TEST/piControl-spinup
95
96#========================================================================
97#D-- IOS -
98[IOS]
99# If config_Restarts_OverRule == 'n' next 4 params are read
100Restart= n
101##-- Last day of the experience used as restart for this component if Restart=y
102RestartDate=
103# Define restart simulation name for this component
104RestartJobName=
105RestartPath=
106
107#========================================================================
108#D-- ListOfComponents -
109[ListOfComponents]
110#D- For each component, Name of component, Tag of component
111ATM= (lmdz, LMDZ-IPSLCM6.0.15-r3415)
112SRF= (orchidee, tag-ORCHIDEE_2_0-5627)
113SBG= (stomate, tag-ORCHIDEE_2_0-5627)
114IOS= (xios, xios-2.5-r1550)
115
116#========================================================================
117#D-- Executable -
118[Executable]
119#D- For each component, Real name of executable, Name of executable for oasis
120ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
121SRF= ("" ,"" )
122SBG= ("" ,"" )
123IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
124
125#========================================================================
126#D-- Post -
127[Post]
128ParserXIOS=FALSE
129#D- Do we rebuild parallel output, this flag determines
130#D- frequency of rebuild submission (use NONE for DRYRUN=3)
131RebuildFrequency=NONE
132#D- Do we pack restart and debug txt files, this flag determines
133#D- frequency of pack submission (use NONE for DRYRUN=3)
134PackFrequency=5D
135#D- To have only the last period in RESTART/*.tar : save 90% of volume.
136#D- TRUE to be effective (nothing by default)
137LightRestartPack=FALSE
138#D- If you want to produce time series, this flag determines
139#D- frequency of post-processing submission (NONE if you dont want)
140TimeSeriesFrequency=NONE
141#D- If you want to produce seasonal average, this flag determines
142#D- the period of this average (NONE if you dont want)
143SeasonalFrequency=NONE
144#D- If you want to produce compute PCMDI metrics from seasonal average
145#D- Set FALSE to deactivate the metrics computation.
146MetricsPCMDI=FALSE
147#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
148#D- Usefull if you do not want to consider the first X simulations years
149SeasonalFrequencyOffset=0
150
151#========================================================================
152[Ensemble]
153EnsembleXIOS=TRUE
154PoolNumber=3
155PoolSize=2
Note: See TracBrowser for help on using the repository browser.