source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC/config.card @ 6473

Last change on this file since 6473 was 6473, checked in by acosce, 12 months ago

update configuration LMDZORINCA_v6.1.11 to run on redhat8

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