source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_historical/config.card @ 4788

Last change on this file since 4788 was 4788, checked in by acosce, 4 years ago

update lmdzorinca_v6.1.10 configuration :

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