source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim_360d/config.card @ 3044

Last change on this file since 3044 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: 3.4 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZ01
10#----- Short Name of Experiment
11ExperimentName=clim
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZ configuration"
15TagName=LMDZ
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZ/clim_360d
18#============================
19#-- leap, noleap, 360d
20CalendarType=360d
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-30
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)
34IOS= (xios, XIOS)
35
36#========================================================================
37#D-- Executable -
38[Executable]
39#D- For each component: Real name of executable, Name of executable in the run directory
40#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
41#D- Change to 31MPI*4OMP for resolution 96x95x39
42ATM= (gcm.e, lmdz.x, 47MPI, 8OMP)
43IOS= (xios_server.exe, xios.x, 1MPI)
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=2000-01-31
55#D- Define restart simulation name for all components
56RestartJobName=EXP00
57#D- Path Server Group Login
58RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
59
60#========================================================================
61#D-- ATM -
62[ATM]
63WriteFrequency="1M"
64# If config_Restarts_OverRule == 'n' next 4 params are read
65Restart=n
66# Last day of the experience used as restart for this component if Restart=y
67RestartDate=2000-01-31
68# Define restart simulation name for this component
69RestartJobName=LMDZ01
70RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
71
72#========================================================================
73#D-- IOS -
74[IOS]
75WriteFrequency=""
76# If config_Restarts_OverRule == 'n' next 4 params are read
77Restart= n
78##-- Last day of the experience used as restart for this component if Restart=y
79RestartDate=
80# Define restart simulation name for this component
81RestartJobName=
82RestartPath=
83
84#========================================================================
85#D-- Post -
86[Post]
87#D- RebuildFrequency determines the frequency of rebuild submission
88RebuildFrequency=NONE
89#D- PackFrequency determines the frequency of pack submission
90PackFrequency=1Y
91#D- TimeSeriesFreqency determines the frequency of post-processing submission
92#D- Set NONE to deactivate the creation of all time series
93TimeSeriesFrequency=10Y
94#D- SeasonalFrequency determines the length for each seasonal average
95#D- Set NONE to deactivate the creation of all seasonal avereage
96SeasonalFrequency=10Y
97#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
98#D- Usefull if you do not want to consider the first X simulation's years
99SeasonalFrequencyOffset=0
100
101#========================================================================
Note: See TracBrowser for help on using the repository browser.