source: CONFIG/trunk/LMDZINCA_v2/EXP_AER/config.card @ 48

Last change on this file since 48 was 48, checked in by acosce, 17 years ago

first import config LMDZINCA parallel

File size: 2.8 KB
Line 
1#========================================================================
2#D-- UserChoices -
3[UserChoices]
4#============================
5#D-- (<8 chars MAX for JobName)
6JobName=AER_AC00
7LongName='LMDz4INCA with New scripts'
8TagName=AER
9#============================
10#D-- leap, noleap, 360d
11CalendarType=360d
12#D-- Début et fin de Job
13#D-- "YYYY-MM-DD"
14DateBegin=2000-01-01
15DateEnd=2000-12-30
16#============================
17#D-- 1Y, 1M, 5D, 1D
18PeriodLength=1M
19#============================
20R_INIT=/dmnfs/p86cozic/IGCM/INIT
21R_BC=/dmnfs/p86cozic/IGCM/BC
22
23#========================================================================
24#D-- ListOfComponents -
25[ListOfComponents]
26#D- For each component, Name of component, Tag of component
27ATM= (lmdz, LMDZ4)
28CHM= (inca, INCA3)
29
30#========================================================================
31#D-- Executable -
32[Executable]
33Name=gcm.e
34#D- For each component, Real name of executable, Name of executable for oasis
35ATM= (gcm.e, gcm.e)
36CHM= ("", "")
37
38#========================================================================
39#D-- Restarts -
40[Restarts]
41#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
42OverRule=n
43#D- Last day of the experience used as restart
44RestartDate=1869-12-30
45#D- Define restart simulation name (=> JOB_OS)
46RestartJobName=CD1
47#D- Path Server Group Login (=> PSGL)
48RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
49# Attention login depend de la machine
50
51#========================================================================
52#D-- Post -
53[Post]
54#D- Do we rebuild parallel output, this flag determines
55#D- frequency of rebuild submission
56RebuildFrequency=NONE
57#D- If you want to monitor variables, this flag determines
58#D- frequency of post-processing submission
59MonitoringFrequency=NONE
60#D- If you want to produce time series, this flag determines
61#D- frequency of post-processing submission
62TimeSeriesFrequency=1M
63#D- If you want to produce seasonal average, this flag determines
64#D- the period of this average
65SeasonalFrequency=5Y
66
67#========================================================================
68#D-- ATM -
69[ATM]
70#
71WriteFrequency="1M 1D HF"
72# If config_Restarts_OverRule == 'n' all params are read
73Restart= y
74# Last day of the experience used as restart
75RestartDate=2000-01-01
76# Define restart simulation name
77RestartJobName=Test_nvSc_AER
78RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
79# Old component name for restart (if empty, use new name)
80OldName=""
81
82#========================================================================
83#D-- CHM -
84[CHM]
85WriteFrequency="1M"
86Restart=y
87#D-- Last day of the experience used as restart
88RestartDate=2000-01-01
89#D-- Define restart simulation name
90RestartJobName=Test_nvSc_AER
91RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
92#D-- Old component name for restart (if empty, use new name)
93OldName=""
94
95#========================================================================
Note: See TracBrowser for help on using the repository browser.