source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card @ 3039

Last change on this file since 3039 was 3039, checked in by jgipsl, 7 years ago

Updated default number of MPI and OMP to be suitable for the new default resolution (144x142x79)

File size: 4.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZOR01
10#----- Short Name of Experiment
11ExperimentName=amip
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZOR configuration"
15TagName=LMDZOR
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZOR/amip
18#============================
19#-- leap, noleap, 360d
20CalendarType=noleap
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-31
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length for one execution
27PeriodLength=1Y
28
29#========================================================================
30#D-- ListOfComponents -
31[ListOfComponents]
32#D- For each component, Name of component, Tag of component
33ATM= (lmdz, LMDZ)
34SRF= (orchidee, ORCHIDEE)
35SBG= (stomate, ORCHIDEE)
36IOS= (xios, XIOS)
37
38#========================================================================
39#D-- Executable -
40[Executable]
41#D- For each component: Real name of executable, Name of executable in the run directory
42#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
43#D- Change to 31MPI*4OMP for resolution 96x95x39
44ATM= (gcm.e, lmdz.x, 47MPI, 8OMP)
45SRF= ("", "")
46SBG= ("", "")
47IOS= (xios_server.exe, xios.x, 1MPI)
48
49#========================================================================
50#D-- Restarts -
51[Restarts]
52#D- by default: config.card describes no restart for all components
53#D-             ie start from Levitus or limit files
54#D- If you want to restart all components from the same simulation,
55#D-      put OveRule flag to 'y' and set the next 3 parameters
56OverRule=n
57#D- Last day of the experience used as restart for all components
58RestartDate=2000-01-31
59#D- Define restart simulation name for all components
60RestartJobName=EXP00
61#D- Path Server Group Login
62RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
63
64#========================================================================
65#D-- ATM -
66[ATM]
67WriteFrequency="1M"
68# If config_Restarts_OverRule == 'n' next 4 params are read
69Restart=n
70# Last day of the experience used as restart for this component if Restart=y
71RestartDate=2000-01-31
72# Define restart simulation name for this component
73RestartJobName=LMDZOR01
74RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
75
76#========================================================================
77#D-- SRF -
78[SRF]
79WriteFrequency="1M"
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=2000-01-31
84# Define restart simulation name for this component
85RestartJobName=EXP00
86RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
87
88#========================================================================
89#D-- SBG - STOMATE
90[SBG]
91WriteFrequency="1M"
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=2000-01-31
96# Define restart simulation name for this component
97RestartJobName=EXP00
98RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
99
100#========================================================================
101#D-- IOS -
102[IOS]
103WriteFrequency=""
104# If config_Restarts_OverRule == 'n' next 4 params are read
105Restart= n
106##-- Last day of the experience used as restart for this component if Restart=y
107RestartDate=
108# Define restart simulation name for this component
109RestartJobName=
110RestartPath=
111
112#========================================================================
113#D-- Post -
114[Post]
115#D- RebuildFrequency determines the frequency of rebuild submission
116RebuildFrequency=NONE
117#D- PackFrequency determines the frequency of pack submission
118PackFrequency=1Y
119#D- TimeSeriesFreqency determines the frequency of post-processing submission
120#D- Set NONE to deactivate the creation of all time series
121TimeSeriesFrequency=10Y
122#D- SeasonalFrequency determines the length for each seasonal average
123#D- Set NONE to deactivate the creation of all seasonal avereage
124SeasonalFrequency=10Y
125#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
126#D- Usefull if you do not want to consider the first X simulation's years
127SeasonalFrequencyOffset=0
128
129#========================================================================
Note: See TracBrowser for help on using the repository browser.