source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_pdControl/config.card @ 6473

Last change on this file since 6473 was 6473, checked in by acosce, 14 months ago

update configuration LMDZORINCA_v6.1.11 to run on redhat8

  • update AA_make
  • add ARCH directory to source environment
  • add SOURCES directory to save modification for LMDZ, ORCHIDEE, INCA and XIOS
  • add EnvFile? parameter in config.card for all EXPERIMENTS
File size: 5.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
9#============================
10JobName=LOI6.01
11#----- Short Name of Experiment
12ExperimentName=AER
13#----- DEVT TEST PROD
14SpaceName=TEST
15LongName="LMDZORINCA_v6 config"
16TagName=LMDZORINCA
17#D- Choice of experiment in EXPERIEMENTS directory
18ExpType=LMDZORINCA/AER_pdControl
19#============================
20#-- leap, noleap, 360d
21CalendarType=360d
22#-- Experiment dates : Beginning and ending
23#-- "YYYY-MM-DD"
24DateBegin=2006-01-01
25DateEnd=2006-12-30
26#============================
27#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
28PeriodLength=1M
29#============================
30#-- Compression level for netcdf output files
31CompressionLevel=2
32
33#========================================================================
34#D-- Restarts -
35[Restarts]
36#D- by default: config.card describes no restart for all components
37#D-             ie start from Levitus or limit files
38#D- If you want to restart all components from the same simulation,
39#D-      put OveRule flag to 'y' and set the next 3 parameters
40OverRule=n
41#D- Last day of the experience used as restart for all components
42RestartDate=2000-01-31
43#D- Define restart simulation name for all components
44RestartJobName=EXP00
45#D- Path Server Group Login
46RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
47
48#========================================================================
49#D-- ATM -
50[ATM]
51WriteFrequency="1M 1D"
52# If config_Restarts_OverRule == 'n' next 4 params are read
53Restart=n
54# Last day of the experience used as restart for this component if Restart=y
55RestartDate=2000-01-31
56# Define restart simulation name for this component
57RestartJobName=LMDZOR01
58RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
59
60#========================================================================
61#D-- SRF -
62[SRF]
63# WriteFrequency is not used any more for ORCHIDEE
64# Output files are now managed in orchidee.card
65WriteFrequency=""
66# If config_Restarts_OverRule == 'n' next 4 params are read
67Restart=n
68##-- Last day of the experience used as restart for this component if Restart=y
69RestartDate=2000-01-31
70# Define restart simulation name for this component
71RestartJobName=EXP00
72RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
73
74#========================================================================
75#D-- SBG - STOMATE
76[SBG]
77# WriteFrequency is not used any more for ORCHIDEE
78# Output files are now managed in stomate.card
79WriteFrequency=""
80# If config_Restarts_OverRule == 'n' next 4 params are read
81Restart= n
82# Last day of the experience used as restart for this component if Restart=y
83RestartDate=1859-12-31
84#D- Define restart simulation name for all components
85RestartJobName=O1T09V06
86#D- Path Server Group Login
87RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
88
89
90#========================================================================
91#D-- CHM -
92[CHM]
93#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
94#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
95WriteFrequency="1D 1M"
96Restart=n
97#D-- Last day of the experience used as restart
98RestartDate=2000-01-01
99#D-- Define restart simulation name
100RestartJobName=JobName
101RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
102
103#========================================================================
104#D-- IOS -
105[IOS]
106WriteFrequency=""
107# If config_Restarts_OverRule == 'n' next 4 params are read
108Restart= n
109##-- Last day of the experience used as restart for this component if Restart=y
110RestartDate=
111# Define restart simulation name for this component
112RestartJobName=
113RestartPath=
114
115#========================================================================
116#D-- ListOfComponents -
117[ListOfComponents]
118#D- For each component, Name of component, Tag of component
119ATM= (lmdz, LMDZ)
120SRF= (orchidee, ORCHIDEE)
121SBG= (stomate, ORCHIDEE)
122CHM= (inca, INCA)
123IOS= (xios, XIOS)
124
125#========================================================================
126#D-- Executable -
127[Executable]
128#D- For each component, Real name of executable, Name of executable for oasis
129ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
130SRF= ("" ,"" )
131SBG= ("" ,"" )
132CHM= ("", "")
133IOS= (xios_server.exe, xios.x, 1MPI)
134
135#========================================================================
136#D-- Post -
137[Post]
138#D- RebuildFrequency determines the frequency of rebuild submission
139RebuildFrequency=NONE
140#D- PackFrequency determines the frequency of pack submission
141PackFrequency=1Y
142#D- TimeSeriesFreqency determines the frequency of post-processing submission
143#D- Set NONE to deactivate the creation of all time series
144TimeSeriesFrequency=1Y
145#D- SeasonalFrequency determines the length for each seasonal average
146#D- Set NONE to deactivate the creation of all seasonal avereage
147SeasonalFrequency=1Y
148#D- If you want to produce compute PCMDI metrics from seasonal average
149#D- Set FALSE to deactivate the metrics computation.
150MetricsPCMDI=FALSE
151#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
152#D- Usefull if you do not want to consider the first X simulations years
153SeasonalFrequencyOffset=0
154
155#========================================================================
Note: See TracBrowser for help on using the repository browser.