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

Last change on this file since 4410 was 4410, checked in by jgipsl, 5 years ago

Added EnvFile? in config.card. If the file exists it'll be will be sourced by libIGCM. Use libIGCM rev 1482 or later but for the moment EnvFile? is only read at irene. The same EnvFile? should be used for compilation, this will later be done by the compilation script.

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.9-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#============================
35#-- Source following file with module settings, only if it exists
36EnvFile=`pwd`/../ARCH/arch.env
37
38#========================================================================
39#D-- ListOfComponents -
40[ListOfComponents]
41#D- For each component, Name of component, Tag of component
42ATM= (lmdz, LMDZ)
43SRF= (orchidee, ORCHIDEE)
44SBG= (stomate, ORCHIDEE)
45IOS= (xios, XIOS)
46
47#========================================================================
48#D-- Executable -
49[Executable]
50#D- For each component: Real name of executable, Name of executable in the run directory
51#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
52#D- Change to 31MPI*4OMP for resolution 96x95x39
53ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
54SRF= ("", "")
55SBG= ("", "")
56IOS= (xios_server.exe, xios.x, 12MPI)
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- by default: config.card describes no restart for all components
62#D-             ie start from Levitus or limit files
63#D- If you want to restart all components from the same simulation,
64#D-      put OveRule flag to 'y' and set the next 3 parameters
65OverRule=y
66#D- Last day of the experience used as restart for all components
67RestartDate=2014-12-31
68#D- Define restart simulation name for all components
69RestartJobName=CM61-LR-amip1
70#D- Path Server Group Login
71RestartPath=${R_IN}/RESTART/LMDZOR/PROD/amip
72
73#========================================================================
74#D-- ATM -
75[ATM]
76WriteFrequency="1M"
77# If config_Restarts_OverRule == 'n' next 4 params are read
78Restart= n
79# Last day of the experience used as restart for this component if Restart=y
80RestartDate=2319-12-31
81#D- Define restart simulation name for this component
82RestartJobName=CM607-LR-pdCtrl-01
83#D- Path Server Group Login
84RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
85
86#========================================================================
87#D-- SRF -
88[SRF]
89# WriteFrequency is not used any more for ORCHIDEE
90# Output files are now managed in orchidee.card
91WriteFrequency=""
92# If config_Restarts_OverRule == 'n' next 4 params are read
93Restart= n
94# Last day of the experience used as restart for this component if Restart=y
95RestartDate=2319-12-31
96#D- Define restart simulation name for this component
97RestartJobName=CM607-LR-pdCtrl-01
98#D- Path Server Group Login
99RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
100
101#========================================================================
102#D-- SBG - STOMATE
103[SBG]
104# WriteFrequency is not used any more for ORCHIDEE
105# Output files are now managed in stomate.card
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=2319-12-31
111#D- Define restart simulation name for this component
112RestartJobName=CM607-LR-pdCtrl-01
113#D- Path Server Group Login
114RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
115
116#========================================================================
117#D-- IOS -
118[IOS]
119WriteFrequency=""
120# If config_Restarts_OverRule == 'n' next 4 params are read
121Restart= n
122##-- Last day of the experience used as restart for this component if Restart=y
123RestartDate=
124# Define restart simulation name for this component
125RestartJobName=
126RestartPath=
127
128#========================================================================
129#D-- Post -
130[Post]
131#D- RebuildFrequency determines the frequency of rebuild submission
132RebuildFrequency=NONE
133#D- PackFrequency determines the frequency of pack submission
134PackFrequency=1Y
135#D- TimeSeriesFreqency determines the frequency of post-processing submission
136#D- Set NONE to deactivate the creation of all time series
137TimeSeriesFrequency=10Y
138#D- SeasonalFrequency determines the length for each seasonal average
139#D- Set NONE to deactivate the creation of all seasonal avereage
140SeasonalFrequency=10Y
141#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
142#D- Usefull if you do not want to consider the first X simulation's years
143SeasonalFrequencyOffset=6
144#D- If you want to produce compute PCMDI metrics from seasonal average
145#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
146MetricsPCMDI=FALSE
147
148#========================================================================
Note: See TracBrowser for help on using the repository browser.