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 @ 1738

Last change on this file since 1738 was 1738, checked in by smasson, 14 years ago

iom_put for scalar values, see ticket:604

File size: 28.1 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      <!-- scalar -->
141     
142      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" >
143      </group>
144
145    </field_definition>
146   
147    <!--
148============================================================================================================
149=                                           output files definition                                        =
150=                                            Define your own files                                         =
151=                                         put the variables you want...                                    =
152============================================================================================================
153    -->
154   
155    <file_definition >
156
157      <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files -->
158      </group>
159     
160      <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files -->
161      </group>
162     
163      <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files -->
164      </group>
165     
166      <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files -->
167      </group>
168     
169      <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files -->
170      </group>
171     
172      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files -->
173
174    <!--
175............................................................................................................
176           example of 3 types of 1d files
177............................................................................................................
178    -->
179   <!-- automatic definition of the name based on id="1d_grid_T"
180        => this name is used as the radical for all file names of this group
181        => add a suffix to be sure that all files names of this group are different   -->
182   <group id="1d_grid_T" name="auto" description="ocean T grid variables" >
183     <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  -->
184     <file id="0n180wT" name_suffix="auto" >
185       <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom -->
186         <field ref="toce" name="votemper"  />
187         <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid -->
188       </group>
189     </file>
190     <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" -->
191     <file id="EqT" name_suffix="auto" >
192       <group id="EqT" zoom_ref="EqT" >
193         <field ref="toce" name="votemper"  />
194       </group>
195     </file>
196     <!-- global file with different operations on data   -->
197     <file id="global" >
198       <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean -->
199       <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max -->
200     </file>
201   </group>
202
203      </group>
204     
205      <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files -->
206      </group>
207     
208      <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files -->
209
210   <file id="5d_grid_T" name="auto" description="ocean T grid variables" >
211     <field ref="toce"         name="votemper"  />
212     <field ref="soce"         name="vosaline"  />
213     <field ref="sst"          name="sosstsst"  />
214     <field ref="sss"          name="sosaline"  />
215     <field ref="ssh"          name="sossheig"  />
216     <field ref="emp"          name="sowaflup"  />
217     <field ref="qsr"          name="soshfldo"  />
218     <field ref="emps"         name="sowaflcd"  />
219     <field ref="qns+qsr"      name="sohefldo"  />
220     <field ref="mldr10_1"     name="somxl010"  />
221     <field ref="mldkz5"       name="somixhgt"  />
222     <field ref="ice_cover"    name="soicecov"  />
223     <field ref="wspd"         name="sowindsp"  />
224     <field ref="qrp"          name="sohefldp"  />
225     <field ref="erp"          name="sowafldp"  />
226     <field ref="mlddzt"       name="sothedep"  />
227     <field ref="20d"          name="so20chgt"  />
228     <field ref="28d"          name="so28chgt"  />
229     <field ref="hc300"        name="sohtc300"  />
230     <field ref="ist_ipa"      name="soicetem"  />
231     <field ref="icealb_cea"   name="soicealb"  />   
232   </file>
233   
234   <file id="5d_grid_U" name="auto" description="ocean U grid variables" >
235     <field ref="uoce"         name="vozocrtx"  />
236     <field ref="uoce_eiv"     name="vozoeivu"  />
237     <field ref="utau"         name="sozotaux"  />
238   </file>
239   
240   <file id="5d_grid_V" name="auto" description="ocean V grid variables" >
241     <field ref="voce"         name="vomecrty"  />
242     <field ref="voce_eiv"     name="vomeeivv"  />
243     <field ref="vtau"         name="sometauy"  />
244   </file>
245   
246   <file id="5d_grid_W" name="auto" description="ocean W grid variables" >
247     <field ref="woce"         name="vovecrtz" />
248     <field ref="woce_eiv"     name="voveeivw" />
249     <field ref="avt"          name="votkeavt" />
250     <field ref="avt_evd"      name="votkeevd" />
251     <field ref="avm"          name="votkeavm" />
252     <field ref="avm_evd"      name="votkeevm" />
253     <field ref="avs"          name="voddmavs" />
254     <field ref="aht2d"        name="soleahtw" />
255     <field ref="aht2d_eiv"    name="soleaeiw" />
256   </file>
257   
258   <file id="5d_icemod" name="auto" description="ice variables" >
259     <field ref="ice_pres"                     />
260     <field ref="snowthic_cea" name="isnowthi" />
261     <field ref="icethic_cea"  name="iicethic" />
262     <field ref="iceprod_cea"  name="iiceprod" />
263     <field ref="ist_ipa"      name="iicetemp" />
264     <field ref="ioceflxb"     name="ioceflxb" />
265     <field ref="uice_ipa"     name="iicevelu" />
266     <field ref="vice_ipa"     name="iicevelv" />
267     <field ref="utau_ice"     name="iicestru" />
268     <field ref="vtau_ice"     name="iicestrv" />
269     <field ref="qsr_io_cea"   name="iicesflx" />
270     <field ref="qns_io_cea"   name="iicenflx" />
271     <field ref="snowpre"      name="isnowpre" />
272   </file>
273   
274      </group>
275     
276      <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files -->
277
278   <file id="1m_grid_T" name="auto" description="ocean T grid variables" >
279     <field ref="sst"          name="sosstsst"  />
280   </file>   
281
282      </group>
283
284      <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files -->
285      </group>
286
287      <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files -->
288      </group>
289
290      <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files -->
291      </group>
292
293      <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files -->
294      </group>
295
296      <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files -->
297
298   <file id="1y_grid_T" name="auto" description="ocean T grid variables" >
299     <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
300   </file>
301
302      </group>
303
304      <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files -->
305      </group>
306
307      <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files -->
308      </group>
309
310      <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files -->
311      </group>
312
313    </file_definition>
314   
315    <!--
316============================================================================================================
317=                                           grid definition                                                =
318=                                            DO NOT CHANGE                                                 =
319============================================================================================================
320    -->
321   
322    <axis_definition> 
323      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
324      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
325      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
326      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
327      <axis id="none" description="axe non defini" unit="none" size="1" />
328    </axis_definition> 
329   
330    <grid_definition>
331      <grid id="grid_T" description="grid T" >
332    <!--   Eq section   -->
333   <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" />
334    <!--   TAO   -->
335      <!--   137e   -->
336   <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
337   <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
338   <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
339      <!--   147e   -->
340   <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
341   <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
342   <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
343      <!--   156e   -->
344   <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
345   <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
346   <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
347   <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
348   <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
349   <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
350      <!--   165e   -->
351   <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
352   <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
353   <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
354   <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
355   <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
356   <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
357   <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
358      <!--   180w   -->
359   <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
360   <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
361   <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
362   <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
363   <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
364   <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
365   <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
366      <!--   170w   -->
367   <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
368   <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
369   <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
370   <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
371   <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
372   <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
373   <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
374      <!--   155w   -->
375   <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
376   <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
377   <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
378   <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
379   <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
380   <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
381   <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
382      <!--   140w   -->
383   <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
384   <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
385   <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
386   <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
387   <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
388   <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
389   <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
390      <!--   125w   -->
391   <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
392   <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
393   <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
394   <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
395   <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
396   <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
397   <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
398      <!--   110w   -->
399   <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
400   <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
401   <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
402   <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
403   <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
404   <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
405   <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
406      <!--   95w   -->
407   <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
408   <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
409   <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
410   <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
411   <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
412   <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
413   <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
414    <!--   RAMA   -->
415      <!--   55e   -->
416   <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
417   <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
418   <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
419   <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
420   <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
421   <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
422   <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
423   <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
424      <!--   65e   -->
425   <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
426      <!--   67e   -->
427   <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
428   <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
429   <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
430   <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
431   <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
432   <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
433   <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
434   <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
435   <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
436      <!--   80.5e   -->
437   <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
438   <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
439   <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
440   <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
441   <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
442   <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
443   <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
444   <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
445      <!--   90e   -->
446   <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
447   <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
448   <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
449   <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
450   <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
451   <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
452   <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
453      <!--   95e   -->
454   <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
455   <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
456   <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
457   <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
458    <!--   PIRATA   -->
459      <!--   38w-30w   -->
460   <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
461   <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
462   <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
463   <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
464   <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
465   <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
466   <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
467   <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
468   <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
469      <!--   23w   -->
470   <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
471   <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
472   <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
473   <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
474      <!--   10w   -->
475   <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
476   <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
477   <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
478      <!--   0e   -->
479   <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
480      </grid>
481
482      <grid id="grid_U" description="grid U" >
483    <!--   Eq section   -->
484   <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" />
485      </grid>
486
487      <grid id="grid_V" description="grid V" >
488      </grid>
489
490      <grid id="grid_W" description="grid W" >
491    <!--   Eq section   -->
492   <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" />
493      </grid>
494
495      <grid id="scalarpoint" description="scalar" >
496   <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
497      </grid>
498
499    </grid_definition>   
500   
501  </context>
502 
503</simulation>
Note: See TracBrowser for help on using the repository browser.