source: CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/config.card @ 119

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

ACo : add new configurations for LMDZINCA

NMHC - NMHC_AER - GES - CH4
fixe bug in old configuration
CH4_AER - AER

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