source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/config.card @ 713

Last change on this file since 713 was 713, checked in by mafoipsl, 15 years ago

keep in comment informations required for oasis coupling on vargas

File size: 5.1 KB
Line 
1#
2# This is config.card file for IPSLCM5 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=CM5
13LongName="SCRIPT_V1"
14TagName=IPSLCM5
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Experiment dates : Beginning and ending
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1860-12-30
22#============================
23#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
24PeriodLength=1M
25#============================
26#-- PBS Class (required on brodie mono/multi)
27#JobClass=mono
28JobClass=multi
29#============================
30#-- Total Number of Processors (minimum is 2 for a coupled configuration)
31#JobNumProcTot=2
32JobNumProcTot=4
33#============================
34#-- Run Options : here for oasis coupling
35JobRunOptions='-f'
36#-- for vargas
37#JobRunOptions='"-pgmmodel MPMD -cmdfile"'
38#============================
39# config.card configuration options :
40#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
41#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
42#R_BC=/u/rech/psl/rpsl035/IGCM/BC
43#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
44#============================
45
46#========================================================================
47#D-- ListOfComponents -
48[ListOfComponents]
49#D- For each component, Name of component, Tag of component
50ATM= (lmdz, LMDZ4-dev)
51SRF= (orchidee, ORCHIDEE_1_9_4)
52OCE= (opa9, NEMO_v3_1 + revision 1340)
53ICE= (lim2, LIM_2)
54CPL= (oasis, OASIS3)
55
56#========================================================================
57#D-- Executable -
58[Executable]
59Name=run_file
60#D- For each component, Real name of executable, Name of executable for oasis
61ATM= (gcm.e, lmdz.x)
62SRF= ("", "")
63OCE= (opa, opa.xx)
64ICE= ("", "")
65CPL= (oasis, oasis)
66
67#========================================================================
68#D-- Restarts -
69[Restarts]
70#D- If you want a GENERAL RULE FOR ALL COMPONENTS RESTARTS, put this flag to 'y'
71OverRule=n
72#D- Last day of the experience used as restart
73RestartDate=1869-12-30
74#D- Define restart simulation name
75RestartJobName=CD1
76#D- Path Server Group Login
77RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
78
79#========================================================================
80#D-- Post -
81[Post]
82#D- Do we rebuild parallel output, this flag determines
83#D- frequency of rebuild submission (use NONE for DRYRUN=3)
84RebuildFrequency=1Y
85#D- Do we rebuild parallel output from archive
86RebuildFromArchive=true
87#D- If you want to produce time series, this flag determines
88#D- frequency of post-processing submission
89TimeSeriesFrequency=10Y
90#D- If you want to produce seasonal average, this flag determines
91#D- the period of this average
92SeasonalFrequency=10Y
93#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
94#D- Usefull if you do not want to consider the first X simulation's years
95SeasonalFrequencyOffset=0
96
97#========================================================================
98#D-- ATM -
99[ATM]
100#
101WriteFrequency="1M 1D HF"
102# If config_Restarts_OverRule == 'n' all params are read
103Restart= n
104# Last day of the experience used as restart for this component
105RestartDate=1999-12-30
106# Define restart simulation name
107RestartJobName=2L18
108RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
109# Old component name for restart (if empty, use new name)
110OldName=
111
112#========================================================================
113#D-- OCE -
114[OCE]
115WriteFrequency="1M"
116# If config_Restarts_OverRule == 'n' all params are read
117Restart= n
118##-- Last day of the experience used as restart for this component
119RestartDate=1999-12-30
120# Define restart simulation name
121RestartJobName=2L18
122RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
123# Old component name for restart (if empty, use new name)
124OldName=
125
126#========================================================================
127#D-- ICE -
128[ICE]
129WriteFrequency="1M"
130# If config_Restarts_OverRule == 'n' all params are read
131Restart= n
132##-- Last day of the experience used as restart for this component
133RestartDate=1999-12-30
134# Define restart simulation name
135RestartJobName=2L18           
136RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
137# Old component name for restart (if empty, use new name)
138OldName=
139
140#========================================================================
141#D-- SRF -
142[SRF]
143WriteFrequency="1M"
144# If config_Restarts_OverRule == 'n' all params are read
145Restart=n
146##-- Last day of the experience used as restart for this component
147RestartDate=1999-12-30
148# Define restart simulation name
149RestartJobName=2L18
150RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
151#-- Old component name for restart (if empty, use new name)
152OldName=
153
154#========================================================================
155#D-- CPL -
156[CPL]
157WriteFrequency="1D"
158# If config_Restarts_OverRule == 'n' all params are read
159Restart= n
160##-- Last day of the experience used as restart for this component
161RestartDate=1999-12-30
162# Define restart simulation name
163RestartJobName=2L18
164RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
165# Old component name for restart (if empty, use new name)
166OldName=
167
168#========================================================================
Note: See TracBrowser for help on using the repository browser.