source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card @ 6468

Last change on this file since 6468 was 6468, checked in by acosce, 14 months ago

Add modifications to run on redhat8

File size: 5.0 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]
13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
14#============================
15#D-- (<8 chars MAX for JobName)
16JobName=L5OI5run
17SpaceName=PROD
18ExperimentName=NMHC_AER
19LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
20TagName=LMDZORINCA
21#D- Choice of experiment in EXPERIEMENTS directory
22ExpType=LMDZORINCA/NMHC_AER
23#============================
24#D-- leap, noleap, 360d
25CalendarType=leap
26#D-- Début et fin de Job
27#D-- "YYYY-MM-DD"
28DateBegin=2006-01-01
29DateEnd=2006-12-31
30#============================
31#D-- 1Y, 1M, 5D, 1D
32PeriodLength=1M
33#============================
34#D-- ListOfComponents -
35[ListOfComponents]
36#D- For each component, Name of component, Tag of component
37ATM= (lmdz, LMDZ5)
38SRF= (orchidee, orchidee_1_9_5)
39SBG= (stomate, ORCHIDEE_1_9_5)
40CHM= (inca, INCA5)
41IOS= (xios, XIOS)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=gcm.e
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, gcm.e, 48MPI, 12OMP)
49SRF= ("", "")
50SBG= ("", "")
51CHM= ("", "")
52IOS= (xios_server.exe, xios.x, 1MPI)
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
57OverRule=y
58#D- Last day of the experience used as restart
59RestartDate=2005-12-31
60#D- Define restart simulation name (=> JOB_OS)
61RestartJobName=LOI_AR5WERF_E0_2006
62#D- Path Server Group Login (=> PSGL)
63RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
64# Attention login depend de la machine
65
66#========================================================================
67#D-- Post -
68[Post]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71RebuildFrequency=NONE
72#D- Do we pack restart and debug txt files, this flag determines
73#D- frequency of pack submission (use NONE for DRYRUN=3)
74PackFrequency=1Y
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency=1Y
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency=NONE
81#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
82#D- Usefull if you do not want to consider the first X simulation s years
83SeasonalFrequencyOffset=0
84
85#========================================================================
86#D-- ATM -
87[ATM]
88WriteFrequency="1M 1D"
89# If config_Restarts_OverRule == 'n' next 4 params are read
90Restart=n
91#D- Last day of the experience used as restart for all components
92RestartDate=2001-12-31
93#D- Define restart simulation name for all components
94RestartJobName=ESM.S.pdCtrl.O3
95#D- Path Server Group Login
96RestartPath=/ccc/store/cont003/dsmipsl/p24cozic/IGCM_OUT/IPSLCM5A2CHT/PROD/pdControl
97
98#========================================================================
99#D-- SRF -
100[SRF]
101# WriteFrequency is not used any more for ORCHIDEE
102# Output files are now managed in orchidee.card
103WriteFrequency=""
104Restart=n
105##-- Last day of the experience used as restart
106RestartDate=1999-12-30
107# Define restart simulation name
108RestartJobName=JobName
109RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
110
111#========================================================================
112#D-- SBG - STOMATE
113[SBG]
114# WriteFrequency is not used any more for ORCHIDEE
115# Output files are now managed in stomate.card
116WriteFrequency=""
117# If config_Restarts_OverRule == 'n' next 4 params are read
118Restart=n
119#-- Last day of the experience used as restart for this component if Restart=y
120RestartDate=2000-01-31
121# Define restart simulation name for this component
122RestartJobName=EXP00
123RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
124
125#========================================================================
126#D-- CHM -
127[CHM]
128#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
129#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
130WriteFrequency="1D"
131Restart=n
132#D-- Last day of the experience used as restart
133RestartDate=2000-01-01
134#D-- Define restart simulation name
135RestartJobName=JobName
136RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
137
138#========================================================================
139#D-- IOS -
140[IOS]
141WriteFrequency=""
142# If config_Restarts_OverRule == 'n' next 4 params are read
143Restart= n
144##-- Last day of the experience used as restart for this component if Restart=y
145RestartDate=
146# Define restart simulation name for this component
147RestartJobName=
148RestartPath=
149
150#========================================================================
Note: See TracBrowser for help on using the repository browser.