New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
iodef.xml in trunk/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: trunk/CONFIG/ORCA2_LIM/EXP00/iodef.xml @ 1730

Last change on this file since 1730 was 1725, checked in by smasson, 15 years ago

control xml attributes from NEMO, see ticket:597

File size: 27.3 KB
Line 
1<?xml version="1.0"?>
2
3<simulation> 
4 
5  <context id="nemo">
6   
7    <!--
8============================================================================================================
9=                                  definition of all existing variables                                    =
10=                                            DO NOT CHANGE                                                 =
11============================================================================================================
12    -->
13   
14    <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined -->
15
16      <!-- T grid -->
17     
18      <group id="grid_T" axis_ref="none" grid_ref="grid_T">
19   <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   />
20         <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   />
21   <field id="sst"          description="sea surface temperature"                   unit="degC"                     />
22   <field id="sss"          description="sea surface salinity"                      unit="psu"                      />
23   <field id="ssh"          description="sea surface height"                        unit="m"                        />
24   <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        />
25   <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        />
26   <!-- next variables available with key_diahth -->
27   <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
28   <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
29   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
30   <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        />
31   <field id="mld|dt|"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
32   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
33   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
34   <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
35   <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
36   <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
37        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
38   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
39   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
40     </group>
41
42      <!-- SBC -->
43     
44      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc -->
45
46   <field id="emp"          description="Net Upward Water Flux"                                        unit="kg/m2/s"  />
47   <field id="emps"         description="concentration/dilution water flux"                            unit="kg/m2/s"  />
48   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  />
49   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  />
50
51   <field id="qns+qsr"      description="Net Downward Heat Flux"                                       unit="W/m2"     />
52   <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     />
53   <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     />
54   <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     />
55   <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  />
56   <field id="taum"         description="wind stress module"                                           unit="N/m2"     />
57   <field id="wspd"         description="Wind speed module at 10 m "                                   unit="m/s"      />
58   
59   <!-- *_oce variables available with ln_blk_clio or ln_blk_core -->
60   <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     />
61   <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     />
62   <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     />
63   <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     />
64   <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     />
65
66   <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        />
67
68   <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     />
69   <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     />
70   <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     />
71   <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     />
72   
73   <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     />
74   <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     />
75   
76   <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        />
77   <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        />
78   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      />
79   
80   <field id="ice_pres"     description="Ice presence"                                                 unit="-"        />
81   <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />     
82   <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />     
83   <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />     
84   
85   <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     />
86   <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     />
87   
88   <!-- icealb_cea: available key_coupled -->
89   <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        />
90      </group>
91
92      <!-- U grid -->
93     
94      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
95   <field id="utau"        description="Wind Stress along i-axis"                  unit="N/m2" axis_ref="none" />
96   <field id="uoce"        description="ocean current along i-axis"                unit="m/s"                  />
97   <field id="uoce_eff"    description="Effective ocean current along i-axis"      unit="m/s"                  />
98   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
99   <field id="uoce_eiv"    description="EIV ocean current along i-axis"            unit="m/s"                  />
100   <!-- uoce_eiv: available with key_trabbl_adv -->
101   <field id="uoce_bbl"    description="BBL ocean current along i-axis"            unit="m/s"                  />
102      </group>
103     
104      <!-- V grid -->
105     
106      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
107   <field id="vtau"        description="Wind Stress along j-axis"                  unit="N/m2" axis_ref="none" />
108   <field id="voce"        description="ocean current along j-axis"                unit="m/s"                  />
109   <field id="voce_eff"    description="Effective ocean current along j-axis"      unit="m/s"                  />
110   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
111   <field id="voce_eiv"    description="EIV ocean current along j-axis"            unit="m/s"                  />
112   <!-- voce_eiv: available with key_trabbl_adv -->
113   <field id="voce_bbl"    description="BBL ocean current along j-axis"            unit="m/s"                  />
114      </group>
115     
116      <!-- W grid -->
117     
118      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
119   <field id="woce"        description="ocean vertical velocity"                   unit="m/s"                  />
120   <field id="woce_eff"    description="effective ocean vertical velocity"         unit="m/s"                  />
121   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
122   <field id="woce_eiv"    description="EIV ocean vertical velocity"               unit="m/s"                  />
123   <!-- woce_eiv: available with key_trabbl_adv -->
124   <field id="woce_bbl"    description="BBL ocean vertical velocity"               unit="m/s"                  />
125   
126   <field id="avt"         description="vertical eddy diffusivity"                 unit="m2/s"                 />
127   <field id="avm"         description="vertical eddy viscosity"                   unit="m2/s"                 />
128   <!-- avs: available with key_zdfddm -->
129   <field id="avs"         description="salt vertical eddy diffusivity"            unit="m2/s"                 />
130   <!-- avt_evd and avm_evd: available with ln_zdfevd -->
131   <field id="avt_evd"     description="enhanced vertical diffusivity"             unit="m2/s"                 />
132   <field id="avm_evd"     description="enhanced vertical viscosity"               unit="m2/s"                 />
133   <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
134   <field id="aht2d"       description="lateral eddy diffusivity"                 unit="m2/s" axis_ref="none"  />
135   <field id="aht2d_eiv"   description="EIV lateral eddy diffusivity"             unit="m2/s" axis_ref="none"  />
136   <!-- avt_tide: available with key_zdftmx -->
137   <field id="av_tide"     description="tidal vertical diffusivity"               unit="m2/s"                 />
138      </group>
139         
140    </field_definition>
141   
142    <!--
143============================================================================================================
144=                                           output files definition                                        =
145=                                            Define your own files                                         =
146=                                         put the variables you want...                                    =
147============================================================================================================
148    -->
149   
150    <file_definition >
151
152      <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files -->
153      </group>
154     
155      <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files -->
156      </group>
157     
158      <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files -->
159      </group>
160     
161      <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files -->
162      </group>
163     
164      <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files -->
165      </group>
166     
167      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files -->
168
169    <!--
170............................................................................................................
171           example of 3 types of 1d files
172............................................................................................................
173    -->
174   <!-- automatic definition of the name based on id="1d_grid_T"
175        => this name is used as the radical for all file names of this group
176        => add a suffix to be sure that all files names of this group are different   -->
177   <group id="1d_grid_T" name="auto" description="ocean T grid variables" >
178     <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  -->
179     <file id="0n180wT" name_suffix="auto" >
180       <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom -->
181         <field ref="toce" name="votemper"  />
182         <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid -->
183       </group>
184     </file>
185     <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" -->
186     <file id="EqT" name_suffix="auto" >
187       <group id="EqT" zoom_ref="EqT" >
188         <field ref="toce" name="votemper"  />
189       </group>
190     </file>
191     <!-- global file with different operations on data   -->
192     <file id="global" >
193       <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean -->
194       <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max -->
195     </file>
196   </group>
197
198      </group>
199     
200      <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files -->
201      </group>
202     
203      <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files -->
204
205   <file id="5d_grid_T" name="auto" description="ocean T grid variables" >
206     <field ref="toce"         name="votemper"  />
207     <field ref="soce"         name="vosaline"  />
208     <field ref="sst"          name="sosstsst"  />
209     <field ref="sss"          name="sosaline"  />
210     <field ref="ssh"          name="sossheig"  />
211     <field ref="emp"          name="sowaflup"  />
212     <field ref="qsr"          name="soshfldo"  />
213     <field ref="emps"         name="sowaflcd"  />
214     <field ref="qns+qsr"      name="sohefldo"  />
215     <field ref="mldr10_1"     name="somxl010"  />
216     <field ref="mldkz5"       name="somixhgt"  />
217     <field ref="ice_cover"    name="soicecov"  />
218     <field ref="wspd"         name="sowindsp"  />
219     <field ref="qrp"          name="sohefldp"  />
220     <field ref="erp"          name="sowafldp"  />
221     <field ref="mlddzt"       name="sothedep"  />
222     <field ref="20d"          name="so20chgt"  />
223     <field ref="28d"          name="so28chgt"  />
224     <field ref="hc300"        name="sohtc300"  />
225     <field ref="ist_ipa"      name="soicetem"  />
226     <field ref="icealb_cea"   name="soicealb"  />   
227   </file>
228   
229   <file id="5d_grid_U" name="auto" description="ocean U grid variables" >
230     <field ref="uoce"         name="vozocrtx"  />
231     <field ref="uoce_eiv"     name="vozoeivu"  />
232     <field ref="utau"         name="sozotaux"  />
233   </file>
234   
235   <file id="5d_grid_V" name="auto" description="ocean V grid variables" >
236     <field ref="voce"         name="vomecrty"  />
237     <field ref="voce_eiv"     name="vomeeivv"  />
238     <field ref="vtau"         name="sometauy"  />
239   </file>
240   
241   <file id="5d_grid_W" name="auto" description="ocean W grid variables" >
242     <field ref="woce"         name="vovecrtz" />
243     <field ref="woce_eiv"     name="voveeivw" />
244     <field ref="avt"          name="votkeavt" />
245     <field ref="avt_evd"      name="votkeevd" />
246     <field ref="avm"          name="votkeavm" />
247     <field ref="avm_evd"      name="votkeevm" />
248     <field ref="avs"          name="voddmavs" />
249     <field ref="aht2d"        name="soleahtw" />
250     <field ref="aht2d_eiv"    name="soleaeiw" />
251   </file>
252   
253   <file id="5d_icemod" name="auto" description="ice variables" >
254     <field ref="ice_pres"                     />
255     <field ref="snowthic_cea" name="isnowthi" />
256     <field ref="icethic_cea"  name="iicethic" />
257     <field ref="iceprod_cea"  name="iiceprod" />
258     <field ref="ist_ipa"      name="iicetemp" />
259     <field ref="ioceflxb"     name="ioceflxb" />
260     <field ref="uice_ipa"     name="iicevelu" />
261     <field ref="vice_ipa"     name="iicevelv" />
262     <field ref="utau_ice"     name="iicestru" />
263     <field ref="vtau_ice"     name="iicestrv" />
264     <field ref="qsr_io_cea"   name="iicesflx" />
265     <field ref="qns_io_cea"   name="iicenflx" />
266     <field ref="snowpre"      name="isnowpre" />
267   </file>
268   
269      </group>
270     
271      <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files -->
272
273   <file id="1m_grid_T" name="auto" description="ocean T grid variables" >
274     <field ref="sst"          name="sosstsst"  />
275   </file>   
276
277      </group>
278
279      <group id="1y" output_freq="0000"   output_level="10" enabled=".TRUE.">                      <!-- yearly files -->
280
281   <file id="1y_grid_T" name="auto" description="ocean T grid variables" >
282     <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
283   </file>
284
285      </group>
286
287      <group id="2y"  output_freq="0000"   output_level="10" enabled=".TRUE.">                     <!-- 2y files -->
288      </group>
289
290      <group id="5y"  output_freq="0000"   output_level="10" enabled=".TRUE.">                     <!-- 5y files -->
291      </group>
292
293      <group id="10y" output_freq="0000"   output_level="10" enabled=".TRUE.">                     <!-- 10y files -->
294      </group>
295
296    </file_definition>
297   
298    <!--
299============================================================================================================
300=                                           grid definition                                                =
301=                                            DO NOT CHANGE                                                 =
302============================================================================================================
303    -->
304   
305    <axis_definition> 
306      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
307      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
308      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
309      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
310      <axis id="none" description="axe non defini" unit="none" size="1" />
311    </axis_definition> 
312   
313    <grid_definition>
314      <grid id="grid_T" description="grid T" >
315    <!--   Eq section   -->
316   <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" />
317    <!--   TAO   -->
318      <!--   137e   -->
319   <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
320   <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
321   <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
322      <!--   147e   -->
323   <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
324   <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
325   <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
326      <!--   156e   -->
327   <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
328   <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
329   <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
330   <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
331   <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
332   <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
333      <!--   165e   -->
334   <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
335   <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
336   <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
337   <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
338   <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
339   <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
340   <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
341      <!--   180w   -->
342   <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
343   <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
344   <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
345   <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
346   <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
347   <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
348   <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
349      <!--   170w   -->
350   <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
351   <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
352   <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
353   <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
354   <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
355   <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
356   <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
357      <!--   155w   -->
358   <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
359   <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
360   <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
361   <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
362   <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
363   <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
364   <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
365      <!--   140w   -->
366   <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
367   <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
368   <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
369   <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
370   <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
371   <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
372   <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
373      <!--   125w   -->
374   <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
375   <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
376   <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
377   <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
378   <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
379   <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
380   <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
381      <!--   110w   -->
382   <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
383   <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
384   <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
385   <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
386   <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
387   <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
388   <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
389      <!--   95w   -->
390   <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
391   <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
392   <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
393   <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
394   <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
395   <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
396   <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
397    <!--   RAMA   -->
398      <!--   55e   -->
399   <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
400   <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
401   <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
402   <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
403   <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
404   <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
405   <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
406   <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
407      <!--   65e   -->
408   <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
409      <!--   67e   -->
410   <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
411   <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
412   <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
413   <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
414   <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
415   <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
416   <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
417   <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
418   <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
419      <!--   80.5e   -->
420   <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
421   <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
422   <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
423   <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
424   <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
425   <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
426   <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
427   <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
428      <!--   90e   -->
429   <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
430   <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
431   <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
432   <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
433   <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
434   <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
435   <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
436      <!--   95e   -->
437   <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
438   <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
439   <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
440   <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
441    <!--   PIRATA   -->
442      <!--   38w-30w   -->
443   <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
444   <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
445   <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
446   <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
447   <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
448   <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
449   <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
450   <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
451   <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
452      <!--   23w   -->
453   <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
454   <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
455   <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
456   <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
457      <!--   10w   -->
458   <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
459   <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
460   <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
461      <!--   0e   -->
462   <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
463      </grid>
464
465      <grid id="grid_U" description="grid U" >
466    <!--   Eq section   -->
467   <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" />
468      </grid>
469
470      <grid id="grid_V" description="grid V" >
471      </grid>
472
473      <grid id="grid_W" description="grid W" >
474    <!--   Eq section   -->
475   <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" />
476      </grid>
477
478    </grid_definition>   
479   
480  </context>
481 
482</simulation>
Note: See TracBrowser for help on using the repository browser.