source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/LMDZORINCA/NMHC_AER_S/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_S
19LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
20TagName=LMDZORINCA
21#D- Choice of experiment in EXPERIEMENTS directory
22ExpType=LMDZORINCA/NMHC_AER_S
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, lmdz.x, 48MPI, 12OMP)
49SRF= ("", "")
50SBG= ("", "")
51CHM= ("", "")
52IOS= (xios_server.exe, xios.x, 1MPI)
53
54#========================================================================
55#D-- Restarts -
56[Restarts]
57#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
58OverRule=y
59#D- Last day of the experience used as restart
60RestartDate=2000-12-31
61#D- Define restart simulation name (=> JOB_OS)
62RestartJobName=CPLCHTS.VerifSVN
63#D- Path Server Group Login (=> PSGL)
64RestartPath=/ccc/store/cont003/gen2201/p24cozic/IGCM_OUT/IPSLCM5A2CHT/PROD/pdControl
65# Attention login depend de la machine
66
67
68#========================================================================
69#D-- Post -
70[Post]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- Do we pack restart and debug txt files, this flag determines
75#D- frequency of pack submission (use NONE for DRYRUN=3)
76PackFrequency=1Y
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79TimeSeriesFrequency=1Y
80#D- If you want to produce seasonal average, this flag determines
81#D- the period of this average
82SeasonalFrequency=NONE
83#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
84#D- Usefull if you do not want to consider the first X simulation s years
85SeasonalFrequencyOffset=0
86
87#========================================================================
88#D-- ATM -
89[ATM]
90WriteFrequency="1M 1D"
91# If config_Restarts_OverRule == 'n' next 4 params are read
92Restart=n
93#D- Last day of the experience used as restart for all components
94RestartDate=2001-12-31
95#D- Define restart simulation name for all components
96RestartJobName=ESM.S.pdCtrl.O3
97#D- Path Server Group Login
98RestartPath=/ccc/store/cont003/dsmipsl/p24cozic/IGCM_OUT/IPSLCM5A2CHT/PROD/pdControl
99
100#========================================================================
101#D-- SRF -
102[SRF]
103# WriteFrequency is not used any more for ORCHIDEE
104# Output files are now managed in orchidee.card
105WriteFrequency=""
106Restart=n
107##-- Last day of the experience used as restart
108RestartDate=1999-12-30
109# Define restart simulation name
110RestartJobName=JobName
111RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
112
113#========================================================================
114#D-- SBG - STOMATE
115[SBG]
116# WriteFrequency is not used any more for ORCHIDEE
117# Output files are now managed in stomate.card
118WriteFrequency=""
119# If config_Restarts_OverRule == 'n' next 4 params are read
120Restart=n
121#-- Last day of the experience used as restart for this component if Restart=y
122RestartDate=2000-01-31
123# Define restart simulation name for this component
124RestartJobName=EXP00
125RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
126
127#========================================================================
128#D-- CHM -
129[CHM]
130#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
131#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
132WriteFrequency="1D"
133Restart=n
134#D-- Last day of the experience used as restart
135RestartDate=2000-01-01
136#D-- Define restart simulation name
137RestartJobName=JobName
138RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
139
140#========================================================================
141#D-- IOS -
142[IOS]
143WriteFrequency=""
144# If config_Restarts_OverRule == 'n' next 4 params are read
145Restart= n
146##-- Last day of the experience used as restart for this component if Restart=y
147RestartDate=
148# Define restart simulation name for this component
149RestartJobName=
150RestartPath=
151
152#========================================================================
Note: See TracBrowser for help on using the repository browser.