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 branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml @ 2839

Last change on this file since 2839 was 2839, checked in by cbricaud, 13 years ago

modified routine for netcdf output

  • Property svn:keywords set to Id
File size: 70.3 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3 
4  <context id="nemo">
5   
6    <!-- $id$ -->
7   
8    <!--
9============================================================================================================
10=                                  definition of all existing variables                                    =
11=                                            DO NOT CHANGE                                                 =
12============================================================================================================
13    -->
14   
15    <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined -->
16
17      <!-- T grid -->
18     
19      <group id="grid_T" axis_ref="none" grid_ref="grid_T">
20   <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   />
21         <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   />
22   <field id="sst"          description="sea surface temperature"                   unit="degC"                     />
23   <field id="sst2"         description="square of sea surface temperature"         unit="degC2"                    />
24   <field id="sstgrad"      description="module of sst gradient"                    unit="degC/m"                   />
25   <field id="sstgrad2"     description="square of module of sst gradient"          unit="degC2/m2"                 />
26   <field id="sss"          description="sea surface salinity"                      unit="psu"                      />
27   <field id="sss2"         description="square of sea surface salinity"            unit="psu2"                     />
28   <field id="ssh"          description="sea surface height"                        unit="m"                        />
29   <field id="ssh2"         description="square of sea surface height"              unit="m2"                       />
30   <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        />
31   <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        />
32         <field id="rhop"         description="potential density (sigma0)"                unit="kg/m3" axis_ref="deptht"  />
33   <!-- next variables available with key_diahth -->
34   <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
35   <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
36   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
37   <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        />
38   <field id="mld_dt02"     description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
39   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
40   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
41   <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
42   <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
43   <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
44        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
45   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
46   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
47   <!-- variables available with key_diaar5 -->
48   <field id="botpres"      description="Pressure at sea floor"                     unit="dbar"                     />
49   <field id="cellthc"      description="Cell thickness"                            unit="m"     axis_ref="deptht"  />
50     </group>
51
52      <!-- SBC -->
53     
54      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc -->
55
56   <field id="empmr"        description="Net Upward Water Flux"                                        unit="kg/m2/s"  />
57   <field id="empsmr"       description="concentration/dilution water flux"                            unit="kg/m2/s"  />
58   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  />
59   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  />
60
61   <field id="qt"           description="Net Downward Heat Flux"                                       unit="W/m2"     />
62   <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     />
63   <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     />
64   <field id="qsr3d"        description="Shortwave Radiation 3D distribution"        axis_ref="deptht" unit="W/m2"     />
65   <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     />
66   <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  />
67   <field id="taum"         description="wind stress module"                                           unit="N/m2"     />
68   <field id="wspd"         description="Wind speed module at 10 m"                                    unit="m/s"      />
69   
70   <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn -->
71   <field id="ssh_ib"       description="Inverse barometer sea surface height"                         unit="m"        />
72
73   <!-- *_oce variables available with ln_blk_clio or ln_blk_core -->
74   <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     />
75   <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     />
76   <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     />
77   <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     />
78   <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     />
79
80   <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        />
81
82   <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     />
83   <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     />
84   <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     />
85   <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     />
86   
87   <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     />
88   <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     />
89   
90   <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        />
91   <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        />
92   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      />
93   
94   <field id="ice_pres"     description="Ice presence"                                                 unit="-"        />
95   <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     />
96   <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />     
97   <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />     
98   <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />     
99   
100   <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     />
101   <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     />
102   
103   <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     />
104   <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     />
105
106   <!-- available key_coupled -->
107   <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  />
108   <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  />
109   <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  />
110   <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        />
111   <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  />
112   <!-- available if key_coupled + conservative method -->
113   <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  />
114   <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  />
115   <!-- variables available with key_diaar5 -->
116   <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  />
117   <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  />
118   <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  />
119   <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     />
120   <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     />
121   <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     />
122   <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     />
123   <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     />
124   <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     />
125   <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  />
126   <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  />
127   <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  />
128   <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  />
129   <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  />
130
131      </group>
132
133      <!-- U grid -->
134     
135      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
136   <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" />
137   <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  />
138   <field id="uocetr_eff"   description="Effective ocean transport along i-axis"      unit="m3/s"                  />
139   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
140   <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  />
141   <!-- uoce_eiv: available with key_trabbl -->
142   <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"  axis_ref="none" />
143   <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" />
144   <!-- variables available with key_diaar5 -->
145   <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 />
146   <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" />
147   <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" />
148   <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" />
149     </group>
150     
151      <!-- V grid -->
152     
153      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
154   <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" />
155   <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  />
156   <field id="vocetr_eff"   description="Effective ocean transport along j-axis"      unit="m3/s"                  />
157   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
158   <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  />
159   <!-- voce_eiv: available with key_trabbl -->
160   <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s" axis_ref="none"  />
161   <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" />
162   <!-- variables available with key_diaar5 -->
163   <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 />
164   <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" />
165   <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" />
166   <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" />
167      </group>
168     
169      <!-- W grid -->
170     
171      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
172   <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  />
173   <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 />
174   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
175   <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  />
176   <!-- woce_eiv: available with key_trabbl_adv -->
177   <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 />
178   <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 />
179   <!-- avs: available with key_zdfddm -->
180   <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 />
181   <!-- avt_evd and avm_evd: available with ln_zdfevd -->
182   <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 />
183   <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 />
184   <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
185   <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" />
186   <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" />
187   <!-- avt_tide: available with key_zdftmx -->
188   <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 />
189   <!-- variables available with key_diaar5 -->   
190   <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 />
191   <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               />
192      </group>
193         
194      <!-- scalar -->
195     
196      <!-- variables available with key_diaar5 -->
197      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" >
198   <field id="voltot"     description="global mean volume"                         unit="m3"   />
199   <field id="sshtot"     description="global mean ssh"                            unit="m"    />
200   <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    />
201   <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    />
202   <field id="masstot"    description="global mean mass"                           unit="kg"   />
203   <field id="temptot"    description="global mean temperature"                    unit="degC" />
204   <field id="saltot"     description="global mean salinity"                       unit="psu"  />
205   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" />
206      </group>
207
208      <!-- variables available with key_float -->
209      <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point">
210        <field id="traj_lon"   description="floats longitude"   unit="deg"   />
211        <field id="traj_lat"   description="floats latitude"    unit="deg"   />
212        <field id="traj_dep"   description="floats depth"       unit="m"     />
213        <field id="traj_temp"  description="floats temperature" unit="degC"  />
214        <field id="traj_salt"  description="floats salinity"    unit="psu"   />
215        <field id="traj_dens"  description="floats density"     unit="kg/m3" />
216        <field id="traj_group" description="floats group"       unit="none"  />
217      </group>
218
219    </field_definition>
220   
221    <!--
222============================================================================================================
223=                                           output files definition                                        =
224=                                            Define your own files                                         =
225=                                         put the variables you want...                                    =
226============================================================================================================
227    -->
228   
229    <file_definition >
230
231      <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files -->
232      </group>
233     
234      <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files -->
235      </group>
236     
237      <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files -->
238      </group>
239     
240      <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files -->
241      </group>
242     
243      <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files -->
244      </group>
245     
246      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files -->
247
248    <!--
249............................................................................................................
250           example of 3 types of 1d files
251............................................................................................................
252    -->
253   <!-- automatic definition of the name based on id="1d_grid_T"
254        => this name is used as the radical for all file names of this group
255        => add a suffix to be sure that all files names of this group are different   -->
256   <group id="1d_grid_T" name="auto" description="ocean T grid variables" >
257     <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  -->
258     <file id="0n180wT" name_suffix="auto" >
259       <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom -->
260         <field ref="toce" name="votemper"  />
261         <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid -->
262       </group>
263     </file>
264     <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" -->
265     <file id="EqT" name_suffix="auto" >
266       <group id="EqT" zoom_ref="EqT" >
267         <field ref="toce" name="votemper"  />
268       </group>
269     </file>
270     <!-- global file with different operations on data   -->
271     <file id="global" >
272       <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean -->
273       <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max -->
274     </file>
275   </group>
276
277      </group>
278     
279      <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files -->
280      </group>
281     
282      <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files -->
283
284   <file id="5d_grid_T" name="auto" description="ocean T grid variables" >
285     <field ref="toce"         name="votemper"  />
286     <field ref="soce"         name="vosaline"  />
287     <field ref="sst"          name="sosstsst"  />
288     <field ref="sss"          name="sosaline"  />
289     <field ref="ssh"          name="sossheig"  />
290     <field ref="empmr"        name="sowaflup"  />
291     <field ref="qsr"          name="soshfldo"  />
292     <field ref="empsmr"       name="sowaflcd"  />
293     <field ref="qt"           name="sohefldo"  />
294     <field ref="mldr10_1"     name="somxl010"  />
295     <field ref="mldkz5"       name="somixhgt"  />
296     <field ref="ice_cover"    name="soicecov"  />
297     <field ref="wspd"         name="sowindsp"  />
298     <field ref="qrp"          name="sohefldp"  />
299     <field ref="erp"          name="sowafldp"  />
300     <field ref="mlddzt"       name="sothedep"  />
301     <field ref="20d"          name="so20chgt"  />
302     <field ref="28d"          name="so28chgt"  />
303     <field ref="hc300"        name="sohtc300"  />
304     <field ref="ist_ipa"      name="soicetem"  />
305     <field ref="icealb_cea"   name="soicealb"  />   
306   </file>
307   
308   <file id="5d_grid_U" name="auto" description="ocean U grid variables" >
309     <field ref="uoce"         name="vozocrtx"  />
310     <field ref="uoce_eiv"     name="vozoeivu"  />
311     <field ref="utau"         name="sozotaux"  />
312   </file>
313   
314   <file id="5d_grid_V" name="auto" description="ocean V grid variables" >
315     <field ref="voce"         name="vomecrty"  />
316     <field ref="voce_eiv"     name="vomeeivv"  />
317     <field ref="vtau"         name="sometauy"  />
318   </file>
319   
320   <file id="5d_grid_W" name="auto" description="ocean W grid variables" >
321     <field ref="woce"         name="vovecrtz" />
322     <field ref="woce_eiv"     name="voveeivw" />
323     <field ref="avt"          name="votkeavt" />
324     <field ref="avt_evd"      name="votkeevd" />
325     <field ref="avm"          name="votkeavm" />
326     <field ref="avm_evd"      name="votkeevm" />
327     <field ref="avs"          name="voddmavs" />
328     <field ref="aht2d"        name="soleahtw" />
329     <field ref="aht2d_eiv"    name="soleaeiw" />
330   </file>
331   
332   <file id="5d_icemod" name="auto" description="ice variables" >
333     <field ref="ice_pres"                     />
334     <field ref="snowthic_cea" name="isnowthi" />
335     <field ref="icethic_cea"  name="iicethic" />
336     <field ref="iceprod_cea"  name="iiceprod" />
337     <field ref="ist_ipa"      name="iicetemp" />
338     <field ref="ioceflxb"     name="ioceflxb" />
339     <field ref="uice_ipa"     name="iicevelu" />
340     <field ref="vice_ipa"     name="iicevelv" />
341     <field ref="utau_ice"     name="iicestru" />
342     <field ref="vtau_ice"     name="iicestrv" />
343     <field ref="qsr_io_cea"   name="iicesflx" />
344     <field ref="qns_io_cea"   name="iicenflx" />
345     <field ref="snowpre"      name="isnowpre" />
346   </file>
347   
348      </group>
349     
350      <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files -->
351
352   <file id="1m_grid_T" name="auto" description="ocean T grid variables" >
353     <field ref="sst"          name="sosstsst"  />
354   </file>   
355
356      </group>
357
358      <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files -->
359      </group>
360
361      <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files -->
362      </group>
363
364      <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files -->
365      </group>
366
367      <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files -->
368      </group>
369
370      <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files -->
371
372   <file id="1y_grid_T" name="auto" description="ocean T grid variables" >
373     <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
374   </file>
375
376      </group>
377
378      <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files -->
379      </group>
380
381      <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files -->
382      </group>
383
384      <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files -->
385      </group>
386
387    </file_definition>
388   
389    <!--
390============================================================================================================
391=                                           grid definition                                                =
392=                                            DO NOT CHANGE                                                 =
393============================================================================================================
394    -->
395   
396    <axis_definition> 
397      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
398      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
399      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
400      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
401      <axis id="none" description="axe non defini" unit="none" size="1" />
402    </axis_definition> 
403   
404    <grid_definition>
405      <grid id="grid_T" description="grid T" >
406    <!--   Eq section   -->
407   <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" />
408    <!--   TAO   -->
409      <!--   137e   -->
410   <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
411   <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
412   <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
413      <!--   147e   -->
414   <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
415   <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
416   <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
417      <!--   156e   -->
418   <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
419   <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
420   <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
421   <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
422   <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
423   <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
424      <!--   165e   -->
425   <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
426   <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
427   <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
428   <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
429   <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
430   <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
431   <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
432      <!--   180w   -->
433   <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
434   <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
435   <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
436   <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
437   <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
438   <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
439   <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
440      <!--   170w   -->
441   <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
442   <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
443   <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
444   <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
445   <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
446   <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
447   <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
448      <!--   155w   -->
449   <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
450   <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
451   <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
452   <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
453   <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
454   <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
455   <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
456      <!--   140w   -->
457   <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
458   <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
459   <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
460   <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
461   <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
462   <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
463   <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
464      <!--   125w   -->
465   <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
466   <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
467   <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
468   <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
469   <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
470   <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
471   <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
472      <!--   110w   -->
473   <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
474   <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
475   <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
476   <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
477   <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
478   <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
479   <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
480      <!--   95w   -->
481   <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
482   <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
483   <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
484   <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
485   <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
486   <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
487   <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
488    <!--   RAMA   -->
489      <!--   55e   -->
490   <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
491   <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
492   <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
493   <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
494   <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
495   <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
496   <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
497   <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
498      <!--   65e   -->
499   <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
500      <!--   67e   -->
501   <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
502   <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
503   <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
504   <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
505   <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
506   <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
507   <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
508   <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
509   <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
510      <!--   80.5e   -->
511   <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
512   <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
513   <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
514   <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
515   <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
516   <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
517   <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
518   <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
519      <!--   90e   -->
520   <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
521   <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
522   <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
523   <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
524   <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
525   <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
526   <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
527      <!--   95e   -->
528   <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
529   <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
530   <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
531   <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
532    <!--   PIRATA   -->
533      <!--   38w-30w   -->
534   <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
535   <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
536   <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
537   <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
538   <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
539   <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
540   <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
541   <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
542   <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
543      <!--   23w   -->
544   <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
545   <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
546   <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
547   <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
548      <!--   10w   -->
549   <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
550   <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
551   <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
552      <!--   0e   -->
553   <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
554      </grid>
555
556      <grid id="grid_U" description="grid U" >
557    <!--   Eq section   -->
558   <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" />
559      </grid>
560
561      <grid id="grid_V" description="grid V" >
562      </grid>
563
564      <grid id="grid_W" description="grid W" >
565    <!--   Eq section   -->
566   <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" />
567      </grid>
568
569      <grid id="scalarpoint" description="scalar" >
570   <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
571      </grid>
572
573    </grid_definition>   
574   
575  </context>
576  <context id="1_nemo">
577   
578    <!-- $id$ -->
579   
580    <!--
581============================================================================================================
582=                                  definition of all existing variables                                    =
583=                                            DO NOT CHANGE                                                 =
584============================================================================================================
585    -->
586   
587    <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined -->
588
589      <!-- T grid -->
590     
591      <group id="grid_T" axis_ref="none" grid_ref="grid_T">
592   <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   />
593         <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   />
594   <field id="sst"          description="sea surface temperature"                   unit="degC"                     />
595   <field id="sst2"         description="square of sea surface temperature"         unit="degC2"                    />
596   <field id="sstgrad"      description="module of sst gradient"                    unit="degC/m"                   />
597   <field id="sstgrad2"     description="square of module of sst gradient"          unit="degC2/m2"                 />
598   <field id="sss"          description="sea surface salinity"                      unit="psu"                      />
599   <field id="sss2"         description="square of sea surface salinity"            unit="psu2"                     />
600   <field id="ssh"          description="sea surface height"                        unit="m"                        />
601   <field id="ssh2"         description="square of sea surface height"              unit="m2"                       />
602   <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        />
603   <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        />
604         <field id="rhop"         description="potential density (sigma0)"                unit="kg/m3" axis_ref="deptht"  />
605   <!-- next variables available with key_diahth -->
606   <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
607   <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
608   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
609   <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        />
610   <field id="mld_dt02"     description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
611   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
612   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
613   <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
614   <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
615   <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
616        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
617   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
618   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
619   <!-- variables available with key_diaar5 -->
620   <field id="botpres"      description="Pressure at sea floor"                     unit="dbar"                     />
621   <field id="cellthc"      description="Cell thickness"                            unit="m"     axis_ref="deptht"  />
622     </group>
623
624      <!-- SBC -->
625     
626      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc -->
627
628   <field id="empmr"        description="Net Upward Water Flux"                                        unit="kg/m2/s"  />
629   <field id="empsmr"       description="concentration/dilution water flux"                            unit="kg/m2/s"  />
630   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  />
631   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  />
632
633   <field id="qt"           description="Net Downward Heat Flux"                                       unit="W/m2"     />
634   <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     />
635   <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     />
636   <field id="qsr3d"        description="Shortwave Radiation 3D distribution"        axis_ref="deptht" unit="W/m2"     />
637   <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     />
638   <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  />
639   <field id="taum"         description="wind stress module"                                           unit="N/m2"     />
640   <field id="wspd"         description="Wind speed module at 10 m"                                    unit="m/s"      />
641   
642   <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn -->
643   <field id="ssh_ib"       description="Inverse barometer sea surface height"                         unit="m"        />
644
645   <!-- *_oce variables available with ln_blk_clio or ln_blk_core -->
646   <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     />
647   <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     />
648   <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     />
649   <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     />
650   <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     />
651
652   <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        />
653
654   <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     />
655   <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     />
656   <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     />
657   <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     />
658   
659   <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     />
660   <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     />
661   
662   <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        />
663   <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        />
664   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      />
665   
666   <field id="ice_pres"     description="Ice presence"                                                 unit="-"        />
667   <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     />
668   <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />     
669   <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />     
670   <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />     
671   
672   <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     />
673   <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     />
674   
675   <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     />
676   <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     />
677
678   <!-- available key_coupled -->
679   <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  />
680   <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  />
681   <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  />
682   <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        />
683   <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  />
684   <!-- available if key_coupled + conservative method -->
685   <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  />
686   <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  />
687   <!-- variables available with key_diaar5 -->
688   <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  />
689   <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  />
690   <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  />
691   <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     />
692   <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     />
693   <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     />
694   <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     />
695   <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     />
696   <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     />
697   <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  />
698   <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  />
699   <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  />
700   <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  />
701   <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  />
702
703      </group>
704
705      <!-- U grid -->
706     
707      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
708   <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" />
709   <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  />
710   <field id="uocetr_eff"   description="Effective ocean transport along i-axis"      unit="m3/s"                  />
711   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
712   <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  />
713   <!-- uoce_eiv: available with key_trabbl -->
714   <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"  axis_ref="none" />
715   <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" />
716   <!-- variables available with key_diaar5 -->
717   <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 />
718   <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" />
719   <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" />
720   <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" />
721     </group>
722     
723      <!-- V grid -->
724     
725      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
726   <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" />
727   <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  />
728   <field id="vocetr_eff"   description="Effective ocean transport along j-axis"      unit="m3/s"                  />
729   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
730   <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  />
731   <!-- voce_eiv: available with key_trabbl -->
732   <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s" axis_ref="none"  />
733   <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" />
734   <!-- variables available with key_diaar5 -->
735   <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 />
736   <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" />
737   <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" />
738   <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" />
739      </group>
740     
741      <!-- W grid -->
742     
743      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
744   <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  />
745   <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 />
746   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
747   <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  />
748   <!-- woce_eiv: available with key_trabbl_adv -->
749   <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 />
750   <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 />
751   <!-- avs: available with key_zdfddm -->
752   <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 />
753   <!-- avt_evd and avm_evd: available with ln_zdfevd -->
754   <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 />
755   <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 />
756   <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
757   <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" />
758   <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" />
759   <!-- avt_tide: available with key_zdftmx -->
760   <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 />
761   <!-- variables available with key_diaar5 -->   
762   <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 />
763   <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               />
764      </group>
765         
766      <!-- scalar -->
767     
768      <!-- variables available with key_diaar5 -->
769      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" >
770   <field id="voltot"     description="global mean volume"                         unit="m3"   />
771   <field id="sshtot"     description="global mean ssh"                            unit="m"    />
772   <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    />
773   <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    />
774   <field id="masstot"    description="global mean mass"                           unit="kg"   />
775   <field id="temptot"    description="global mean temperature"                    unit="degC" />
776   <field id="saltot"     description="global mean salinity"                       unit="psu"  />
777   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" />
778      </group>
779
780    </field_definition>
781   
782    <!--
783============================================================================================================
784=                                           output files definition                                        =
785=                                            Define your own files                                         =
786=                                         put the variables you want...                                    =
787============================================================================================================
788    -->
789   
790    <file_definition >
791
792      <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files -->
793      </group>
794     
795      <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files -->
796      </group>
797     
798      <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files -->
799      </group>
800     
801      <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files -->
802      </group>
803     
804      <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files -->
805      </group>
806     
807      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files -->
808
809    <!--
810............................................................................................................
811           example of 3 types of 1d files
812............................................................................................................
813    -->
814   <!-- automatic definition of the name based on id="1d_grid_T"
815        => this name is used as the radical for all file names of this group
816        => add a suffix to be sure that all files names of this group are different   -->
817   <group id="1d_grid_T" name="auto" description="ocean T grid variables" >
818     <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  -->
819     <file id="0n180wT" name_suffix="auto" >
820       <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom -->
821         <field ref="toce" name="votemper"  />
822         <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid -->
823       </group>
824     </file>
825     <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" -->
826<!--
827     <file id="EqT" name_suffix="auto" >
828       <group id="EqT" zoom_ref="EqT" >
829         <field ref="toce" name="votemper"  />
830       </group>
831     </file>
832-->     
833     <!-- global file with different operations on data   -->
834     <file id="global" >
835       <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean -->
836       <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max -->
837     </file>
838   </group>
839
840        <file id="floats"  description="floats variables">
841           <field ref="traj_lon"   name="floats_longitude"   operation="inst(X)"    />
842           <field ref="traj_lat"   name="floats_latitude"    operation="inst(X)"    />
843           <field ref="traj_dep"   name="floats_depth"       operation="inst(X)"    />
844           <field ref="traj_temp"  name="floats_temperature" operation="inst(X)"    />
845           <field ref="traj_salt"  name="floats_salinity"    operation="inst(X)"    />
846           <field ref="traj_dens"  name="floats_density"     operation="inst(X)"    />
847           <field ref="traj_group" name="floats_group"       operation="inst(X)"    />
848        </file>
849     
850      <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files -->
851      </group>
852     
853      <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files -->
854
855   <file id="5d_grid_T" name="auto" description="ocean T grid variables" >
856     <field ref="toce"         name="votemper"  />
857     <field ref="soce"         name="vosaline"  />
858     <field ref="sst"          name="sosstsst"  />
859     <field ref="sss"          name="sosaline"  />
860     <field ref="ssh"          name="sossheig"  />
861     <field ref="empmr"        name="sowaflup"  />
862     <field ref="qsr"          name="soshfldo"  />
863     <field ref="empsmr"       name="sowaflcd"  />
864     <field ref="qt"           name="sohefldo"  />
865     <field ref="mldr10_1"     name="somxl010"  />
866     <field ref="mldkz5"       name="somixhgt"  />
867     <field ref="ice_cover"    name="soicecov"  />
868     <field ref="wspd"         name="sowindsp"  />
869     <field ref="qrp"          name="sohefldp"  />
870     <field ref="erp"          name="sowafldp"  />
871     <field ref="mlddzt"       name="sothedep"  />
872     <field ref="20d"          name="so20chgt"  />
873     <field ref="28d"          name="so28chgt"  />
874     <field ref="hc300"        name="sohtc300"  />
875     <field ref="ist_ipa"      name="soicetem"  />
876     <field ref="icealb_cea"   name="soicealb"  />   
877   </file>
878   
879   <file id="5d_grid_U" name="auto" description="ocean U grid variables" >
880     <field ref="uoce"         name="vozocrtx"  />
881     <field ref="uoce_eiv"     name="vozoeivu"  />
882     <field ref="utau"         name="sozotaux"  />
883   </file>
884   
885   <file id="5d_grid_V" name="auto" description="ocean V grid variables" >
886     <field ref="voce"         name="vomecrty"  />
887     <field ref="voce_eiv"     name="vomeeivv"  />
888     <field ref="vtau"         name="sometauy"  />
889   </file>
890   
891   <file id="5d_grid_W" name="auto" description="ocean W grid variables" >
892     <field ref="woce"         name="vovecrtz" />
893     <field ref="woce_eiv"     name="voveeivw" />
894     <field ref="avt"          name="votkeavt" />
895     <field ref="avt_evd"      name="votkeevd" />
896     <field ref="avm"          name="votkeavm" />
897     <field ref="avm_evd"      name="votkeevm" />
898     <field ref="avs"          name="voddmavs" />
899     <field ref="aht2d"        name="soleahtw" />
900     <field ref="aht2d_eiv"    name="soleaeiw" />
901   </file>
902   
903<!-- 
904      <file id="5d_icemod" name="auto" description="ice variables" >
905     <field ref="ice_pres"                     />
906     <field ref="snowthic_cea" name="isnowthi" />
907     <field ref="icethic_cea"  name="iicethic" />
908     <field ref="iceprod_cea"  name="iiceprod" />
909     <field ref="ist_ipa"      name="iicetemp" />
910     <field ref="ioceflxb"     name="ioceflxb" />
911     <field ref="uice_ipa"     name="iicevelu" />
912     <field ref="vice_ipa"     name="iicevelv" />
913     <field ref="utau_ice"     name="iicestru" />
914     <field ref="vtau_ice"     name="iicestrv" />
915     <field ref="qsr_io_cea"   name="iicesflx" />
916     <field ref="qns_io_cea"   name="iicenflx" />
917     <field ref="snowpre"      name="isnowpre" />
918   </file>
919-->   
920      </group>
921     
922      <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files -->
923
924   <file id="1m_grid_T" name="auto" description="ocean T grid variables" >
925     <field ref="sst"          name="sosstsst"  />
926   </file>   
927
928      </group>
929
930      <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files -->
931      </group>
932
933      <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files -->
934      </group>
935
936      <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files -->
937      </group>
938
939      <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files -->
940      </group>
941
942      <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files -->
943
944   <file id="1y_grid_T" name="auto" description="ocean T grid variables" >
945     <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
946   </file>
947
948      </group>
949
950      <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files -->
951      </group>
952
953      <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files -->
954      </group>
955
956      <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files -->
957      </group>
958
959    </file_definition>
960   
961    <!--
962============================================================================================================
963=                                           grid definition                                                =
964=                                            DO NOT CHANGE                                                 =
965============================================================================================================
966    -->
967   
968    <axis_definition> 
969      <axis id="deptht" description="Vertical T levels" unit="m"    positive=".false." />
970      <axis id="depthu" description="Vertical U levels" unit="m"    positive=".false." />
971      <axis id="depthv" description="Vertical V levels" unit="m"    positive=".false." />
972      <axis id="depthw" description="Vertical W levels" unit="m"    positive=".false." />
973      <axis id="nfloat" description="number of float"   unit="none" positive=".false."  />
974      <axis id="none" description="axe non defini" unit="none" size="1" />
975    </axis_definition> 
976   
977    <grid_definition>
978      <grid id="grid_T" description="grid T" >
979    <!--   Eq section   -->
980   <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" />
981    <!--   TAO   -->
982      <!--   137e   -->
983   <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
984   <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
985   <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
986      <!--   147e   -->
987   <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
988   <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
989   <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
990      <!--   156e   -->
991   <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
992   <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
993   <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
994   <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
995   <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
996   <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
997      <!--   165e   -->
998   <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
999   <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1000   <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1001   <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1002   <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1003   <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1004   <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1005      <!--   180w   -->
1006   <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1007   <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1008   <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1009   <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1010   <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1011   <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1012   <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1013      <!--   170w   -->
1014   <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1015   <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1016   <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1017   <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1018   <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1019   <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1020   <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1021      <!--   155w   -->
1022   <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1023   <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1024   <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1025   <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1026   <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1027   <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1028   <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1029      <!--   140w   -->
1030   <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1031   <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1032   <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1033   <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1034   <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1035   <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1036   <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1037      <!--   125w   -->
1038   <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1039   <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1040   <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1041   <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1042   <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1043   <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1044   <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1045      <!--   110w   -->
1046   <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1047   <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1048   <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1049   <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1050   <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1051   <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1052   <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1053      <!--   95w   -->
1054   <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1055   <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1056   <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1057   <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1058   <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1059   <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1060   <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1061    <!--   RAMA   -->
1062      <!--   55e   -->
1063   <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1064   <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1065   <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1066   <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1067   <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1068   <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1069   <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1070   <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1071      <!--   65e   -->
1072   <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1073      <!--   67e   -->
1074   <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1075   <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1076   <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1077   <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1078   <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1079   <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1080   <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1081   <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1082   <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1083      <!--   80.5e   -->
1084   <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1085   <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1086   <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1087   <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1088   <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1089   <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1090   <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1091   <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1092      <!--   90e   -->
1093   <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1094   <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1095   <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1096   <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1097   <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1098   <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1099   <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1100      <!--   95e   -->
1101   <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1102   <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
1103   <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1104   <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
1105    <!--   PIRATA   -->
1106      <!--   38w-30w   -->
1107   <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1108   <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1109   <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1110   <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1111   <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1112   <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1113   <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1114   <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1115   <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1116      <!--   23w   -->
1117   <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1118   <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1119   <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1120   <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1121      <!--   10w   -->
1122   <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
1123   <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1124   <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
1125      <!--   0e   -->
1126   <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
1127      </grid>
1128
1129      <grid id="grid_U" description="grid U" >
1130    <!--   Eq section   -->
1131   <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" />
1132      </grid>
1133
1134      <grid id="grid_V" description="grid V" >
1135      </grid>
1136
1137      <grid id="grid_W" description="grid W" >
1138    <!--   Eq section   -->
1139   <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" />
1140      </grid>
1141
1142      <grid id="scalarpoint" description="scalar" >
1143   <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
1144      </grid>
1145
1146    </grid_definition>   
1147   
1148  </context>
1149
1150</simulation>
Note: See TracBrowser for help on using the repository browser.