source: CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/EXPERIMENTS/LMDZREPR/config.card @ 3559

Last change on this file since 3559 was 3559, checked in by acosce, 6 years ago

Add a new configuration - lmdz + orchidee + inca + reprobus

File size: 3.7 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
5#D--
6#========================================================================
7#D-- Compatibility -
8[Compatibility]
9libIGCM=1.0
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#D-- (<8 chars MAX for JobName)
15JobName=LR.01
16SpaceName=TEST
17ExperimentName=REF
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZREPR
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZREPR
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Début et fin de Job
26#D-- "YYYY-MM-DD"
27DateBegin=2006-01-01
28DateEnd=2006-01-01
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=1D
32#============================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ5)
37CHS= (reprobus, REPROBUS)
38IOS= (xios, XIOS)
39
40#========================================================================
41#D-- Executable -
42[Executable]
43Name=gcm.e
44#D- For each component, Real name of executable, Name of executable for oasis
45ATM= (gcm.e, gcm.e, 32MPI, 1OMP)
46CHS= ("", "")
47IOS= (xios_server.exe, xios.x, 1MPI)
48
49#========================================================================
50#D-- Restarts -
51[Restarts]
52#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
53OverRule=n
54#D- Last day of the experience used as restart
55RestartDate=2005-12-31
56#D- Define restart simulation name (=> JOB_OS)
57RestartJobName=LOI_AR5WERF_E0_2006
58#D- Path Server Group Login (=> PSGL)
59RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
60# Attention login depend de la machine
61
62#========================================================================
63#D-- Post -
64[Post]
65#D- Do we rebuild parallel output, this flag determines
66#D- frequency of rebuild submission
67RebuildFrequency=NONE
68#D- Do we pack restart and debug txt files, this flag determines
69#D- frequency of pack submission (use NONE for DRYRUN=3)
70PackFrequency=1Y
71#D- If you want to produce time series, this flag determines
72#D- frequency of post-processing submission
73TimeSeriesFrequency=NONE
74#D- If you want to produce seasonal average, this flag determines
75#D- the period of this average
76SeasonalFrequency=NONE
77#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
78#D- Usefull if you do not want to consider the first X simulation s years
79SeasonalFrequencyOffset=0
80
81#========================================================================
82#D-- ATM -
83[ATM]
84#
85WriteFrequency="1M 1D HF"
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=2000-01-01
90# Define restart simulation name
91RestartJobName=JobName
92RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
93
94#========================================================================
95#D-- CHS -
96[CHS]
97WriteFrequency="1D"
98Restart=n
99#D-- Last day of the experience used as restart
100RestartDate=2000-01-01
101#D-- Define restart simulation name
102RestartJobName=JobName
103RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
104
105#========================================================================
106#D-- IOS -
107[IOS]
108WriteFrequency=""
109# If config_Restarts_OverRule == 'n' next 4 params are read
110Restart= n
111##-- Last day of the experience used as restart for this component if Restart=y
112RestartDate=
113# Define restart simulation name for this component
114RestartJobName=
115RestartPath=
116
117#========================================================================
Note: See TracBrowser for help on using the repository browser.