source: CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/config.card @ 68

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

ACo : add a new experience directory for ch4_aer configuration

File size: 2.9 KB
Line 
1#========================================================================
2#D-- UserChoices -
3[UserChoices]
4#============================
5#D-- (<8 chars MAX for JobName)
6JobName=CH4_AER_AC00
7LongName='LMDz4INCA with New scripts'
8TagName=CH4_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
35#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
36ATM= (gcm.e, gcm.e)
37CHM= ("", "")
38
39#========================================================================
40#D-- Restarts -
41[Restarts]
42#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
43OverRule=n
44#D- Last day of the experience used as restart
45RestartDate=1869-12-30
46#D- Define restart simulation name (=> JOB_OS)
47RestartJobName=CD1
48#D- Path Server Group Login (=> PSGL)
49RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
50# Attention login depend de la machine
51
52#========================================================================
53#D-- Post -
54[Post]
55#D- Do we rebuild parallel output, this flag determines
56#D- frequency of rebuild submission
57RebuildFrequency=NONE
58#D- If you want to monitor variables, this flag determines
59#D- frequency of post-processing submission
60MonitoringFrequency=NONE
61#D- If you want to produce time series, this flag determines
62#D- frequency of post-processing submission
63TimeSeriesFrequency=1M
64#D- If you want to produce seasonal average, this flag determines
65#D- the period of this average
66SeasonalFrequency=5Y
67
68#========================================================================
69#D-- ATM -
70[ATM]
71#
72WriteFrequency="1M 1D HF"
73# If config_Restarts_OverRule == 'n' all params are read
74Restart= n
75# Last day of the experience used as restart
76RestartDate=2000-01-01
77# Define restart simulation name
78RestartJobName=Test_nvSc_AER
79RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
80# Old component name for restart (if empty, use new name)
81OldName=""
82
83#========================================================================
84#D-- CHM -
85[CHM]
86WriteFrequency="1M"
87Restart=n
88#D-- Last day of the experience used as restart
89RestartDate=2000-01-01
90#D-- Define restart simulation name
91RestartJobName=Test_nvSc_AER
92RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
93#D-- Old component name for restart (if empty, use new name)
94OldName=""
95
96#========================================================================
Note: See TracBrowser for help on using the repository browser.