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

source: branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml @ 3046

Last change on this file since 3046 was 3046, checked in by cbricaud, 12 years ago

add changes from dev_r2787_MERCATOR2_tidalharm in dev_MERCATOR_2011_MERGE

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