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.
Changeset 3695 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS_OFF – NEMO

Ignore:
Timestamp:
2012-11-28T09:46:30+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: add xios

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00/iodef.xml

    r3513 r3695  
    11<?xml version="1.0"?> 
    22<simulation>  
    3    
    4   <context id="nemo"> 
     3 
     4 <context id="nemo" time_origin="1900-01-01 00:00:00" > 
    55     
    66    <!-- $id$ --> 
     
    1212============================================================================================================ 
    1313    --> 
    14      
    15     <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined --> 
    16  
    17       <!-- T grid --> 
    18        
    19       <group id="grid_T" axis_ref="none" grid_ref="grid_T"> 
    20    <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   /> 
    21          <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   /> 
    22    <field id="sst"          description="sea surface temperature"                   unit="degC"                     /> 
    23    <field id="sst2"         description="square of sea surface temperature"         unit="degC2"                    /> 
    24    <field id="sstgrad"      description="module of sst gradient"                    unit="degC/m"                   /> 
    25    <field id="sstgrad2"     description="square of module of sst gradient"          unit="degC2/m2"                 /> 
    26    <field id="sss"          description="sea surface salinity"                      unit="psu"                      /> 
    27    <field id="sss2"         description="square of sea surface salinity"            unit="psu2"                     /> 
    28    <field id="ssh"          description="sea surface height"                        unit="m"                        /> 
    29    <field id="ssh2"         description="square of sea surface height"              unit="m2"                       /> 
    30    <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        /> 
    31    <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        /> 
    32          <field id="rhop"         description="potential density (sigma0)"                unit="kg/m3" axis_ref="deptht"  /> 
    33    <!-- next variables available with key_diahth --> 
    34    <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        /> 
    35    <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        /> 
    36    <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        /> 
    37    <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        /> 
    38    <field id="mld_dt02"     description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        /> 
    39    <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        /> 
    40    <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        /> 
    41    <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        /> 
    42    <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     /> 
    43    <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        /> 
    44         <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        /> 
    45    <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        /> 
    46    <field id="hc300"        description="Heat content 300 m"                        unit="W"                        /> 
    47    <!-- variables available with key_diaar5 --> 
    48    <field id="botpres"      description="Pressure at sea floor"                     unit="dbar"                     /> 
    49    <field id="cellthc"      description="Cell thickness"                            unit="m"     axis_ref="deptht"  /> 
    50      </group> 
    51  
    52       <!-- SBC --> 
    53        
    54       <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc --> 
    55  
    56    <field id="empmr"        description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
    57    <field id="empsmr"       description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
    58    <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  /> 
    59    <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  /> 
    60  
    61    <field id="qt"           description="Net Downward Heat Flux"                                       unit="W/m2"     /> 
    62    <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     /> 
    63    <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     /> 
    64    <field id="qsr3d"        description="Shortwave Radiation 3D distribution"        axis_ref="deptht" unit="W/m2"     /> 
    65    <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     /> 
    66    <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  /> 
    67    <field id="taum"         description="wind stress module"                                           unit="N/m2"     /> 
    68    <field id="wspd"         description="Wind speed module at 10 m"                                    unit="m/s"      /> 
    69     
    70    <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
    71    <field id="ssh_ib"       description="Inverse barometer sea surface height"                         unit="m"        /> 
    72  
    73    <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
    74    <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     /> 
    75    <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    76    <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    77    <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     /> 
    78    <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     /> 
    79  
    80    <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        /> 
    81  
    82    <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    83    <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    84    <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    85    <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
    86     
    87    <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    88    <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    89     
    90    <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    91    <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
    92    <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    93     
    94    <field id="ice_pres"     description="Ice presence"                                                 unit="-"        /> 
    95    <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     /> 
    96    <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />       
    97    <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    98    <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
    99     
    100    <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    101    <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    102     
    103    <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    104    <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    105  
    106    <!-- available key_coupled --> 
    107    <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  /> 
    108    <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  /> 
    109    <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  /> 
    110    <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        /> 
    111    <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  /> 
    112    <!-- available if key_coupled + conservative method --> 
    113    <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  /> 
    114    <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  /> 
    115    <!-- variables available with key_diaar5 --> 
    116    <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  /> 
    117    <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  /> 
    118    <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  /> 
    119    <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     /> 
    120    <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     /> 
    121    <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     /> 
    122    <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     /> 
    123    <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     /> 
    124    <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     /> 
    125    <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  /> 
    126    <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  /> 
    127    <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  /> 
    128    <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  /> 
    129    <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  /> 
    130  
    131       </group> 
    132  
    133       <!-- U grid --> 
    134        
    135       <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    136    <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" /> 
    137    <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  /> 
    138    <field id="uocetr_eff"   description="Effective ocean transport along i-axis"      unit="m3/s"                  /> 
    139    <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    140    <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
    141    <!-- uoce_eiv: available with key_trabbl --> 
    142    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"  axis_ref="none" /> 
    143    <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" /> 
    144    <!-- variables available with key_diaar5 --> 
    145    <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 /> 
    146    <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" /> 
    147    <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" /> 
    148    <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" /> 
    149      </group> 
    150        
    151       <!-- V grid --> 
    152        
    153       <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    154    <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" /> 
    155    <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  /> 
    156    <field id="vocetr_eff"   description="Effective ocean transport along j-axis"      unit="m3/s"                  /> 
    157    <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    158    <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
    159    <!-- voce_eiv: available with key_trabbl --> 
    160    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s" axis_ref="none"  /> 
    161    <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    162    <!-- variables available with key_diaar5 --> 
    163    <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
    164    <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" /> 
    165    <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" /> 
    166    <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" /> 
    167       </group> 
    168        
    169       <!-- W grid --> 
    170        
    171       <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    172    <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    173    <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 /> 
    174    <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    175    <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    176    <!-- woce_eiv: available with key_trabbl_adv --> 
    177    <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    178    <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
    179    <!-- avs: available with key_zdfddm --> 
    180    <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 /> 
    181    <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    182    <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 /> 
    183    <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 /> 
    184    <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    185    <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" /> 
    186    <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" /> 
    187    <!-- avt_tide: available with key_zdftmx --> 
    188    <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 /> 
    189    <!-- variables available with key_diaar5 -->    
    190    <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 /> 
    191    <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               /> 
    192       </group> 
    193            
    194       <!-- scalar --> 
    195        
    196       <!-- variables available with key_diaar5 --> 
    197       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    198    <field id="voltot"     description="global mean volume"                         unit="m3"   /> 
    199    <field id="sshtot"     description="global mean ssh"                            unit="m"    /> 
    200    <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    /> 
    201    <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    /> 
    202    <field id="masstot"    description="global mean mass"                           unit="kg"   /> 
    203    <field id="temptot"    description="global mean temperature"                    unit="degC" /> 
    204    <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    205    <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    206       </group> 
    207  
    208     </field_definition> 
    209      
     14    <field_definition src="./field_def.xml"/> 
    21015    <!--  
    21116============================================================================================================ 
     
    21621    --> 
    21722     
    218     <file_definition > 
     23    <file_definition type="multi_file" sync_freq="1d" min_digits="4"> 
     24     
     25      <file_group id="1h" output_freq="1h"  output_level="10" enabled=".TRUE."/> <!-- 1h files --> 
     26      <file_group id="2h" output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files --> 
     27      <file_group id="3h" output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files -->      
     28      <file_group id="4h" output_freq="4h"  output_level="10" enabled=".TRUE."/> <!-- 4h files --> 
     29      <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files --> 
     30      
     31      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."> <!-- 1d files --> 
     32      </file_group> 
     33      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files -->     
     34      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
     35      </file_group> 
    21936 
    220       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    221       </group> 
    222        
    223       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    224       </group> 
    225        
    226       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    227       </group> 
    228        
    229       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    230       </group> 
    231        
    232       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    233       </group> 
    234        
    235       <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
     37      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> 
     38      <file_group id="2m" output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
     39      <file_group id="3m" output_freq="3mo" output_level="10" enabled=".TRUE."/> <!-- real 3m files --> 
     40      <file_group id="4m" output_freq="4mo" output_level="10" enabled=".TRUE."/> <!-- real 4m files --> 
     41      <file_group id="6m" output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files --> 
    23642 
    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> 
     43      <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."/> <!-- real yearly files --> 
     44      <file_group id="2y"  output_freq="2y" output_level="10" enabled=".TRUE."/> <!-- real 2y files --> 
     45      <file_group id="5y"  output_freq="5y" output_level="10" enabled=".TRUE."/> <!-- real 5y files --> 
     46      <file_group id="10y" output_freq="10y" output_level="10" enabled=".TRUE."/> <!-- real 10y files --> 
    26547 
    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"  /> 
    279      <field ref="empmr"        name="sowaflup"  /> 
    280      <field ref="qsr"          name="soshfldo"  /> 
    281      <field ref="empsmr"       name="sowaflcd"  /> 
    282      <field ref="qt"           name="sohefldo"  /> 
    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  
    347       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    348       </group> 
    349  
    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  
    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  
    367       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    368       </group> 
    369  
    370       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    371       </group> 
    372  
    373       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    374       </group> 
    375  
    376     </file_definition> 
     48   </file_definition> 
    37749     
    37850    <!--  
    37951============================================================================================================ 
    380 =                                           grid definition                                                = 
    381 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    38253============================================================================================================ 
    38354    --> 
    38455     
    385     <axis_definition>   
    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." /> 
    390       <axis id="none" description="axe non defini" unit="none" size="1" /> 
    391     </axis_definition>  
     56   <axis_definition>   
     57      <axis id="deptht" long_name="Vertical T levels" unit="m"  /><!-- positive=".FALSE." --> 
     58      <axis id="depthu" long_name="Vertical U levels" unit="m"  /><!-- positive=".FALSE." --> 
     59      <axis id="depthv" long_name="Vertical V levels" unit="m"  /><!-- positive=".FALSE." --> 
     60      <axis id="depthw" long_name="Vertical W levels" unit="m"  /><!-- positive=".FALSE." --> 
     61      <axis id="nfloat" long_name="Float number"      unit="-" /> 
     62   </axis_definition>  
    39263     
    393     <grid_definition> 
    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> 
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    54470 
    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> 
     71  <context id="xios"> 
    54972 
    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  
    558       <grid id="scalarpoint" description="scalar" > 
    559    <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    560       </grid> 
    561  
    562     </grid_definition>     
    563      
     73      <variable_definition> 
     74    
     75     <!--  
     76        We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) 
     77--> 
     78     <variable id="buffer_size"               type="integer">10000000</variable> 
     79     <variable id="buffer_server_factor_size" type="integer">2</variable> 
     80     <variable id="info_level"                type="integer">0</variable> 
     81     <variable id="using_server"              type="boolean">true</variable> 
     82     <variable id="using_oasis"               type="boolean">false</variable> 
     83     <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
     84    
     85      </variable_definition> 
     86                
    56487  </context> 
    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 --> 
    577  
    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  
     88   
    113089</simulation> 
Note: See TracChangeset for help on using the changeset viewer.