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

source: trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml @ 2729

Last change on this file since 2729 was 2729, checked in by rblod, 13 years ago

Put back definitons for Agrif in xml file

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