source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim/config.card @ 2649

Last change on this file since 2649 was 2649, checked in by jgipsl, 9 years ago
  • Added Chuck for histmth ts.
  • Added choice of LMDZ_physics in CREATE_ experiments
  • Adpated config.card for libIGCM/ins_job
File size: 3.3 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
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
40ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
41IOS= (xios_server.exe, xios.x, 1MPI)
42
43#========================================================================
44#D-- Restarts -
45[Restarts]
46#D- by default: config.card describes no restart for all components
47#D-             ie start from Levitus or limit files
48#D- If you want to restart all components from the same simulation,
49#D-      put OveRule flag to 'y' and set the next 3 parameters
50OverRule=n
51#D- Last day of the experience used as restart for all components
52RestartDate=2000-01-31
53#D- Define restart simulation name for all components
54RestartJobName=EXP00
55#D- Path Server Group Login
56RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
57
58#========================================================================
59#D-- ATM -
60[ATM]
61WriteFrequency="1M"
62# If config_Restarts_OverRule == 'n' next 4 params are read
63Restart=n
64# Last day of the experience used as restart for this component if Restart=y
65RestartDate=2000-01-31
66# Define restart simulation name for this component
67RestartJobName=LMDZ01
68RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
69
70#========================================================================
71#D-- IOS -
72[IOS]
73WriteFrequency=""
74# If config_Restarts_OverRule == 'n' next 4 params are read
75Restart= n
76##-- Last day of the experience used as restart for this component if Restart=y
77RestartDate=
78# Define restart simulation name for this component
79RestartJobName=
80RestartPath=
81
82#========================================================================
83#D-- Post -
84[Post]
85#D- RebuildFrequency determines the frequency of rebuild submission
86RebuildFrequency=1Y
87#D- PackFrequency determines the frequency of pack submission
88PackFrequency=1Y
89#D- TimeSeriesFreqency determines the frequency of post-processing submission
90#D- Set NONE to deactivate the creation of all time series
91TimeSeriesFrequency=10Y
92#D- SeasonalFrequency determines the length for each seasonal average
93#D- Set NONE to deactivate the creation of all seasonal avereage
94SeasonalFrequency=10Y
95#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
96#D- Usefull if you do not want to consider the first X simulation's years
97SeasonalFrequencyOffset=0
98
99#========================================================================
Note: See TracBrowser for help on using the repository browser.