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 – NEMO

Changeset 3695


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
Files:
31 added
16 deleted
27 edited

Legend:

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

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

    r3110 r3695  
    1  bld::tool::fppkeys  key_bdy key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi 
     1 bld::tool::fppkeys  key_bdy key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi key_iomput 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/iodef.xml

    r3631 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$ --> 
    7  
     7     
    88    <!--  
    99============================================================================================================ 
     
    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="saltflx"      description="Downward salt flux"                                          unit="PSU/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="qhc_oce"      description="Downward Heat Content of E-P over open ocean"                 unit="W/m2"     /> 
    79    <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     /> 
    80  
    81    <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        /> 
    82  
    83    <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    84    <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    85    <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    86    <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
    87     
    88    <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    89    <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    90     
    91    <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    92    <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
    93    <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    94     
    95    <field id="ice_pres"     description="Ice presence"                                                 unit="-"        /> 
    96    <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     /> 
    97    <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />       
    98    <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    99    <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
    100     
    101    <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    102    <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    103     
    104    <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    105    <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    106  
    107         <!-- available if not defined key_vvl --> 
    108         <field id="emp_x_sst"      description="Concentration/Dilution term on SST"                         unit="kgC/m2/s" /> 
    109         <field id="emp_x_sss"      description="Concentration/Dilution term on SSS"                       unit="kgPSU/m2/s" /> 
    110    <!-- available key_coupled --> 
    111    <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  /> 
    112    <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  /> 
    113    <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  /> 
    114    <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        /> 
    115    <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  /> 
    116    <!-- available if key_coupled + conservative method --> 
    117    <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  /> 
    118    <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  /> 
    119    <!-- variables available with key_diaar5 --> 
    120    <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  /> 
    121    <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  /> 
    122    <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  /> 
    123    <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     /> 
    124    <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     /> 
    125    <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     /> 
    126    <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     /> 
    127    <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     /> 
    128    <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     /> 
    129    <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  /> 
    130    <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  /> 
    131    <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  /> 
    132    <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  /> 
    133    <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  /> 
    134  
    135       </group> 
    136  
    137       <!-- U grid --> 
    138        
    139       <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    140    <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" /> 
    141    <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  /> 
    142    <field id="uocetr_eff"     description="Effective ocean transport along i-axis"    unit="m3/s"                 /> 
    143    <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    144    <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
    145    <!-- uoce_eiv: available with key_trabbl --> 
    146    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"  axis_ref="none" /> 
    147    <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" /> 
    148    <!-- variables available with key_diaar5 --> 
    149    <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 /> 
    150    <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" /> 
    151    <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" /> 
    152    <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" /> 
    153      </group> 
    154        
    155       <!-- V grid --> 
    156        
    157       <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    158    <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" /> 
    159    <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  /> 
    160    <field id="vocetr_eff"     description="Effective ocean tra,sport along j-axis"    unit="m3/s"                 /> 
    161    <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    162    <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
    163    <!-- voce_eiv: available with key_trabbl --> 
    164    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s" axis_ref="none"  /> 
    165    <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    166    <!-- variables available with key_diaar5 --> 
    167    <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
    168    <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" /> 
    169    <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" /> 
    170    <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" /> 
    171       </group> 
    172        
    173       <!-- W grid --> 
    174        
    175       <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    176    <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    177    <field id="wocetr_eff"     description="effective ocean vertical transport"          unit="m3/s"                 /> 
    178    <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    179    <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    180    <!-- woce_eiv: available with key_trabbl_adv --> 
    181    <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    182    <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
    183    <!-- avs: available with key_zdfddm --> 
    184    <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 /> 
    185    <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    186    <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 /> 
    187    <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 /> 
    188    <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    189    <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" /> 
    190    <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" /> 
    191    <!-- avt_tide: available with key_zdftmx --> 
    192    <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 /> 
    193    <!-- variables available with key_diaar5 -->    
    194    <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 /> 
    195    <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               /> 
    196       </group> 
    197            
    198       <!-- scalar --> 
    199        
    200       <!-- variables available with key_diaar5 --> 
    201       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    202    <field id="voltot"     description="global mean volume"                         unit="m3"   /> 
    203    <field id="sshtot"     description="global mean ssh"                            unit="m"    /> 
    204    <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    /> 
    205    <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    /> 
    206    <field id="masstot"    description="global mean mass"                           unit="kg"   /> 
    207    <field id="temptot"    description="global mean temperature"                    unit="degC" /> 
    208    <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    209    <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    210       </group> 
    211  
    212       <!-- variables available with key_float --> 
    213       <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
    214         <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
    215         <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
    216         <field id="traj_dep"   description="floats depth"       unit="m"     /> 
    217         <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
    218         <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
    219         <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
    220         <field id="traj_group" description="floats group"       unit="none"  /> 
    221       </group> 
    222       
    223       <!-- ptrc on T grid --> 
    224  
    225      <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    226        <field id="DIC"      description="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
    227        <field id="Alkalini" description="Total Alkalinity Concentration"           unit="mmol/m3"    /> 
    228        <field id="O2"       description="Oxygen Concentration"                     unit="mmol/m3" /> 
    229        <field id="CaCO3"    description="Calcite Concentration"                    unit="mmol/m3" /> 
    230        <field id="PO4"      description="Phosphate Concentration"                  unit="mmol/m3" /> 
    231        <field id="POC"      description="Small organic carbon Concentration"       unit="mmol/m3" /> 
    232        <field id="Si"       description="Silicate Concentration"                   unit="mmol/m3" /> 
    233        <field id="PHY"      description="Nanophytoplankton Concentration"          unit="mmol/m3" /> 
    234        <field id="ZOO"      description="Microzooplankton Concentration"           unit="mmol/m3" /> 
    235        <field id="DOC"      description="Dissolved organic Concentration"          unit="mmol/m3" /> 
    236        <field id="PHY2"     description="Diatoms Concentration"                    unit="mmol/m3" /> 
    237        <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mmol/m3" /> 
    238        <field id="DSi"      description="Diatoms Silicate Concentration"           unit="mmol/m3" /> 
    239        <field id="Fer"      description="Dissolved Iron Concentration"             unit="mmol/m3" /> 
    240        <field id="BFe"      description="Big iron particles Concentration"         unit="mmol/m3" /> 
    241        <field id="GOC"      description="Big organic carbon Concentration"         unit="mmol/m3" /> 
    242        <field id="SFe"      description="Small iron particles Concentration"       unit="mmol/m3" /> 
    243        <field id="DFe"      description="Diatoms iron  Concentration"              unit="mmol/m3" /> 
    244        <field id="GSi"      description="Sinking biogenic Silicate Concentration"  unit="mmol/m3" /> 
    245        <field id="NFe"      description="Nano iron Concentration"                  unit="mmol/m3" /> 
    246        <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mg/m3" /> 
    247        <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mg/m3" /> 
    248        <field id="NO3"      description="Nitrates Concentration"                   unit="mmol/m3" /> 
    249        <field id="NH4"      description="Ammonium Concentration"                   unit="mmol/m3" /> 
    250      </group> 
    251  
    252       <!-- diad on T grid : variables available with key_diatrc --> 
    253  
    254      <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
    255        <field id="PH"          description="PH"                                       unit="-"          axis_ref="deptht" /> 
    256        <field id="CO3"         description="Bicarbonates"                             unit="mol/m3"     axis_ref="deptht" /> 
    257        <field id="CO3sat"      description="CO3 saturation"                           unit="mol/m3"     axis_ref="deptht" /> 
    258        <field id="PAR"         description="Photosynthetically Available Radiation"   unit="W/m2"       axis_ref="deptht" /> 
    259        <field id="PPPHY"       description="Primary production of nanophyto"          unit="mol/m3/s"   axis_ref="deptht" /> 
    260        <field id="PPPHY2"      description="Primary production of diatoms"            unit="mol/m3/s"   axis_ref="deptht" /> 
    261        <field id="PPNEWN"      description="New Primary production of nanophyto"      unit="mol/m3/s"   axis_ref="deptht" /> 
    262        <field id="PPNEWD"      description="New Primary production of diatoms"        unit="mol/m3/s"   axis_ref="deptht" /> 
    263        <field id="PBSi"        description="Primary production of Si diatoms"         unit="mol/m3/s"   axis_ref="deptht" /> 
    264        <field id="PFeN"        description="Primary production of nano iron"          unit="mol/m3/s"   axis_ref="deptht" /> 
    265        <field id="PFeD"        description="Primary production of diatoms iron"       unit="mol/m3/s"   axis_ref="deptht" /> 
    266        <field id="PCAL"        description="Calcite production"                       unit="mol/m3/s"   axis_ref="deptht" /> 
    267        <field id="DCAL"        description="Calcite dissolution"                      unit="mol/m3/s"   axis_ref="deptht" /> 
    268        <field id="GRAZ"        description="Grazing by zooplankton"                   unit="mol/m3/s"   axis_ref="deptht" /> 
    269        <field id="Mumax"       description="Maximum growth rate"                      unit="s-1"        axis_ref="deptht" /> 
    270        <field id="MuN"         description="Realized growth rate for nanophyto"       unit="s-1"        axis_ref="deptht" /> 
    271        <field id="MuD"         description="Realized growth rate for diatomes"        unit="s-1"        axis_ref="deptht" /> 
    272        <field id="MuNlight"    description="Light limited growth rate for nanophyto"  unit="s-1"        axis_ref="deptht" /> 
    273        <field id="MuDlight"    description="Light limited growth rate for diatomes"   unit="s-1"        axis_ref="deptht" /> 
    274        <field id="LNnut"       description="Nutrient limitation term in Nanophyto"    unit="-"          axis_ref="deptht" /> 
    275        <field id="LDnut"       description="Nutrient limitation term in Diatoms"      unit="-"          axis_ref="deptht" /> 
    276        <field id="LNFe"        description="Iron limitation term in Nanophyto"        unit="-"          axis_ref="deptht" /> 
    277        <field id="LDFe"        description="Iron limitation term in Diatoms"          unit="-"          axis_ref="deptht" /> 
    278        <field id="LNlight"     description="Light limitation term in Nanophyto"       unit="-"          axis_ref="deptht" /> 
    279        <field id="LDlight"     description="Light limitation term in Diatoms"         unit="-"          axis_ref="deptht" /> 
    280        <field id="Nfix"        description="Nitrogen fixation at surface"             unit="mol/m2/s"                     /> 
    281        <field id="EPC100"      description="Export of carbon particles at 100 m"      unit="mol/m2/s"                     /> 
    282        <field id="EPFE100"     description="Export of biogenic iron at 100 m"         unit="mol/m2/s"                     /> 
    283        <field id="EPSI100"     description="Export of Silicate at 100 m"              unit="mol/m2/s"                     /> 
    284        <field id="EPCAL100"    description="Export of Calcite at 100 m"               unit="mol/m2/s"                     /> 
    285        <field id="Cflx"        description="DIC flux"                                 unit="mol/m2/s"                     /> 
    286        <field id="Oflx"        description="Oxygen flux"                              unit="mol/m2/s"                     /> 
    287        <field id="Kg"          description="Gas transfer"                             unit="mol/m2/s/uatm"                /> 
    288        <field id="Dpco2"       description="Delta CO2"                                unit="uatm"                         /> 
    289        <field id="Dpo2"        description="Delta O2"                                 unit="uatm"                         /> 
    290        <field id="Heup"        description="Euphotic layer depth"                     unit="m"                            /> 
    291        <field id="Irondep"     description="Iron deposition"                          unit="mol/m2/s"                     /> 
    292      </group> 
    293         
    294     </field_definition> 
    295      
     14    <field_definition src="./field_def.xml"/> 
    29615    <!--  
    29716============================================================================================================ 
     
    30221    --> 
    30322     
    304     <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> 
    30536 
    306       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    307       </group> 
    308        
    309       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    310       </group> 
    311        
    312       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    313       </group> 
    314        
    315       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    316       </group> 
    317        
    318       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    319       </group> 
    320        
    321       <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 --> 
    32242 
    323     <!--  
    324 ............................................................................................................ 
    325            example of 3 types of 1d files 
    326 ............................................................................................................ 
    327     --> 
    328         <!-- automatic definition of the name based on id="1d_grid_T"  
    329              => this name is used as the radical for all file names of this group 
    330              => add a suffix to be sure that all files names of this group are different   --> 
    331         <group id="1d_grid_T" name="auto" description="ocean T grid variables" > 
    332           <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  --> 
    333           <file id="0n180wT" name_suffix="auto" > 
    334             <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom --> 
    335               <field ref="toce" name="votemper"  /> 
    336               <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid --> 
    337             </group> 
    338           </file> 
    339           <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" --> 
    340           <file id="EqT" name_suffix="auto" > 
    341             <group id="EqT" zoom_ref="EqT" > 
    342               <field ref="toce" name="votemper"  /> 
    343             </group> 
    344           </file> 
    345           <!-- global file with different operations on data   --> 
    346           <file id="global" > 
    347             <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean --> 
    348             <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max --> 
    349           </file> 
    350         </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 --> 
    35147 
    352       </group> 
    353        
    354       <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files --> 
    355       </group> 
    356        
    357       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    358  
    359    <file id="5d_grid_T" name="auto" description="ocean T grid variables" > 
    360      <field ref="toce"         name="votemper"  /> 
    361      <field ref="soce"         name="vosaline"  /> 
    362      <field ref="sst"          name="sosstsst"  /> 
    363      <field ref="sss"          name="sosaline"  /> 
    364      <field ref="ssh"          name="sossheig"  /> 
    365      <field ref="empmr"        name="sowaflup"  /> 
    366      <field ref="qsr"          name="soshfldo"  /> 
    367           <field ref="saltflx"      name="sosfldow"  /> 
    368      <field ref="qt"           name="sohefldo"  /> 
    369      <field ref="mldr10_1"     name="somxl010"  /> 
    370      <field ref="mldkz5"       name="somixhgt"  /> 
    371      <field ref="ice_cover"    name="soicecov"  /> 
    372      <field ref="wspd"         name="sowindsp"  /> 
    373      <field ref="qrp"          name="sohefldp"  /> 
    374      <field ref="erp"          name="sowafldp"  /> 
    375      <field ref="mlddzt"       name="sothedep"  /> 
    376      <field ref="20d"          name="so20chgt"  /> 
    377      <field ref="28d"          name="so28chgt"  /> 
    378      <field ref="hc300"        name="sohtc300"  /> 
    379      <field ref="ist_ipa"      name="soicetem"  /> 
    380      <field ref="icealb_cea"   name="soicealb"  />    
    381    </file> 
    382     
    383    <file id="5d_grid_U" name="auto" description="ocean U grid variables" > 
    384      <field ref="uoce"         name="vozocrtx"  /> 
    385      <field ref="uoce_eiv"     name="vozoeivu"  /> 
    386      <field ref="utau"         name="sozotaux"  /> 
    387    </file> 
    388     
    389    <file id="5d_grid_V" name="auto" description="ocean V grid variables" > 
    390      <field ref="voce"         name="vomecrty"  /> 
    391      <field ref="voce_eiv"     name="vomeeivv"  /> 
    392      <field ref="vtau"         name="sometauy"  /> 
    393    </file> 
    394     
    395    <file id="5d_grid_W" name="auto" description="ocean W grid variables" > 
    396      <field ref="woce"         name="vovecrtz" /> 
    397      <field ref="woce_eiv"     name="voveeivw" /> 
    398      <field ref="avt"          name="votkeavt" /> 
    399      <field ref="avt_evd"      name="votkeevd" /> 
    400      <field ref="avm"          name="votkeavm" /> 
    401      <field ref="avm_evd"      name="votkeevm" /> 
    402      <field ref="avs"          name="voddmavs" /> 
    403      <field ref="aht2d"        name="soleahtw" /> 
    404      <field ref="aht2d_eiv"    name="soleaeiw" /> 
    405    </file> 
    406  
    407  
    408    <file id="5d_icemod" name="auto" description="ice variables" > 
    409      <field ref="ice_pres"                     /> 
    410      <field ref="snowthic_cea" name="isnowthi" /> 
    411      <field ref="icethic_cea"  name="iicethic" /> 
    412      <field ref="iceprod_cea"  name="iiceprod" /> 
    413      <field ref="ist_ipa"      name="iicetemp" /> 
    414      <field ref="ioceflxb"     name="ioceflxb" /> 
    415      <field ref="uice_ipa"     name="iicevelu" /> 
    416      <field ref="vice_ipa"     name="iicevelv" /> 
    417      <field ref="utau_ice"     name="iicestru" /> 
    418      <field ref="vtau_ice"     name="iicestrv" /> 
    419      <field ref="qsr_io_cea"   name="iicesflx" /> 
    420      <field ref="qns_io_cea"   name="iicenflx" /> 
    421      <field ref="snowpre"      name="isnowpre" /> 
    422    </file> 
    423  
    424         <!-- variables available with key_float, instantaneous fields --> 
    425         <file id="floats"  description="floats variables"> 
    426             <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
    427             <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
    428             <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
    429             <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
    430             <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
    431             <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
    432             <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
    433         </file> 
    434  
    435        <file id="5d_diad_T" name="auto" description="additional pisces diagnostics" > 
    436           <field ref="Cflx"     /> 
    437           <field ref="Oflx"     /> 
    438           <field ref="Dpco2"    /> 
    439           <field ref="Dpo2"     /> 
    440           <field ref="Heup"     /> 
    441        </file> 
    442  
    443       </group> 
    444        
    445       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
    446  
    447    <file id="1m_grid_T" name="auto" description="ocean T grid variables" > 
    448      <field ref="sst"          name="sosstsst"  /> 
    449    </file>    
    450  
    451         <file id="1m_ptrc_T" name="auto" description="pisces sms variables" > 
    452           <field ref="DIC"      /> 
    453           <field ref="Alkalini" /> 
    454           <field ref="O2"       /> 
    455           <field ref="NCHL"     /> 
    456           <field ref="DCHL"     /> 
    457           <field ref="DOC"      /> 
    458           <field ref="Fer"      /> 
    459           <field ref="NO3"      /> 
    460        </file> 
    461     
    462       </group> 
    463  
    464       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    465       </group> 
    466  
    467       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    468       </group> 
    469  
    470       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    471       </group> 
    472  
    473       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    474       </group> 
    475  
    476       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    477  
    478         <file id="1y_grid_T" name="auto" description="ocean T grid variables" > 
    479           <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" /> 
    480         </file> 
    481  
    482         <file id="1y_ptrc_T" name="auto" description="pisces sms variables" > 
    483           <field ref="DIC"      /> 
    484           <field ref="Alkalini" /> 
    485           <field ref="O2"       /> 
    486           <field ref="CaCO3"    /> 
    487           <field ref="PO4"      /> 
    488           <field ref="POC"      /> 
    489           <field ref="Si"       /> 
    490           <field ref="PHY"      /> 
    491           <field ref="ZOO"      /> 
    492           <field ref="DOC"      /> 
    493           <field ref="PHY2"     /> 
    494           <field ref="ZOO2"     /> 
    495           <field ref="DSi"      /> 
    496           <field ref="Fer"      /> 
    497           <field ref="BFe"      /> 
    498           <field ref="GOC"      /> 
    499           <field ref="SFe"      /> 
    500           <field ref="DFe"      /> 
    501           <field ref="GSi"      /> 
    502           <field ref="NFe"      /> 
    503           <field ref="NCHL"     /> 
    504           <field ref="DCHL"     /> 
    505           <field ref="NO3"      /> 
    506           <field ref="NH4"      /> 
    507        </file> 
    508  
    509        <file id="1y_diad_T" name="auto" description="additional pisces diagnostics" > 
    510           <field ref="PH"       /> 
    511           <field ref="CO3"      /> 
    512           <field ref="CO3sat"   /> 
    513           <field ref="PAR"      /> 
    514           <field ref="PPPHY"    /> 
    515           <field ref="PPPHY2"   /> 
    516           <field ref="PPNEWN"   /> 
    517           <field ref="PPNEWD"   /> 
    518           <field ref="PBSi"     /> 
    519           <field ref="PFeN"     /> 
    520           <field ref="PFeD"     /> 
    521           <field ref="PCAL"     /> 
    522           <field ref="DCAL"     /> 
    523           <field ref="GRAZ"     /> 
    524           <field ref="Mumax"    /> 
    525           <field ref="MuN"      /> 
    526           <field ref="MuD"      /> 
    527           <field ref="MuNlight" /> 
    528           <field ref="MuDlight" /> 
    529           <field ref="LNnut"    /> 
    530           <field ref="LDnut"    /> 
    531           <field ref="LNFe"     /> 
    532           <field ref="LDFe"     /> 
    533           <field ref="LNlight"  /> 
    534           <field ref="LDlight"  /> 
    535           <field ref="EPC100"   /> 
    536           <field ref="EPFE100"  /> 
    537           <field ref="EPSI100"  /> 
    538           <field ref="EPCAL100" /> 
    539           <field ref="Cflx"     /> 
    540           <field ref="Oflx"     /> 
    541           <field ref="Kg"       /> 
    542           <field ref="Dpco2"    /> 
    543           <field ref="Dpo2"     /> 
    544           <field ref="Heup"     /> 
    545           <field ref="Irondep"  /> 
    546           <field ref="Nfix"     /> 
    547        </file> 
    548  
    549       </group> 
    550  
    551       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    552       </group> 
    553  
    554       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    555       </group> 
    556  
    557       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    558       </group> 
    559  
    560     </file_definition> 
     48   </file_definition> 
    56149     
    56250    <!--  
    56351============================================================================================================ 
    564 =                                           grid definition                                                = 
    565 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    56653============================================================================================================ 
    56754    --> 
    56855     
    569     <axis_definition>   
    570       <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    571       <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    572       <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    573       <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    574       <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    575       <axis id="none" description="axe non defini" unit="none" size="1" /> 
    576     </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>  
    57763     
    578     <grid_definition> 
    579       <grid id="grid_T" description="grid T" > 
    580     <!--   Eq section   --> 
    581         <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    582     <!--   TAO   --> 
    583       <!--   137e   --> 
    584         <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    585         <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    586         <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    587       <!--   147e   --> 
    588         <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    589         <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    590         <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    591       <!--   156e   --> 
    592         <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    593         <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    594         <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    595         <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    596         <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    597         <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    598       <!--   165e   --> 
    599         <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    600         <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    601         <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    602         <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    603         <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    604         <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    605         <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    606       <!--   180w   --> 
    607         <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    608         <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    609         <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    610         <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    611         <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    612         <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    613         <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    614       <!--   170w   --> 
    615         <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    616         <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    617         <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    618         <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    619         <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    620         <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    621         <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    622       <!--   155w   --> 
    623         <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    624         <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    625         <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    626         <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    627         <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    628         <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    629         <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    630       <!--   140w   --> 
    631         <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    632         <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    633         <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    634         <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    635         <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    636         <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    637         <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    638       <!--   125w   --> 
    639         <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    640         <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    641         <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    642         <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    643         <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    644         <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    645         <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    646       <!--   110w   --> 
    647         <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    648         <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    649         <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    650         <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    651         <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    652         <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    653         <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    654       <!--   95w   --> 
    655         <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    656         <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    657         <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    658         <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    659         <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    660         <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    661         <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    662     <!--   RAMA   --> 
    663       <!--   55e   --> 
    664         <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    665         <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    666         <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    667         <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    668         <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    669         <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    670         <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    671         <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    672       <!--   65e   --> 
    673         <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    674       <!--   67e   --> 
    675         <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    676         <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    677         <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    678         <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    679         <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    680         <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    681         <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    682         <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    683         <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    684       <!--   80.5e   --> 
    685         <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    686         <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    687         <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    688         <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    689         <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    690         <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    691         <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    692         <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    693       <!--   90e   --> 
    694         <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    695         <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    696         <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    697         <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    698         <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    699         <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    700         <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    701       <!--   95e   --> 
    702         <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    703         <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    704         <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    705         <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    706     <!--   PIRATA   --> 
    707       <!--   38w-30w   --> 
    708         <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    709         <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    710         <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    711         <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    712         <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    713         <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    714         <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    715         <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    716         <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    717       <!--   23w   --> 
    718         <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    719         <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    720         <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    721         <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    722       <!--   10w   --> 
    723         <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    724         <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    725         <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    726       <!--   0e   --> 
    727         <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    728       </grid> 
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    72970 
    730       <grid id="grid_U" description="grid U" > 
    731     <!--   Eq section   --> 
    732         <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    733       </grid> 
     71  <context id="xios"> 
    73472 
    735       <grid id="grid_V" description="grid V" > 
    736       </grid> 
    737  
    738       <grid id="grid_W" description="grid W" > 
    739     <!--   Eq section   --> 
    740         <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    741       </grid> 
    742  
    743       <grid id="scalarpoint" description="scalar" > 
    744         <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    745       </grid> 
    746  
    747  
    748     </grid_definition>     
    749      
     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                
    75087  </context> 
    75188   
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/AMM12_PISCES/cpp_AMM12_PISCES.fcm

    r3116 r3695  
    1  bld::tool::fppkeys key_top key_pisces key_bdy key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi 
     1 bld::tool::fppkeys key_top key_pisces key_bdy key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi key_iomput 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE/EXP00/iodef.xml

    r3631 r3695  
    11<?xml version="1.0"?> 
    2 <simulation> 
    3    
    4   <context id="nemo">  
     2<simulation>  
     3 
     4 <context id="nemo" time_origin="1900-01-01 00:00:00" > 
    55     
    66    <!-- $id$ --> 
    7  
     7     
    88    <!--  
    99============================================================================================================ 
     
    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="saltflx"      description="Downward salt flux"                                          unit="PSU/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="qhc_oce"      description="Downward Heat Content of E-P over open ocean"                 unit="W/m2"     /> 
    79    <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     /> 
    80  
    81    <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        /> 
    82  
    83    <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    84    <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    85    <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    86    <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
    87     
    88    <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    89    <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    90     
    91    <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    92    <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
    93    <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    94     
    95    <field id="ice_pres"     description="Ice presence"                                                 unit="-"        /> 
    96    <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     /> 
    97    <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />       
    98    <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    99    <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
    100     
    101    <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    102    <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    103     
    104    <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    105    <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    106  
    107         <!-- available if not defined key_vvl --> 
    108         <field id="emp_x_sst"      description="Concentration/Dilution term on SST"                         unit="kgC/m2/s" /> 
    109         <field id="emp_x_sss"      description="Concentration/Dilution term on SSS"                       unit="kgPSU/m2/s" /> 
    110    <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  /> 
    111    <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  /> 
    112    <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  /> 
    113    <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        /> 
    114    <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  /> 
    115    <!-- available if key_coupled + conservative method --> 
    116    <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  /> 
    117    <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  /> 
    118    <!-- variables available with key_diaar5 --> 
    119    <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  /> 
    120    <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  /> 
    121    <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  /> 
    122    <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     /> 
    123    <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     /> 
    124    <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     /> 
    125    <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     /> 
    126    <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     /> 
    127    <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     /> 
    128    <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  /> 
    129    <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  /> 
    130    <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  /> 
    131    <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  /> 
    132    <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  /> 
    133  
    134       </group> 
    135  
    136       <!-- U grid --> 
    137        
    138       <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    139    <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" /> 
    140    <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  /> 
    141    <field id="uocetr_eff"   description="Effective ocean transport along i-axis"      unit="m3/s"                 /> 
    142    <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    143    <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
    144    <!-- uoce_eiv: available with key_trabbl --> 
    145    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  /> 
    146    <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" /> 
    147    <!-- variables available with key_diaar5 --> 
    148    <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 /> 
    149    <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" /> 
    150    <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" /> 
    151    <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" /> 
    152      </group> 
    153        
    154       <!-- V grid --> 
    155        
    156       <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    157    <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" /> 
    158    <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  /> 
    159    <field id="vocetr_eff"   description="Effective ocean transport along j-axis"      unit="m3/s"                 /> 
    160    <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    161    <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
    162    <!-- voce_eiv: available with key_trabbl --> 
    163    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  /> 
    164    <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    165    <!-- variables available with key_diaar5 --> 
    166    <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
    167    <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" /> 
    168    <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" /> 
    169    <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" /> 
    170       </group> 
    171        
    172       <!-- W grid --> 
    173        
    174       <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    175    <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    176    <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 /> 
    177    <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    178    <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    179    <!-- woce_eiv: available with key_trabbl_adv --> 
    180    <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    181    <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
    182    <!-- avs: available with key_zdfddm --> 
    183    <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 /> 
    184    <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    185    <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 /> 
    186    <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 /> 
    187    <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    188    <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" /> 
    189    <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" /> 
    190    <!-- avt_tide: available with key_zdftmx --> 
    191    <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 /> 
    192    <!-- variables available with key_diaar5 -->    
    193    <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 /> 
    194    <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               /> 
    195       </group> 
    196            
    197       <!-- scalar --> 
    198        
    199       <!-- variables available with key_diaar5 --> 
    200       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    201    <field id="voltot"     description="global mean volume"                         unit="m3"   /> 
    202    <field id="sshtot"     description="global mean ssh"                            unit="m"    /> 
    203    <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    /> 
    204    <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    /> 
    205    <field id="masstot"    description="global mean mass"                           unit="kg"   /> 
    206    <field id="temptot"    description="global mean temperature"                    unit="degC" /> 
    207    <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    208    <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    209       </group> 
    210  
    211       <!-- variables available with key_float --> 
    212       <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
    213         <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
    214         <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
    215         <field id="traj_dep"   description="floats depth"       unit="m"     /> 
    216         <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
    217         <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
    218         <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
    219         <field id="traj_group" description="floats group"       unit="none"  /> 
    220       </group> 
    221  
    222  
    223     </field_definition> 
    224  
     14    <field_definition src="./field_def.xml"/> 
    22515    <!--  
    22616============================================================================================================ 
     
    23020============================================================================================================ 
    23121    --> 
    232     <file_definition > 
     22     
     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> 
    23336 
    234       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    235       </group> 
     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       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    238       </group> 
    239  
    240       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    241       </group> 
    242  
    243       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    244       </group> 
    245  
    246       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    247       </group> 
    248  
    249       <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
    250       </group> 
    251  
    252       <group id="2d" output_freq="172800" output_level="10" enabled=".TRUE.">                      <!-- 2d files --> 
    253       </group> 
    254  
    255       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    256       
    257         <file id="5d_grid_T" name="auto" description="ocean T grid variables" > 
    258      <field ref="toce"         name="votemper"  /> 
    259      <field ref="soce"         name="vosaline"  /> 
    260      <field ref="sst"          name="sosstsst"  /> 
    261      <field ref="sss"          name="sosaline"  /> 
    262      <field ref="ssh"          name="sossheig"  /> 
    263      <field ref="empmr"        name="sowaflup"  /> 
    264      <field ref="qsr"          name="soshfldo"  /> 
    265           <field ref="saltflx"      name="sosfldow"  /> 
    266    <!-- available key_coupled --> 
    267      <field ref="qt"           name="sohefldo"  /> 
    268      <field ref="mldr10_1"     name="somxl010"  /> 
    269      <field ref="mldkz5"       name="somixhgt"  /> 
    270      <field ref="wspd"         name="sowindsp"  /> 
    271      <field ref="qrp"          name="sohefldp"  /> 
    272      <field ref="erp"          name="sowafldp"  /> 
    273      <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" /> 
    274      <field ref="mlddzt"       name="sothedep"  /> 
    275      <field ref="20d"          name="so20chgt"  /> 
    276      <field ref="28d"          name="so28chgt"  /> 
    277      <field ref="hc300"        name="sohtc300"  /> 
    278         </file> 
    279  
    280         <file id="5d_grid_U" name="auto" description="ocean U grid variables" > 
    281           <field ref="uoce"         name="vozocrtx"  /> 
    282           <field ref="uoce_eiv"     name="vozoeivu"  /> 
    283           <field ref="utau"         name="sozotaux"  /> 
    284         </file> 
    285  
    286         <file id="5d_grid_V" name="auto" description="ocean V grid variables" > 
    287           <field ref="voce"         name="vomecrty"  />  
    288           <field ref="voce_eiv"     name="vomeeivv"  /> 
    289           <field ref="vtau"         name="sometauy"  />  
    290         </file> 
    291  
    292         <file id="5d_grid_W" name="auto" description="ocean W grid variables" > 
    293           <field ref="woce"         name="vovecrtz" /> 
    294           <field ref="woce_eiv"     name="voveeivw" /> 
    295           <field ref="avt"          name="votkeavt" /> 
    296           <field ref="avt_evd"      name="votkeevd" /> 
    297           <field ref="avm"          name="votkeavm" /> 
    298           <field ref="avm_evd"      name="votkeevm" /> 
    299           <field ref="avs"          name="voddmavs" /> 
    300           <field ref="aht2d"        name="soleahtw" /> 
    301           <field ref="aht2d_eiv"    name="soleaeiw" /> 
    302         </file> 
    303  
    304         <!-- variables available with key_float, instantaneous fields --> 
    305         <file id="floats"  description="floats variables"> 
    306             <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
    307             <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
    308             <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
    309             <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
    310             <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
    311             <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
    312             <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
    313         </file> 
    314  
    315       </group> 
    316  
    317       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
    318       </group> 
    319  
    320       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    321       </group> 
    322  
    323       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    324       </group> 
    325  
    326       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    327       </group> 
    328  
    329       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    330       </group> 
    331  
    332       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    333       </group> 
    334  
    335       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    336       </group> 
    337  
    338       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    339       </group> 
    340  
    341       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    342       </group> 
    343  
     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 --> 
    34447 
    34548   </file_definition> 
    346  
     49     
    34750    <!--  
    34851============================================================================================================ 
    349 =                                           grid definition                                                = 
    350 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    35153============================================================================================================ 
    35254    --> 
     55     
     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>  
     63     
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    35370 
    354   <axis_definition>   
    355      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    356      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    357      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    358      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    359      <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    360      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    361   </axis_definition>  
     71  <context id="xios"> 
    36272 
    363   <grid_definition> 
    364     <grid id="grid_T" description="grid T" /> 
    365     <grid id="grid_U" description="grid U" /> 
    366     <grid id="grid_V" description="grid V" /> 
    367     <grid id="grid_W" description="grid W" /> 
    368     <grid id="scalarpoint" description="scalar" > 
    369       <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    370     </grid> 
    371   </grid_definition>     
    372  
    373 </context> 
    374  
     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                
     87  </context> 
     88   
    37589</simulation> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE/cpp_GYRE.fcm

    r3680 r3695  
    1  bld::tool::fppkeys key_gyre key_dynspg_flt key_ldfslp key_zdftke key_iomput  
     1 bld::tool::fppkeys key_gyre key_dynspg_flt key_ldfslp key_zdftke key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00/iodef.xml

    r3399 r3695  
    11<?xml version="1.0"?> 
    2 <simulation> 
    3    
    4   <context id="nemo">  
     2<simulation>  
     3 
     4 <context id="nemo" time_origin="1900-01-01 00:00:00" > 
    55     
    66    <!-- $id$ --> 
    7  
     7     
    88    <!--  
    99============================================================================================================ 
     
    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_adv --> 
    142    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  /> 
    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_adv --> 
    160    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  /> 
    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       <!-- ptrc on T grid --> 
    209  
    210      <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    211        <field id="DET"      description="Detritus"                                      unit="mmole-N/m3" /> 
    212        <field id="ZOO"      description="Zooplankton Concentration"                     unit="mmole-N/m3" /> 
    213        <field id="PHY"      description="Phytoplankton Concentration"                   unit="mmole-N/m3" /> 
    214        <field id="NO3"      description="Nitrate Concentration"                         unit="mmole-N/m3" /> 
    215        <field id="NH4"      description="Ammonium Concentration"                        unit="mmole-N/m3" /> 
    216        <field id="DOM"      description="Dissolved Organic Matter"                      unit="mmole-N/m3" /> 
    217      </group> 
    218  
    219      <!-- diad on T grid --> 
    220  
    221      <group id="diad_T" axis_ref="none" grid_ref="grid_T">   
    222        <field id="FNO3PHY"  description="FNO3PHY"                             unit="-"  axis_ref="deptht" />  
    223        <field id="FNH4PHY"  description="FNH4PHY"                             unit="-"  axis_ref="deptht" />  
    224        <field id="FNH4NO3"  description="FNH4NO3"                             unit="-"  axis_ref="deptht" />  
    225        <field id="TNO3PHY"  description="TNO3PHY"                             unit="-"  />  
    226        <field id="TNH4PHY"  description="TNH4PHY"                             unit="-"  />  
    227        <field id="TPHYDOM"  description="TPHYDOM"                             unit="-"  />  
    228        <field id="TPHYNH4"  description="TPHYNH4"                             unit="-"  />  
    229        <field id="TPHYZOO"  description="TPHYZOO"                             unit="-"  />  
    230        <field id="TPHYDET"  description="TPHYDET"                             unit="-"  />  
    231        <field id="TDETZOO"  description="TDETZOO"                             unit="-"  />  
    232        <field id="TDETSED"  description="TDETSED"                             unit="-"  />  
    233        <field id="TZOODET"  description="TZOODET"                             unit="-"  />  
    234        <field id="TZOOBOD"  description="TZOOBOD"                             unit="-"  />  
    235        <field id="TZOONH4"  description="TZOONH4"                             unit="-"  />  
    236        <field id="TZOODOM"  description="TZOODOM"                             unit="-"  />  
    237        <field id="TNH4NO3"  description="TNH4NO3"                             unit="-"  />  
    238        <field id="TDOMNH4"  description="TDOMNH4"                             unit="-"  />  
    239        <field id="TDETNH4"  description="TDETNH4"                             unit="-"  />  
    240        <field id="TPHYTOT"  description="TPHYTOT"                             unit="-"  />  
    241        <field id="TZOOTOT"  description="TZOOTOT"                             unit="-"  />  
    242        <field id="TDETDOM"  description="TDETDOM"                             unit="-"  />  
    243        <field id="SEDPOC"   description="SEDPOC"                              unit="-"  />  
    244      </group> 
    245  
    246   </field_definition> 
    247  
     14    <field_definition src="./field_def.xml"/> 
    24815    <!--  
    24916============================================================================================================ 
     
    25320============================================================================================================ 
    25421    --> 
     22     
     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> 
    25536 
    256   <file_definition output_level="10" enabled=".TRUE."> 
     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 --> 
    25742 
     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 --> 
    25847 
    259       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    260       </group> 
    261  
    262       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    263       </group> 
    264  
    265       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    266       </group> 
    267  
    268       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    269       </group> 
    270  
    271       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    272       </group> 
    273  
    274       <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
    275       </group> 
    276  
    277       <group id="2d" output_freq="172800" output_level="10" enabled=".TRUE.">                      <!-- 2d files --> 
    278       </group> 
    279  
    280       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    281  
    282         <file id="5d_grid_T" name="auto" description="ocean T grid variables" > 
    283           <field ref="toce"         name="votemper"  /> 
    284           <field ref="soce"         name="vosaline"  /> 
    285           <field ref="sst"          name="sosstsst"  /> 
    286           <field ref="sss"          name="sosaline"  /> 
    287           <field ref="ssh"          name="sossheig"  /> 
    288           <field ref="empmr"        name="sowaflup"  /> 
    289           <field ref="qsr"          name="soshfldo"  /> 
    290           <field ref="empsmr"       name="sowaflcd"  /> 
    291           <field ref="qt"           name="sohefldo"  /> 
    292           <field ref="mldr10_1"     name="somxl010"  /> 
    293           <field ref="mldkz5"       name="somixhgt"  /> 
    294           <field ref="wspd"         name="sowindsp"  /> 
    295           <field ref="qrp"          name="sohefldp"  /> 
    296           <field ref="erp"          name="sowafldp"  /> 
    297           <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" /> 
    298           <field ref="mlddzt"       name="sothedep"  /> 
    299           <field ref="20d"          name="so20chgt"  /> 
    300           <field ref="28d"          name="so28chgt"  /> 
    301           <field ref="hc300"        name="sohtc300"  /> 
    302         </file> 
    303  
    304         <file id="5d_grid_U" name="auto" description="ocean U grid variables" > 
    305           <field ref="uoce"         name="vozocrtx"  /> 
    306           <field ref="uoce_eiv"     name="vozoeivu"  /> 
    307           <field ref="utau"         name="sozotaux"  /> 
    308         </file> 
    309  
    310         <file id="5d_grid_V" name="auto" description="ocean V grid variables" > 
    311           <field ref="voce"         name="vomecrty"  /> 
    312           <field ref="voce_eiv"     name="vomeeivv"  /> 
    313           <field ref="vtau"         name="sometauy"  /> 
    314         </file> 
    315  
    316         <file id="5d_grid_W" name="auto" description="ocean W grid variables" > 
    317           <field ref="woce"         name="vovecrtz" /> 
    318           <field ref="woce_eiv"     name="voveeivw" /> 
    319           <field ref="avt"          name="votkeavt" /> 
    320           <field ref="avt_evd"      name="votkeevd" /> 
    321           <field ref="avm"          name="votkeavm" /> 
    322           <field ref="avm_evd"      name="votkeevm" /> 
    323           <field ref="avs"          name="voddmavs" /> 
    324           <field ref="aht2d"        name="soleahtw" /> 
    325           <field ref="aht2d_eiv"    name="soleaeiw" /> 
    326         </file> 
    327    
    328        <file id="5d_ptrc_T" name="auto" description="lobster sms variables" > 
    329          <field ref="DET"      /> 
    330          <field ref="ZOO"      /> 
    331          <field ref="PHY"      /> 
    332          <field ref="NO3"      /> 
    333          <field ref="NH4"      /> 
    334          <field ref="DOM"      /> 
    335        </file> 
    336  
    337        <file id="5d_diad_T" name="auto" description="additional lobster diagnostics" >   
    338          <field ref="FNO3PHY"   />  
    339          <field ref="FNH4PHY"   />  
    340          <field ref="FNH4NO3"   />  
    341          <field ref="TNO3PHY"   />  
    342          <field ref="TNH4PHY"   />  
    343          <field ref="TPHYDOM"   />  
    344          <field ref="TPHYNH4"   />  
    345          <field ref="TPHYZOO"   />  
    346          <field ref="TPHYDET"   />  
    347          <field ref="TDETZOO"   />  
    348          <field ref="TDETSED"   />  
    349          <field ref="TZOODET"   />  
    350          <field ref="TZOOBOD"   />  
    351          <field ref="TZOONH4"   />  
    352          <field ref="TZOODOM"   />  
    353          <field ref="TNH4NO3"   />  
    354          <field ref="TDOMNH4"   />  
    355          <field ref="TDETNH4"   />  
    356          <field ref="TPHYTOT"   />  
    357          <field ref="TZOOTOT"   />  
    358          <field ref="TDETDOM"   />  
    359          <field ref="SEDPOC"    />  
    360        </file> 
    361  
    362       </group> 
    363  
    364       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
    365       </group> 
    366  
    367       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    368       </group> 
    369  
    370       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    371       </group> 
    372  
    373       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    374       </group> 
    375  
    376       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    377       </group> 
    378  
    379       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    380       </group> 
    381  
    382       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    383       </group> 
    384  
    385       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    386       </group> 
    387  
    388       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    389       </group> 
    390  
    391   
    392   </file_definition> 
    393  
     48   </file_definition> 
     49     
    39450    <!--  
    39551============================================================================================================ 
    396 =                                           grid definition                                                = 
    397 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    39853============================================================================================================ 
    39954    --> 
     55     
     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>  
     63     
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    40070 
    401   <axis_definition>   
    402      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    403      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    404      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    405      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    406      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    407   </axis_definition>  
     71  <context id="xios"> 
    40872 
    409   <grid_definition> 
    410     <grid id="grid_T" description="grid T" /> 
    411     <grid id="grid_U" description="grid U" /> 
    412     <grid id="grid_V" description="grid V" /> 
    413     <grid id="grid_W" description="grid W" /> 
    414     <grid id="scalarpoint" description="scalar" > 
    415       <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    416     </grid> 
    417   </grid_definition>     
    418  
    419 </context> 
    420  
     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                
     87  </context> 
     88   
    42189</simulation> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/cpp_GYRE_BFM.fcm

    r3399 r3695  
    1 bld::tool::fppkeys  key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_top key_my_trc key_mpp_mpi 
     1bld::tool::fppkeys  key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_top key_my_trc key_mpp_mpi key_iomput 
    22inc $BFMDIR/src/nemo/bfm.fcm 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/iodef.xml

    r3464 r3695  
    11<?xml version="1.0"?> 
    2 <simulation> 
    3    
    4   <context id="nemo">  
     2<simulation>  
     3 
     4 <context id="nemo" time_origin="1900-01-01 00:00:00" > 
    55     
    66    <!-- $id$ --> 
    7  
     7     
    88    <!--  
    99============================================================================================================ 
     
    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_adv --> 
    142    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  /> 
    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_adv --> 
    160    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  /> 
    161    <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    162    <!-- variables available with key_diaar5 --> 
    163    <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
    164    <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" /> 
    165    <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" /> 
    166    <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" /> 
    167       </group> 
    168        
    169       <!-- W grid --> 
    170        
    171       <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    172    <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    173    <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 /> 
    174    <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    175    <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    176    <!-- woce_eiv: available with key_trabbl_adv --> 
    177    <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    178    <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
    179    <!-- avs: available with key_zdfddm --> 
    180    <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 /> 
    181    <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    182    <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 /> 
    183    <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 /> 
    184    <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    185    <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" /> 
    186    <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" /> 
    187    <!-- avt_tide: available with key_zdftmx --> 
    188    <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 /> 
    189    <!-- variables available with key_diaar5 -->    
    190    <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 /> 
    191    <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               /> 
    192       </group> 
    193            
    194       <!-- scalar --> 
    195        
    196       <!-- variables available with key_diaar5 --> 
    197       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    198    <field id="voltot"     description="global mean volume"                         unit="m3"   /> 
    199    <field id="sshtot"     description="global mean ssh"                            unit="m"    /> 
    200    <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    /> 
    201    <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    /> 
    202    <field id="masstot"    description="global mean mass"                           unit="kg"   /> 
    203    <field id="temptot"    description="global mean temperature"                    unit="degC" /> 
    204    <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    205    <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    206       </group> 
    207  
    208       <!-- variables available with key_float --> 
    209       <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
    210         <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
    211         <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
    212         <field id="traj_dep"   description="floats depth"       unit="m"     /> 
    213         <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
    214         <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
    215         <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
    216         <field id="traj_group" description="floats group"       unit="none"  /> 
    217       </group> 
    218  
    219  
    220       <!-- ptrc on T grid --> 
    221  
    222      <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    223        <field id="DET"      description="Detritus"                                      unit="mmole-N/m3" /> 
    224        <field id="ZOO"      description="Zooplankton Concentration"                     unit="mmole-N/m3" /> 
    225        <field id="PHY"      description="Phytoplankton Concentration"                   unit="mmole-N/m3" /> 
    226        <field id="NO3"      description="Nitrate Concentration"                         unit="mmole-N/m3" /> 
    227        <field id="NH4"      description="Ammonium Concentration"                        unit="mmole-N/m3" /> 
    228        <field id="DOM"      description="Dissolved Organic Matter"                      unit="mmole-N/m3" /> 
    229      </group> 
    230  
    231      <!-- diad on T grid --> 
    232  
    233      <group id="diad_T" axis_ref="none" grid_ref="grid_T">   
    234        <field id="FNO3PHY"  description="FNO3PHY"                             unit="-"  axis_ref="deptht" />  
    235        <field id="FNH4PHY"  description="FNH4PHY"                             unit="-"  axis_ref="deptht" />  
    236        <field id="FNH4NO3"  description="FNH4NO3"                             unit="-"  axis_ref="deptht" />  
    237        <field id="TNO3PHY"  description="TNO3PHY"                             unit="-"  />  
    238        <field id="TNH4PHY"  description="TNH4PHY"                             unit="-"  />  
    239        <field id="TPHYDOM"  description="TPHYDOM"                             unit="-"  />  
    240        <field id="TPHYNH4"  description="TPHYNH4"                             unit="-"  />  
    241        <field id="TPHYZOO"  description="TPHYZOO"                             unit="-"  />  
    242        <field id="TPHYDET"  description="TPHYDET"                             unit="-"  />  
    243        <field id="TDETZOO"  description="TDETZOO"                             unit="-"  />  
    244        <field id="TDETSED"  description="TDETSED"                             unit="-"  />  
    245        <field id="TZOODET"  description="TZOODET"                             unit="-"  />  
    246        <field id="TZOOBOD"  description="TZOOBOD"                             unit="-"  />  
    247        <field id="TZOONH4"  description="TZOONH4"                             unit="-"  />  
    248        <field id="TZOODOM"  description="TZOODOM"                             unit="-"  />  
    249        <field id="TNH4NO3"  description="TNH4NO3"                             unit="-"  />  
    250        <field id="TDOMNH4"  description="TDOMNH4"                             unit="-"  />  
    251        <field id="TDETNH4"  description="TDETNH4"                             unit="-"  />  
    252        <field id="TPHYTOT"  description="TPHYTOT"                             unit="-"  />  
    253        <field id="TZOOTOT"  description="TZOOTOT"                             unit="-"  />  
    254        <field id="TDETDOM"  description="TDETDOM"                             unit="-"  />  
    255        <field id="SEDPOC"   description="SEDPOC"                              unit="-"  />  
    256      </group> 
    257  
    258   </field_definition> 
    259  
     14    <field_definition src="./field_def.xml"/> 
    26015    <!--  
    26116============================================================================================================ 
     
    26520============================================================================================================ 
    26621    --> 
     22     
     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> 
    26736 
    268   <file_definition output_level="10" enabled=".TRUE."> 
     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 --> 
    26942 
     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 --> 
    27047 
    271       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    272       </group> 
    273  
    274       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    275       </group> 
    276  
    277       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    278       </group> 
    279  
    280       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    281       </group> 
    282  
    283       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    284       </group> 
    285  
    286       <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
    287       </group> 
    288  
    289       <group id="2d" output_freq="172800" output_level="10" enabled=".TRUE.">                      <!-- 2d files --> 
    290       </group> 
    291  
    292       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    293  
    294         <file id="5d_grid_T" name="auto" description="ocean T grid variables" > 
    295           <field ref="toce"         name="votemper"  /> 
    296           <field ref="soce"         name="vosaline"  /> 
    297           <field ref="sst"          name="sosstsst"  /> 
    298           <field ref="sss"          name="sosaline"  /> 
    299           <field ref="ssh"          name="sossheig"  /> 
    300           <field ref="empmr"        name="sowaflup"  /> 
    301           <field ref="qsr"          name="soshfldo"  /> 
    302           <field ref="empsmr"       name="sowaflcd"  /> 
    303           <field ref="qt"           name="sohefldo"  /> 
    304           <field ref="mldr10_1"     name="somxl010"  /> 
    305           <field ref="mldkz5"       name="somixhgt"  /> 
    306           <field ref="wspd"         name="sowindsp"  /> 
    307           <field ref="qrp"          name="sohefldp"  /> 
    308           <field ref="erp"          name="sowafldp"  /> 
    309           <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" /> 
    310           <field ref="mlddzt"       name="sothedep"  /> 
    311           <field ref="20d"          name="so20chgt"  /> 
    312           <field ref="28d"          name="so28chgt"  /> 
    313           <field ref="hc300"        name="sohtc300"  /> 
    314         </file> 
    315  
    316         <file id="5d_grid_U" name="auto" description="ocean U grid variables" > 
    317           <field ref="uoce"         name="vozocrtx"  /> 
    318           <field ref="uoce_eiv"     name="vozoeivu"  /> 
    319           <field ref="utau"         name="sozotaux"  /> 
    320         </file> 
    321  
    322         <file id="5d_grid_V" name="auto" description="ocean V grid variables" > 
    323           <field ref="voce"         name="vomecrty"  /> 
    324           <field ref="voce_eiv"     name="vomeeivv"  /> 
    325           <field ref="vtau"         name="sometauy"  /> 
    326         </file> 
    327  
    328         <file id="5d_grid_W" name="auto" description="ocean W grid variables" > 
    329           <field ref="woce"         name="vovecrtz" /> 
    330           <field ref="woce_eiv"     name="voveeivw" /> 
    331           <field ref="avt"          name="votkeavt" /> 
    332           <field ref="avt_evd"      name="votkeevd" /> 
    333           <field ref="avm"          name="votkeavm" /> 
    334           <field ref="avm_evd"      name="votkeevm" /> 
    335           <field ref="avs"          name="voddmavs" /> 
    336           <field ref="aht2d"        name="soleahtw" /> 
    337           <field ref="aht2d_eiv"    name="soleaeiw" /> 
    338         </file> 
    339   
    340        <!-- variables available with key_float, instantaneous fields --> 
    341         <file id="floats"  description="floats variables"> 
    342             <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
    343             <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
    344             <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
    345             <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
    346             <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
    347             <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
    348             <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
    349         </file> 
    350  
    351        <file id="5d_ptrc_T" name="auto" description="lobster sms variables" > 
    352          <field ref="DET"      /> 
    353          <field ref="ZOO"      /> 
    354          <field ref="PHY"      /> 
    355          <field ref="NO3"      /> 
    356          <field ref="NH4"      /> 
    357          <field ref="DOM"      /> 
    358        </file> 
    359  
    360        <file id="5d_diad_T" name="auto" description="additional lobster diagnostics" >   
    361          <field ref="FNO3PHY"   />  
    362          <field ref="FNH4PHY"   />  
    363          <field ref="FNH4NO3"   />  
    364          <field ref="TNO3PHY"   />  
    365          <field ref="TNH4PHY"   />  
    366          <field ref="TPHYDOM"   />  
    367          <field ref="TPHYNH4"   />  
    368          <field ref="TPHYZOO"   />  
    369          <field ref="TPHYDET"   />  
    370          <field ref="TDETZOO"   />  
    371          <field ref="TDETSED"   />  
    372          <field ref="TZOODET"   />  
    373          <field ref="TZOOBOD"   />  
    374          <field ref="TZOONH4"   />  
    375          <field ref="TZOODOM"   />  
    376          <field ref="TNH4NO3"   />  
    377          <field ref="TDOMNH4"   />  
    378          <field ref="TDETNH4"   />  
    379          <field ref="TPHYTOT"   />  
    380          <field ref="TZOOTOT"   />  
    381          <field ref="TDETDOM"   />  
    382          <field ref="SEDPOC"    />  
    383        </file> 
    384  
    385       </group> 
    386  
    387       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
    388       </group> 
    389  
    390       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    391       </group> 
    392  
    393       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    394       </group> 
    395  
    396       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    397       </group> 
    398  
    399       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    400       </group> 
    401  
    402       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    403       </group> 
    404  
    405       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    406       </group> 
    407  
    408       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    409       </group> 
    410  
    411       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    412       </group> 
    413  
    414   
    415   </file_definition> 
    416  
     48   </file_definition> 
     49     
    41750    <!--  
    41851============================================================================================================ 
    419 =                                           grid definition                                                = 
    420 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    42153============================================================================================================ 
    42254    --> 
     55     
     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>  
     63     
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    42370 
    424   <axis_definition>   
    425      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    426      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    427      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    428      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    429      <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    430      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    431   </axis_definition>  
     71  <context id="xios"> 
    43272 
    433   <grid_definition> 
    434     <grid id="grid_T" description="grid T" /> 
    435     <grid id="grid_U" description="grid U" /> 
    436     <grid id="grid_V" description="grid V" /> 
    437     <grid id="grid_W" description="grid W" /> 
    438     <grid id="scalarpoint" description="scalar" > 
    439       <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    440     </grid> 
    441   </grid_definition>     
    442  
    443 </context> 
    444  
     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                
     87  </context> 
     88   
    44589</simulation> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_PISCES/cpp_GYRE_PISCES.fcm

    r3464 r3695  
    1 bld::tool::fppkeys  key_gyre key_dynspg_flt key_ldfslp key_zdftke key_top key_pisces_reduced key_iomput  
     1bld::tool::fppkeys  key_gyre key_dynspg_flt key_ldfslp key_zdftke key_top key_pisces_reduced key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

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

    r3294 r3695  
    1  bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput  
     1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/iodef.xml

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

    r3567 r3695  
    1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_top key_cfc key_c14b key_iomput 
     1bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_top key_cfc key_c14b key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r3680 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$ --> 
    7  
     7     
    88    <!--  
    99============================================================================================================ 
     
    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="saltflx"      description="Downward salt flux"                                          unit="PSU/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="qhc_oce"      description="Downward Heat Content of E-P over open ocean"                 unit="W/m2"     /> 
    79    <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     /> 
    80  
    81    <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        /> 
    82  
    83    <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    84    <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    85    <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    86    <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
    87     
    88    <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    89    <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    90     
    91    <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        /> 
    92    <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        /> 
    93    <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      /> 
    94     
    95    <field id="ice_pres"     description="Ice presence"                                                 unit="-"        /> 
    96    <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     /> 
    97    <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />       
    98    <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    99    <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
    100     
    101    <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    102    <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    103     
    104    <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    105    <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    106  
    107         <!-- available if not defined key_vvl --> 
    108         <field id="emp_x_sst"      description="Concentration/Dilution term on SST"                         unit="kgC/m2/s" /> 
    109         <field id="emp_x_sss"      description="Concentration/Dilution term on SSS"                       unit="kgPSU/m2/s" /> 
    110    <!-- available key_coupled --> 
    111    <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  /> 
    112    <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  /> 
    113    <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  /> 
    114    <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        /> 
    115    <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  /> 
    116    <!-- available if key_coupled + conservative method --> 
    117    <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  /> 
    118    <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  /> 
    119    <!-- variables available with key_diaar5 --> 
    120    <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  /> 
    121    <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  /> 
    122    <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  /> 
    123    <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     /> 
    124    <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     /> 
    125    <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     /> 
    126    <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     /> 
    127    <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     /> 
    128    <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     /> 
    129    <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  /> 
    130    <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  /> 
    131    <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  /> 
    132    <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  /> 
    133    <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  /> 
    134  
    135       </group> 
    136  
    137       <!-- U grid --> 
    138        
    139       <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    140    <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" /> 
    141    <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  /> 
    142    <field id="uocetr_eff"     description="Effective ocean transport along i-axis"    unit="m3/s"                 /> 
    143    <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    144    <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
    145    <!-- uoce_eiv: available with key_trabbl --> 
    146    <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"  axis_ref="none" /> 
    147    <field id="ahu_bbl"      description="BBL diffusive flux along i-axis"             unit="m3/s" axis_ref="none" /> 
    148    <!-- variables available with key_diaar5 --> 
    149    <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 /> 
    150    <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" /> 
    151    <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" /> 
    152    <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" /> 
    153      </group> 
    154        
    155       <!-- V grid --> 
    156        
    157       <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    158    <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" /> 
    159    <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  /> 
    160    <field id="vocetr_eff"     description="Effective ocean tra,sport along j-axis"    unit="m3/s"                 /> 
    161    <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    162    <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
    163    <!-- voce_eiv: available with key_trabbl --> 
    164    <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s" axis_ref="none"  /> 
    165    <field id="ahv_bbl"      description="BBL diffusive flux along j-axis"             unit="m3/s" axis_ref="none" /> 
    166    <!-- variables available with key_diaar5 --> 
    167    <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 /> 
    168    <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" /> 
    169    <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" /> 
    170    <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" /> 
    171       </group> 
    172        
    173       <!-- W grid --> 
    174        
    175       <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    176    <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    177    <field id="wocetr_eff"     description="effective ocean vertical transport"          unit="m3/s"                 /> 
    178    <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    179    <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
    180    <!-- woce_eiv: available with key_trabbl_adv --> 
    181    <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 /> 
    182    <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 /> 
    183    <!-- avs: available with key_zdfddm --> 
    184    <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 /> 
    185    <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    186    <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 /> 
    187    <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 /> 
    188    <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    189    <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" /> 
    190    <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" /> 
    191    <!-- avt_tide: available with key_zdftmx --> 
    192    <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 /> 
    193    <!-- variables available with key_diaar5 -->    
    194    <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 /> 
    195    <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               /> 
    196       </group> 
    197            
    198       <!-- scalar --> 
    199        
    200       <!-- variables available with key_diaar5 --> 
    201       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    202    <field id="voltot"     description="global mean volume"                         unit="m3"   /> 
    203    <field id="sshtot"     description="global mean ssh"                            unit="m"    /> 
    204    <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    /> 
    205    <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    /> 
    206    <field id="masstot"    description="global mean mass"                           unit="kg"   /> 
    207    <field id="temptot"    description="global mean temperature"                    unit="degC" /> 
    208    <field id="saltot"     description="global mean salinity"                       unit="psu"  /> 
    209    <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    210       </group> 
    211  
    212       <!-- variables available with key_float --> 
    213       <group id="floatvar" axis_ref="nfloat" grid_ref="scalarpoint" zoom_ref="1point"> 
    214         <field id="traj_lon"   description="floats longitude"   unit="deg"  operation="inst(X)" /> 
    215         <field id="traj_lat"   description="floats latitude"    unit="deg"   /> 
    216         <field id="traj_dep"   description="floats depth"       unit="m"     /> 
    217         <field id="traj_temp"  description="floats temperature" unit="degC"  /> 
    218         <field id="traj_salt"  description="floats salinity"    unit="psu"   /> 
    219         <field id="traj_dens"  description="floats density"     unit="kg/m3" /> 
    220         <field id="traj_group" description="floats group"       unit="none"  /> 
    221       </group> 
    222       
    223       <!-- ptrc on T grid --> 
    224  
    225      <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    226        <field id="DIC"      description="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
    227        <field id="Alkalini" description="Total Alkalinity Concentration"           unit="mmol/m3" /> 
    228        <field id="O2"       description="Oxygen Concentration"                     unit="mmol/m3" /> 
    229        <field id="CaCO3"    description="Calcite Concentration"                    unit="mmol/m3" /> 
    230        <field id="PO4"      description="Phosphate Concentration"                  unit="mmol/m3" /> 
    231        <field id="POC"      description="Small organic carbon Concentration"       unit="mmol/m3" /> 
    232        <field id="Si"       description="Silicate Concentration"                   unit="mmol/m3" /> 
    233        <field id="PHY"      description="Nanophytoplankton Concentration"          unit="mmol/m3" /> 
    234        <field id="ZOO"      description="Microzooplankton Concentration"           unit="mmol/m3" /> 
    235        <field id="DOC"      description="Dissolved organic Concentration"          unit="mmol/m3" /> 
    236        <field id="PHY2"     description="Diatoms Concentration"                    unit="mmol/m3" /> 
    237        <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mmol/m3" /> 
    238        <field id="DSi"      description="Diatoms Silicate Concentration"           unit="mmol/m3" /> 
    239        <field id="Fer"      description="Dissolved Iron Concentration"             unit="mmol/m3" /> 
    240        <field id="BFe"      description="Big iron particles Concentration"         unit="mmol/m3" /> 
    241        <field id="GOC"      description="Big organic carbon Concentration"         unit="mmol/m3" /> 
    242        <field id="SFe"      description="Small iron particles Concentration"       unit="mmol/m3" /> 
    243        <field id="DFe"      description="Diatoms iron  Concentration"              unit="mmol/m3" /> 
    244        <field id="GSi"      description="Sinking biogenic Silicate Concentration"  unit="mmol/m3" /> 
    245        <field id="NFe"      description="Nano iron Concentration"                  unit="mmol/m3" /> 
    246        <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mg/m3"   /> 
    247        <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mg/m3"   /> 
    248        <field id="NO3"      description="Nitrates Concentration"                   unit="mmol/m3" /> 
    249        <field id="NH4"      description="Ammonium Concentration"                   unit="mmol/m3" /> 
    250      </group> 
    251  
    252       <!-- diad on T grid : variables available with key_diatrc --> 
    253  
    254      <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
    255        <field id="PH"          description="PH"                                      unit="-"          axis_ref="deptht" /> 
    256        <field id="CO3"         description="Bicarbonates"                            unit="mol/m3"     axis_ref="deptht" /> 
    257        <field id="CO3sat"      description="CO3 saturation"                          unit="mol/m3"     axis_ref="deptht" /> 
    258        <field id="PAR"         description="Photosynthetically Available Radiation"  unit="W/m2"       axis_ref="deptht" /> 
    259        <field id="PPPHY"       description="Primary production of nanophyto"         unit="molC/m3/s"  axis_ref="deptht" /> 
    260        <field id="PPPHY2"      description="Primary production of diatoms"           unit="molC/m3/s"  axis_ref="deptht" /> 
    261        <field id="PPNEWN"      description="New Primary production of nanophyto"     unit="molC/m3/s"  axis_ref="deptht" /> 
    262        <field id="PPNEWD"      description="New Primary production of diatoms"       unit="molC/m3/s"  axis_ref="deptht" /> 
    263        <field id="PBSi"        description="Primary production of Si diatoms"        unit="molSi/m3/s" axis_ref="deptht" /> 
    264        <field id="PFeN"        description="Primary production of nano iron"         unit="molFe/m3/s" axis_ref="deptht" /> 
    265        <field id="PFeD"        description="Primary production of diatoms iron"      unit="molFe/m3/s" axis_ref="deptht" /> 
    266        <field id="xfracal"     description="Calcifying fraction"                     unit="-"          axis_ref="deptht" /> 
    267        <field id="PCAL"        description="Calcite production"                      unit="molC/m3/s"  axis_ref="deptht" /> 
    268        <field id="DCAL"        description="Calcite dissolution"                     unit="molC/m3/s"  axis_ref="deptht" /> 
    269        <field id="GRAZ1"       description="Grazing by microzooplankton"             unit="molC/m3/s"  axis_ref="deptht" /> 
    270        <field id="GRAZ2"       description="Grazing by mesozooplankton"              unit="molC/m3/s"  axis_ref="deptht" /> 
    271        <field id="REMIN"       description="Oxic remineralization of OM"             unit="molC/m3/s"  axis_ref="deptht" /> 
    272        <field id="DENIT"       description="Anoxic remineralization of OM"           unit="molC/m3/s"  axis_ref="deptht" /> 
    273        <field id="Nfix"        description="Nitrogen fixation"                       unit="molN/m3/s"  axis_ref="deptht" /> 
    274        <field id="Mumax"       description="Maximum growth rate"                     unit="s-1"        axis_ref="deptht" /> 
    275        <field id="MuN"         description="Realized growth rate for nanophyto"      unit="s-1"        axis_ref="deptht" /> 
    276        <field id="MuD"         description="Realized growth rate for diatomes"       unit="s-1"        axis_ref="deptht" /> 
    277        <field id="LNnut"       description="Nutrient limitation term in Nanophyto"   unit="-"          axis_ref="deptht" /> 
    278        <field id="LDnut"       description="Nutrient limitation term in Diatoms"     unit="-"          axis_ref="deptht" /> 
    279        <field id="LNFe"        description="Iron limitation term in Nanophyto"       unit="-"          axis_ref="deptht" /> 
    280        <field id="LDFe"        description="Iron limitation term in Diatoms"         unit="-"          axis_ref="deptht" /> 
    281        <field id="LNlight"     description="Light limitation term in Nanophyto"      unit="-"          axis_ref="deptht" /> 
    282        <field id="LDlight"     description="Light limitation term in Diatoms"        unit="-"          axis_ref="deptht" /> 
    283        <field id="Fe2"         description="Iron II concentration"                   unit="nmol/L"     axis_ref="deptht" /> 
    284        <field id="Fe3"         description="Iron III concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    285        <field id="FeL1"        description="Complexed Iron concentration with L1"    unit="nmol/L"     axis_ref="deptht" /> 
    286        <field id="FeL2"        description="Complexed Iron concentration with L2"    unit="nmol/L"     axis_ref="deptht" /> 
    287        <field id="FeP"         description="Precipitated Iron III"                   unit="nmol/L"     axis_ref="deptht" /> 
    288        <field id="TL1"         description="Total L1 concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    289        <field id="TL2"         description="Total L2 concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    290        <field id="pdust"       description="dust concentration"                      unit="g/L"                          /> 
    291        <field id="Totlig"      description="Total ligand concentation"               unit="nmol/L"     axis_ref="deptht" /> 
    292        <field id="Biron"       description="Bioavailable iron"                       unit="nmol/L"     axis_ref="deptht" /> 
    293        <field id="Sdenit"      description="Nitrate reduction in the sediments"      unit="molN/m2/s"                    /> 
    294        <field id="Ironice"     description="Iron input/uptake due to sea ice"        unit="molFe/m2/s"                   /> 
    295        <field id="HYDR"        description="Iron input from hydrothemal vents"       unit="molFe/m2/s"                   /> 
    296        <field id="EPC100"      description="Export of carbon particles at 100 m"     unit="mol/m2/s"                     /> 
    297        <field id="EPFE100"     description="Export of biogenic iron at 100 m"        unit="mol/m2/s"                     /> 
    298        <field id="EPSI100"     description="Export of Silicate at 100 m"             unit="mol/m2/s"                     /> 
    299        <field id="EPCAL100"    description="Export of Calcite at 100 m"              unit="mol/m2/s"                     /> 
    300        <field id="Cflx"        description="DIC flux"                                unit="mol/m2/s"                     /> 
    301        <field id="Oflx"        description="Oxygen flux"                             unit="mol/m2/s"                     /> 
    302        <field id="Kg"          description="Gas transfer"                            unit="mol/m2/s/uatm"                /> 
    303        <field id="Dpco2"       description="Delta CO2"                               unit="uatm"                         /> 
    304        <field id="Dpo2"        description="Delta O2"                                unit="uatm"                         /> 
    305        <field id="Heup"        description="Euphotic layer depth"                    unit="m"                            /> 
    306        <field id="Irondep"     description="Iron deposition from dust"               unit="mol/m2/s"                     /> 
    307        <field id="Ironsed"     description="Iron deposition from sediment"           unit="mol/m2/s"  axis_ref="deptht"  /> 
    308      </group> 
    309         
    310     </field_definition> 
    311      
     14    <field_definition src="./field_def.xml"/> 
    31215    <!--  
    31316============================================================================================================ 
     
    31821    --> 
    31922     
    320     <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> 
    32136 
    322       <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files --> 
    323       </group> 
    324        
    325       <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files --> 
    326       </group> 
    327        
    328       <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files --> 
    329       </group> 
    330        
    331       <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files --> 
    332       </group> 
    333        
    334       <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files --> 
    335       </group> 
    336        
    337       <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 --> 
    33842 
    339     <!--  
    340 ............................................................................................................ 
    341            example of 3 types of 1d files 
    342 ............................................................................................................ 
    343     --> 
    344         <!-- automatic definition of the name based on id="1d_grid_T"  
    345              => this name is used as the radical for all file names of this group 
    346              => add a suffix to be sure that all files names of this group are different   --> 
    347         <group id="1d_grid_T" name="auto" description="ocean T grid variables" > 
    348           <!-- mooring: automatic definition of the file name suffix based on id="0n180wT"  --> 
    349           <file id="0n180wT" name_suffix="auto" > 
    350             <group id="0n180wT" zoom_ref="0n180wT" >    <!-- group of variables sharing the same zoom --> 
    351               <field ref="toce" name="votemper"  /> 
    352               <field ref="uoce" name="vozocrtx"  />     <!-- include a U-grid variable in the list => switch to T-grid --> 
    353             </group> 
    354           </file> 
    355           <!-- Equatorial section: automatic definition of the file name suffix based on id="EqT" --> 
    356           <file id="EqT" name_suffix="auto" > 
    357             <group id="EqT" zoom_ref="EqT" > 
    358               <field ref="toce" name="votemper"  /> 
    359             </group> 
    360           </file> 
    361           <!-- global file with different operations on data   --> 
    362           <file id="global" > 
    363             <field ref="sst"    name="sst_1d_ave"                       />     <!-- mean --> 
    364             <field ref="sst"    name="sst_1d_max"  operation="t_max(X)" />     <!-- max --> 
    365           </file> 
    366         </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 --> 
    36747 
    368       </group> 
    369        
    370       <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files --> 
    371       </group> 
    372        
    373       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    374  
    375    <file id="5d_grid_T" name="auto" description="ocean T grid variables" > 
    376      <field ref="toce"         name="votemper"  /> 
    377      <field ref="soce"         name="vosaline"  /> 
    378      <field ref="sst"          name="sosstsst"  /> 
    379      <field ref="sss"          name="sosaline"  /> 
    380      <field ref="ssh"          name="sossheig"  /> 
    381      <field ref="empmr"        name="sowaflup"  /> 
    382      <field ref="qsr"          name="soshfldo"  /> 
    383           <field ref="saltflx"      name="sosfldow"  /> 
    384      <field ref="qt"           name="sohefldo"  /> 
    385      <field ref="mldr10_1"     name="somxl010"  /> 
    386      <field ref="mldkz5"       name="somixhgt"  /> 
    387      <field ref="ice_cover"    name="soicecov"  /> 
    388      <field ref="wspd"         name="sowindsp"  /> 
    389      <field ref="qrp"          name="sohefldp"  /> 
    390      <field ref="erp"          name="sowafldp"  /> 
    391      <field ref="mlddzt"       name="sothedep"  /> 
    392      <field ref="20d"          name="so20chgt"  /> 
    393      <field ref="28d"          name="so28chgt"  /> 
    394      <field ref="hc300"        name="sohtc300"  /> 
    395      <field ref="ist_ipa"      name="soicetem"  /> 
    396      <field ref="icealb_cea"   name="soicealb"  />    
    397    </file> 
    398     
    399    <file id="5d_grid_U" name="auto" description="ocean U grid variables" > 
    400      <field ref="uoce"         name="vozocrtx"  /> 
    401      <field ref="uoce_eiv"     name="vozoeivu"  /> 
    402      <field ref="utau"         name="sozotaux"  /> 
    403    </file> 
    404     
    405    <file id="5d_grid_V" name="auto" description="ocean V grid variables" > 
    406      <field ref="voce"         name="vomecrty"  /> 
    407      <field ref="voce_eiv"     name="vomeeivv"  /> 
    408      <field ref="vtau"         name="sometauy"  /> 
    409    </file> 
    410     
    411    <file id="5d_grid_W" name="auto" description="ocean W grid variables" > 
    412      <field ref="woce"         name="vovecrtz" /> 
    413      <field ref="woce_eiv"     name="voveeivw" /> 
    414      <field ref="avt"          name="votkeavt" /> 
    415      <field ref="avt_evd"      name="votkeevd" /> 
    416      <field ref="avm"          name="votkeavm" /> 
    417      <field ref="avm_evd"      name="votkeevm" /> 
    418      <field ref="avs"          name="voddmavs" /> 
    419      <field ref="aht2d"        name="soleahtw" /> 
    420      <field ref="aht2d_eiv"    name="soleaeiw" /> 
    421    </file> 
    422  
    423  
    424    <file id="5d_icemod" name="auto" description="ice variables" > 
    425      <field ref="ice_pres"                     /> 
    426      <field ref="snowthic_cea" name="isnowthi" /> 
    427      <field ref="icethic_cea"  name="iicethic" /> 
    428      <field ref="iceprod_cea"  name="iiceprod" /> 
    429      <field ref="ist_ipa"      name="iicetemp" /> 
    430      <field ref="ioceflxb"     name="ioceflxb" /> 
    431      <field ref="uice_ipa"     name="iicevelu" /> 
    432      <field ref="vice_ipa"     name="iicevelv" /> 
    433      <field ref="utau_ice"     name="iicestru" /> 
    434      <field ref="vtau_ice"     name="iicestrv" /> 
    435      <field ref="qsr_io_cea"   name="iicesflx" /> 
    436      <field ref="qns_io_cea"   name="iicenflx" /> 
    437      <field ref="snowpre"      name="isnowpre" /> 
    438    </file> 
    439  
    440         <!-- variables available with key_float, instantaneous fields --> 
    441         <file id="floats"  description="floats variables"> 
    442             <field ref="traj_lon"   name="floats_longitude"   freq_op="432000" /> 
    443             <field ref="traj_lat"   name="floats_latitude"    freq_op="432000" /> 
    444             <field ref="traj_dep"   name="floats_depth"       freq_op="432000" /> 
    445             <field ref="traj_temp"  name="floats_temperature" freq_op="432000" /> 
    446             <field ref="traj_salt"  name="floats_salinity"    freq_op="432000" /> 
    447             <field ref="traj_dens"  name="floats_density"     freq_op="432000" /> 
    448             <field ref="traj_group" name="floats_group"       freq_op="432000" /> 
    449         </file> 
    450  
    451        <file id="5d_diad_T" name="auto" description="additional pisces diagnostics" > 
    452           <field ref="Cflx"     /> 
    453           <field ref="Oflx"     /> 
    454           <field ref="Dpco2"    /> 
    455           <field ref="Dpo2"     /> 
    456           <field ref="Heup"     /> 
    457        </file> 
    458  
    459       </group> 
    460        
    461       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
    462  
    463    <file id="1m_grid_T" name="auto" description="ocean T grid variables" > 
    464      <field ref="sst"          name="sosstsst"  /> 
    465    </file>    
    466  
    467         <file id="1m_ptrc_T" name="auto" description="pisces sms variables" > 
    468           <field ref="DIC"      /> 
    469           <field ref="Alkalini" /> 
    470           <field ref="O2"       /> 
    471           <field ref="NCHL"     /> 
    472           <field ref="DCHL"     /> 
    473           <field ref="DOC"      /> 
    474           <field ref="Fer"      /> 
    475           <field ref="NO3"      /> 
    476        </file> 
    477     
    478       </group> 
    479  
    480       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    481       </group> 
    482  
    483       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    484       </group> 
    485  
    486       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    487       </group> 
    488  
    489       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    490       </group> 
    491  
    492       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    493  
    494         <file id="1y_grid_T" name="auto" description="ocean T grid variables" > 
    495           <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" /> 
    496         </file> 
    497  
    498         <file id="1y_ptrc_T" name="auto" description="pisces sms variables" > 
    499           <field ref="DIC"      /> 
    500           <field ref="Alkalini" /> 
    501           <field ref="O2"       /> 
    502           <field ref="CaCO3"    /> 
    503           <field ref="PO4"      /> 
    504           <field ref="POC"      /> 
    505           <field ref="Si"       /> 
    506           <field ref="PHY"      /> 
    507           <field ref="ZOO"      /> 
    508           <field ref="DOC"      /> 
    509           <field ref="PHY2"     /> 
    510           <field ref="ZOO2"     /> 
    511           <field ref="DSi"      /> 
    512           <field ref="Fer"      /> 
    513           <field ref="BFe"      /> 
    514           <field ref="GOC"      /> 
    515           <field ref="SFe"      /> 
    516           <field ref="DFe"      /> 
    517           <field ref="GSi"      /> 
    518           <field ref="NFe"      /> 
    519           <field ref="NCHL"     /> 
    520           <field ref="DCHL"     /> 
    521           <field ref="NO3"      /> 
    522           <field ref="NH4"      /> 
    523        </file> 
    524  
    525        <file id="1y_diad_T" name="auto" description="additional pisces diagnostics" > 
    526           <field ref="PH"       /> 
    527           <field ref="CO3"      /> 
    528           <field ref="CO3sat"   /> 
    529           <field ref="PAR"   /> 
    530           <field ref="PPPHY"    /> 
    531           <field ref="PPPHY2"   /> 
    532           <field ref="PPNEWN"   /> 
    533           <field ref="PPNEWD"   /> 
    534           <field ref="PBSi"     /> 
    535           <field ref="PFeN"     /> 
    536           <field ref="PFeD"     /> 
    537           <field ref="xfracal"  /> 
    538           <field ref="PCAL"     /> 
    539           <field ref="DCAL"     /> 
    540           <field ref="GRAZ1"     /> 
    541           <field ref="GRAZ2"     /> 
    542           <field ref="EPC100"   /> 
    543           <field ref="EPFE100"  /> 
    544           <field ref="EPSI100"  /> 
    545           <field ref="EPCAL100" /> 
    546           <field ref="Cflx"     /> 
    547           <field ref="Oflx"     /> 
    548           <field ref="Kg"       /> 
    549           <field ref="Dpco2"    /> 
    550           <field ref="Dpo2"     /> 
    551           <field ref="Heup"     /> 
    552           <field ref="Irondep"  /> 
    553           <field ref="Ironsed"  /> 
    554           <field ref="Ironice"  /> 
    555           <field ref="Nfix"     /> 
    556           <field ref="MuN"      /> 
    557           <field ref="MuD"      /> 
    558           <field ref="LNnut"      /> 
    559           <field ref="LDnut"      /> 
    560           <field ref="LNFe"      /> 
    561           <field ref="LDFe"      /> 
    562           <field ref="LNlight"      /> 
    563           <field ref="LDlight"      /> 
    564           <field ref="pdust"      /> 
    565           <field ref="Fe2"      /> 
    566           <field ref="Fe3"      /> 
    567           <field ref="FeL1"      /> 
    568           <field ref="FeL2"      /> 
    569           <field ref="FeP"      /> 
    570           <field ref="TL1"      /> 
    571           <field ref="TL2"      /> 
    572           <field ref="Sdenit"      /> 
    573           <field ref="Totlig" /> 
    574        </file> 
    575  
    576       </group> 
    577  
    578       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    579       </group> 
    580  
    581       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    582       </group> 
    583  
    584       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    585       </group> 
    586  
    587     </file_definition> 
     48   </file_definition> 
    58849     
    58950    <!--  
    59051============================================================================================================ 
    591 =                                           grid definition                                                = 
    592 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    59353============================================================================================================ 
    59454    --> 
    59555     
    596     <axis_definition>   
    597       <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    598       <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    599       <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    600       <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    601       <axis id="nfloat" description="Number of float"   unit="no unit" positive=".false." /> 
    602       <axis id="none" description="axe non defini" unit="none" size="1" /> 
    603     </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>  
    60463     
    605     <grid_definition> 
    606       <grid id="grid_T" description="grid T" > 
    607     <!--   Eq section   --> 
    608         <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    609     <!--   TAO   --> 
    610       <!--   137e   --> 
    611         <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    612         <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    613         <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    614       <!--   147e   --> 
    615         <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    616         <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    617         <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    618       <!--   156e   --> 
    619         <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    620         <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    621         <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    622         <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    623         <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    624         <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    625       <!--   165e   --> 
    626         <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    627         <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    628         <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    629         <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    630         <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    631         <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    632         <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    633       <!--   180w   --> 
    634         <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    635         <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    636         <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    637         <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    638         <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    639         <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    640         <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    641       <!--   170w   --> 
    642         <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    643         <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    644         <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    645         <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    646         <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    647         <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    648         <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    649       <!--   155w   --> 
    650         <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    651         <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    652         <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    653         <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    654         <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    655         <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    656         <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    657       <!--   140w   --> 
    658         <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    659         <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    660         <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    661         <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    662         <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    663         <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    664         <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    665       <!--   125w   --> 
    666         <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    667         <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    668         <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    669         <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    670         <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    671         <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    672         <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    673       <!--   110w   --> 
    674         <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    675         <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    676         <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    677         <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    678         <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    679         <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    680         <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    681       <!--   95w   --> 
    682         <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    683         <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    684         <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    685         <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    686         <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    687         <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    688         <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    689     <!--   RAMA   --> 
    690       <!--   55e   --> 
    691         <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    692         <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    693         <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    694         <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    695         <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    696         <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    697         <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    698         <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    699       <!--   65e   --> 
    700         <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    701       <!--   67e   --> 
    702         <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    703         <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    704         <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    705         <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    706         <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    707         <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    708         <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    709         <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    710         <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    711       <!--   80.5e   --> 
    712         <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    713         <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    714         <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    715         <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    716         <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    717         <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    718         <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    719         <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    720       <!--   90e   --> 
    721         <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    722         <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    723         <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    724         <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    725         <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    726         <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    727         <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    728       <!--   95e   --> 
    729         <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    730         <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    731         <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    732         <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    733     <!--   PIRATA   --> 
    734       <!--   38w-30w   --> 
    735         <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    736         <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    737         <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    738         <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    739         <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    740         <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    741         <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    742         <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    743         <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    744       <!--   23w   --> 
    745         <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    746         <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    747         <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    748         <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    749       <!--   10w   --> 
    750         <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    751         <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    752         <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    753       <!--   0e   --> 
    754         <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" /> 
    755       </grid> 
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    75670 
    757       <grid id="grid_U" description="grid U" > 
    758     <!--   Eq section   --> 
    759         <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    760       </grid> 
     71  <context id="xios"> 
    76172 
    762       <grid id="grid_V" description="grid V" > 
    763       </grid> 
    764  
    765       <grid id="grid_W" description="grid W" > 
    766     <!--   Eq section   --> 
    767         <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" /> 
    768       </grid> 
    769  
    770       <grid id="scalarpoint" description="scalar" > 
    771         <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    772       </grid> 
    773  
    774  
    775     </grid_definition>     
    776      
     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                
    77787  </context> 
    77888   
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/cpp_ORCA2_LIM_PISCES.fcm

    r3680 r3695  
    1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_top key_pisces key_iomput  
     1bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_top key_pisces key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/iodef.xml

    r3680 r3695  
    11<?xml version="1.0"?> 
    22<simulation>  
    3    
    4   <context id="nemo"> 
    53 
     4 <context id="nemo" time_origin="1900-01-01 00:00:00" > 
     5     
    66    <!-- $id$ --> 
    7   
     7     
    88    <!--  
    99============================================================================================================ 
     
    1212============================================================================================================ 
    1313    --> 
    14  
    15   <field_definition level="1" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined --> 
    16   
    17       <!-- ptrc on T grid --> 
    18   
    19      <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
    20        <field id="DIC"      description="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
    21        <field id="Alkalini" description="Total Alkalinity Concentration"           unit="mmol/m3" /> 
    22        <field id="O2"       description="Oxygen Concentration"                     unit="mmol/m3" /> 
    23        <field id="CaCO3"    description="Calcite Concentration"                    unit="mmol/m3" /> 
    24        <field id="PO4"      description="Phosphate Concentration"                  unit="mmol/m3" /> 
    25        <field id="POC"      description="Small organic carbon Concentration"       unit="mmol/m3" /> 
    26        <field id="Si"       description="Silicate Concentration"                   unit="mmol/m3" /> 
    27        <field id="PHY"      description="Nanophytoplankton Concentration"          unit="mmol/m3" /> 
    28        <field id="ZOO"      description="Microzooplankton Concentration"           unit="mmol/m3" /> 
    29        <field id="DOC"      description="Dissolved organic Concentration"          unit="mmol/m3" /> 
    30        <field id="PHY2"     description="Diatoms Concentration"                    unit="mmol/m3" /> 
    31        <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mmol/m3" /> 
    32        <field id="DSi"      description="Diatoms Silicate Concentration"           unit="mmol/m3" /> 
    33        <field id="Fer"      description="Dissolved Iron Concentration"             unit="mmol/m3" /> 
    34        <field id="BFe"      description="Big iron particles Concentration"         unit="mmol/m3" /> 
    35        <field id="GOC"      description="Big organic carbon Concentration"         unit="mmol/m3" /> 
    36        <field id="SFe"      description="Small iron particles Concentration"       unit="mmol/m3" /> 
    37        <field id="DFe"      description="Diatoms iron  Concentration"              unit="mmol/m3" /> 
    38        <field id="GSi"      description="Sinking biogenic Silicate Concentration"  unit="mmol/m3" /> 
    39        <field id="NFe"      description="Nano iron Concentration"                  unit="mmol/m3" /> 
    40        <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mg/m3"   /> 
    41        <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mg/m3"   /> 
    42        <field id="NO3"      description="Nitrates Concentration"                   unit="mmol/m3" /> 
    43        <field id="NH4"      description="Ammonium Concentration"                   unit="mmol/m3" /> 
    44      </group> 
    45  
    46       <!-- diad on T grid : variables available with key_diatrc --> 
    47  
    48      <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
    49        <field id="PH"          description="PH"                                      unit="-"          axis_ref="deptht" /> 
    50        <field id="CO3"         description="Bicarbonates"                            unit="mol/m3"     axis_ref="deptht" /> 
    51        <field id="CO3sat"      description="CO3 saturation"                          unit="mol/m3"     axis_ref="deptht" /> 
    52        <field id="PAR"         description="Photosynthetically Available Radiation"  unit="W/m2"       axis_ref="deptht" /> 
    53        <field id="PPPHY"       description="Primary production of nanophyto"         unit="molC/m3/s"  axis_ref="deptht" /> 
    54        <field id="PPPHY2"      description="Primary production of diatoms"           unit="molC/m3/s"  axis_ref="deptht" /> 
    55        <field id="PPNEWN"      description="New Primary production of nanophyto"     unit="molC/m3/s"  axis_ref="deptht" /> 
    56        <field id="PPNEWD"      description="New Primary production of diatoms"       unit="molC/m3/s"  axis_ref="deptht" /> 
    57        <field id="PBSi"        description="Primary production of Si diatoms"        unit="molSi/m3/s" axis_ref="deptht" /> 
    58        <field id="PFeN"        description="Primary production of nano iron"         unit="molFe/m3/s" axis_ref="deptht" /> 
    59        <field id="PFeD"        description="Primary production of diatoms iron"      unit="molFe/m3/s" axis_ref="deptht" /> 
    60        <field id="xfracal"     description="Calcifying fraction"                     unit="-"          axis_ref="deptht" /> 
    61        <field id="PCAL"        description="Calcite production"                      unit="molC/m3/s"  axis_ref="deptht" /> 
    62        <field id="DCAL"        description="Calcite dissolution"                     unit="molC/m3/s"  axis_ref="deptht" /> 
    63        <field id="GRAZ1"       description="Grazing by microzooplankton"             unit="molC/m3/s"  axis_ref="deptht" /> 
    64        <field id="GRAZ2"       description="Grazing by mesozooplankton"              unit="molC/m3/s"  axis_ref="deptht" /> 
    65        <field id="REMIN"       description="Oxic remineralization of OM"             unit="molC/m3/s"  axis_ref="deptht" /> 
    66        <field id="DENIT"       description="Anoxic remineralization of OM"           unit="molC/m3/s"  axis_ref="deptht" /> 
    67        <field id="Nfix"        description="Nitrogen fixation"                       unit="molN/m3/s"  axis_ref="deptht" /> 
    68        <field id="Mumax"       description="Maximum growth rate"                     unit="s-1"        axis_ref="deptht" /> 
    69        <field id="MuN"         description="Realized growth rate for nanophyto"      unit="s-1"        axis_ref="deptht" /> 
    70        <field id="MuD"         description="Realized growth rate for diatomes"       unit="s-1"        axis_ref="deptht" /> 
    71        <field id="LNnut"       description="Nutrient limitation term in Nanophyto"   unit="-"          axis_ref="deptht" /> 
    72        <field id="LDnut"       description="Nutrient limitation term in Diatoms"     unit="-"          axis_ref="deptht" /> 
    73        <field id="LNFe"        description="Iron limitation term in Nanophyto"       unit="-"          axis_ref="deptht" /> 
    74        <field id="LDFe"        description="Iron limitation term in Diatoms"         unit="-"          axis_ref="deptht" /> 
    75        <field id="LNlight"     description="Light limitation term in Nanophyto"      unit="-"          axis_ref="deptht" /> 
    76        <field id="LDlight"     description="Light limitation term in Diatoms"        unit="-"          axis_ref="deptht" /> 
    77        <field id="Fe2"         description="Iron II concentration"                   unit="nmol/L"     axis_ref="deptht" /> 
    78        <field id="Fe3"         description="Iron III concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    79        <field id="FeL1"        description="Complexed Iron concentration with L1"    unit="nmol/L"     axis_ref="deptht" /> 
    80        <field id="FeL2"        description="Complexed Iron concentration with L2"    unit="nmol/L"     axis_ref="deptht" /> 
    81        <field id="FeP"         description="Precipitated Iron III"                   unit="nmol/L"     axis_ref="deptht" /> 
    82        <field id="TL1"         description="Total L1 concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    83        <field id="TL2"         description="Total L2 concentration"                  unit="nmol/L"     axis_ref="deptht" /> 
    84        <field id="pdust"       description="dust concentration"                      unit="g/L"                          /> 
    85        <field id="Totlig"      description="Total ligand concentation"               unit="nmol/L"     axis_ref="deptht" /> 
    86        <field id="Biron"       description="Bioavailable iron"                       unit="nmol/L"     axis_ref="deptht" /> 
    87        <field id="Sdenit"      description="Nitrate reduction in the sediments"      unit="molN/m2/s"                    /> 
    88        <field id="Ironice"     description="Iron input/uptake due to sea ice"        unit="molFe/m2/s"                   /> 
    89        <field id="HYDR"        description="Iron input from hydrothemal vents"       unit="molFe/m2/s"                   /> 
    90        <field id="EPC100"      description="Export of carbon particles at 100 m"     unit="mol/m2/s"                     /> 
    91        <field id="EPFE100"     description="Export of biogenic iron at 100 m"        unit="mol/m2/s"                     /> 
    92        <field id="EPSI100"     description="Export of Silicate at 100 m"             unit="mol/m2/s"                     /> 
    93        <field id="EPCAL100"    description="Export of Calcite at 100 m"              unit="mol/m2/s"                     /> 
    94        <field id="Cflx"        description="DIC flux"                                unit="mol/m2/s"                     /> 
    95        <field id="Oflx"        description="Oxygen flux"                             unit="mol/m2/s"                     /> 
    96        <field id="Kg"          description="Gas transfer"                            unit="mol/m2/s/uatm"                /> 
    97        <field id="Dpco2"       description="Delta CO2"                               unit="uatm"                         /> 
    98        <field id="Dpo2"        description="Delta O2"                                unit="uatm"                         /> 
    99        <field id="Heup"        description="Euphotic layer depth"                    unit="m"                            /> 
    100        <field id="Irondep"     description="Iron deposition from dust"               unit="mol/m2/s"                     /> 
    101        <field id="Ironsed"     description="Iron deposition from sediment"           unit="mol/m2/s"  axis_ref="deptht"  /> 
    102      </group>          
    103  
    104       <!-- scalar --> 
    105        
    106       <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" > 
    107       </group> 
    108  
    109   </field_definition> 
    110  
     14    <field_definition src="./field_def.xml"/> 
    11115    <!--  
    11216============================================================================================================ 
     
    11620============================================================================================================ 
    11721    --> 
     22     
     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> 
    11836 
    119   <file_definition output_level="10" enabled=".TRUE."> 
    120     
    121       <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files --> 
    122       </group> 
     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 --> 
    12342 
    124       <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files --> 
    125       </group> 
    126   
    127       <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files --> 
     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 --> 
    12847 
    129        <file id="1m_ptrc_T" name="auto" description="pisces sms variables" > 
    130           <field ref="DIC"      /> 
    131           <field ref="Alkalini" /> 
    132           <field ref="O2"       /> 
    133           <field ref="CaCO3"    /> 
    134           <field ref="PO4"      /> 
    135           <field ref="POC"      /> 
    136           <field ref="Si"       /> 
    137           <field ref="PHY"      /> 
    138           <field ref="ZOO"      /> 
    139           <field ref="DOC"      /> 
    140           <field ref="PHY2"     /> 
    141           <field ref="ZOO2"     /> 
    142           <field ref="DSi"      /> 
    143           <field ref="Fer"      /> 
    144           <field ref="BFe"      /> 
    145           <field ref="GOC"      /> 
    146           <field ref="SFe"      /> 
    147           <field ref="DFe"      /> 
    148           <field ref="GSi"      /> 
    149           <field ref="NFe"      /> 
    150           <field ref="NCHL"     /> 
    151           <field ref="DCHL"     /> 
    152           <field ref="NO3"      /> 
    153           <field ref="NH4"      /> 
    154        </file> 
    155  
    156        <file id="1m_diad_T" name="auto" description="additional pisces diagnostics" > 
    157           <field ref="PH"       /> 
    158           <field ref="CO3"      /> 
    159           <field ref="CO3sat"   /> 
    160           <field ref="PAR"   /> 
    161           <field ref="PPPHY"    /> 
    162           <field ref="PPPHY2"   /> 
    163           <field ref="PPNEWN"   /> 
    164           <field ref="PPNEWD"   /> 
    165           <field ref="PBSi"     /> 
    166           <field ref="PFeN"     /> 
    167           <field ref="PFeD"     /> 
    168           <field ref="xfracal"  /> 
    169           <field ref="PCAL"     /> 
    170           <field ref="DCAL"     /> 
    171           <field ref="GRAZ1"     /> 
    172           <field ref="GRAZ2"     /> 
    173           <field ref="EPC100"   /> 
    174           <field ref="EPFE100"  /> 
    175           <field ref="EPSI100"  /> 
    176           <field ref="EPCAL100" /> 
    177           <field ref="Cflx"     /> 
    178           <field ref="Oflx"     /> 
    179           <field ref="Kg"       /> 
    180           <field ref="Dpco2"    /> 
    181           <field ref="Dpo2"     /> 
    182           <field ref="Heup"     /> 
    183           <field ref="Irondep"  /> 
    184           <field ref="Ironsed"  /> 
    185           <field ref="Ironice"  /> 
    186           <field ref="Nfix"     /> 
    187           <field ref="MuN"      /> 
    188           <field ref="MuD"      /> 
    189           <field ref="LNnut"      /> 
    190           <field ref="LDnut"      /> 
    191           <field ref="LNFe"      /> 
    192           <field ref="LDFe"      /> 
    193           <field ref="LNlight"      /> 
    194           <field ref="LDlight"      /> 
    195           <field ref="pdust"      /> 
    196           <field ref="Fe2"      /> 
    197           <field ref="Fe3"      /> 
    198           <field ref="FeL1"      /> 
    199           <field ref="FeL2"      /> 
    200           <field ref="FeP"      /> 
    201           <field ref="TL1"      /> 
    202           <field ref="TL2"      /> 
    203           <field ref="Sdenit"      /> 
    204           <field ref="Totlig" /> 
    205        </file> 
    206       </group> 
    207  
    208       <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files --> 
    209       </group> 
    210  
    211       <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files --> 
    212       </group> 
    213  
    214       <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files --> 
    215       </group> 
    216  
    217       <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files --> 
    218       </group> 
    219  
    220       <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files --> 
    221       </group> 
    222  
    223       <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files --> 
    224       </group> 
    225  
    226       <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files --> 
    227       </group> 
    228  
    229       <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files --> 
    230       </group> 
     48   </file_definition> 
    23149     
    232   </file_definition> 
    233  
    23450    <!--  
    23551============================================================================================================ 
    236 =                                           grid definition                                                = 
    237 =                                            DO NOT CHANGE                                                 = 
     52= grid definition = = DO NOT CHANGE = 
    23853============================================================================================================ 
    23954    --> 
     55     
     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>  
     63     
     64   <domain_definition src="./domain_def.xml"/> 
     65    
     66   <grid_definition />     
     67   
     68  </context> 
     69   
    24070 
    241   <axis_definition>   
    242      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." /> 
    243      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." /> 
    244      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." /> 
    245      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." /> 
    246      <axis id="none" description="axe non defini" unit="none" size="1" /> 
    247   </axis_definition>  
     71  <context id="xios"> 
    24872 
    249   <grid_definition> 
    250     <grid id="grid_T" description="grid T" /> 
    251     <grid id="grid_U" description="grid U" /> 
    252     <grid id="grid_V" description="grid V" /> 
    253     <grid id="grid_W" description="grid W" /> 
    254     <grid id="scalarpoint" description="scalar" > 
    255       <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" /> 
    256     </grid> 
    257   </grid_definition> 
    258  
    259 </context> 
    260  
     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                
     87  </context> 
     88   
    26189</simulation> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/cpp_ORCA2_OFF_PISCES.fcm

    r3680 r3695  
    1 bld::tool::fppkeys key_trabbl key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_top key_offline key_pisces key_iomput 
     1bld::tool::fppkeys key_trabbl key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_top key_offline key_pisces key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/iodef.xml

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

    r3331 r3695  
    1  bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput 
     1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS/EXP00/iodef.xml

    r3399 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> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/PELAGOS/cpp_PELAGOS.fcm

    r3399 r3695  
    1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_diahth key_mpp_mpi key_vectopt_loop key_top key_my_trc 
     1bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_diahth key_mpp_mpi key_iomput key_vectopt_loop key_top key_my_trc 
    22inc $BFMDIR/src/nemo/bfm.fcm 
  • 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> 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/makenemo

    r3680 r3695  
    281281#- At this stage the configuration has beeen chosen 
    282282#- We coose the default light file 
    283 export USEBLD=bldxioxag.cfg 
     283export USEBLD=bldxag.cfg 
    284284 
    285285#- We look after agrif 
     
    288288 
    289289#- and test whether we need to build the ioserver 
    290 grep key_iomput ${COMPIL_DIR}/cpp.fcm && export USEBLD=${USEBLD/xio/} 
     290grep key_iomput ${COMPIL_DIR}/cpp.fcm  
    291291 
    292292#- 
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r3294 r3695  
    3232   USE phycst          ! physical constants 
    3333   USE dianam          ! build name of file 
    34    USE mod_event_client 
    35    USE mod_attribut 
     34   USE xios 
    3635# endif 
    3736 
     
    5150   PRIVATE iom_p1d, iom_p2d, iom_p3d 
    5251#if defined key_iomput 
    53    PRIVATE set_grid 
     52   PRIVATE iom_set_domain_attr, iom_set_field_attr, iom_set_file_attr, set_grid, set_scalar, set_xmlatt, set_mooring 
    5453# endif 
    5554 
     
    6867#if defined key_iomput 
    6968   INTERFACE iom_setkt 
    70       MODULE PROCEDURE event__set_timestep 
     69      MODULE PROCEDURE xios_update_calendar 
    7170   END INTERFACE 
    7271# endif 
     
    8887      !!---------------------------------------------------------------------- 
    8988#if defined key_iomput 
    90       REAL(wp) ::   ztmp 
    91       !!---------------------------------------------------------------------- 
    92       ! read the xml file 
    93       IF( Agrif_Root() ) CALL event__parse_xml_file( 'iodef.xml' )   ! <- to get from the nameliste (namrun)... 
     89      TYPE(xios_time)   :: dtime    = xios_time(0, 0, 0, 0, 0, 0) 
     90      CHARACTER(len=19) :: cldate  
     91      INTEGER           ::   ji 
     92      !!---------------------------------------------------------------------- 
     93 
     94      CALL xios_context_initialize("nemo", mpi_comm_opa) 
    9495      CALL iom_swap 
    9596 
    9697      ! calendar parameters 
    9798      SELECT CASE ( nleapy )        ! Choose calendar for IOIPSL 
    98       CASE ( 1)   ;   CALL event__set_calendar('gregorian') 
    99       CASE ( 0)   ;   CALL event__set_calendar('noleap'   ) 
    100       CASE (30)   ;   CALL event__set_calendar('360d'     ) 
     99      CASE ( 1)   ;   CALL xios_set_context_attr("nemo", calendar_type= "Gregorian") 
     100      CASE ( 0)   ;   CALL xios_set_context_attr("nemo", calendar_type= "NoLeap") 
     101      CASE (30)   ;   CALL xios_set_context_attr("nemo", calendar_type= "D360") 
    101102      END SELECT 
    102       ztmp = fjulday - adatrj 
    103       IF( ABS(ztmp  - REAL(NINT(ztmp),wp)) < 0.1 / rday )   ztmp = REAL(NINT(ztmp),wp)   ! avoid truncation error 
    104       CALL event__set_time_parameters( nit000 - 1, ztmp, rdt ) 
     103      WRITE(cldate,"(i4.4,'-',i2.2,'-',i2.2,' 00:00:00')") nyear,nmonth,nday  
     104      CALL xios_set_context_attr("nemo", start_date=cldate ) 
    105105 
    106106      ! horizontal grid definition 
    107107      CALL set_scalar 
    108       CALL set_grid( "grid_T", glamt, gphit ) 
     108      CALL set_grid( "grid_T", glamt, gphit )  
    109109      CALL set_grid( "grid_U", glamu, gphiu ) 
    110110      CALL set_grid( "grid_V", glamv, gphiv ) 
     
    112112 
    113113      ! vertical grid definition 
    114       CALL event__set_vert_axis( "deptht", gdept_0 ) 
    115       CALL event__set_vert_axis( "depthu", gdept_0 ) 
    116       CALL event__set_vert_axis( "depthv", gdept_0 ) 
    117       CALL event__set_vert_axis( "depthw", gdepw_0 ) 
     114      CALL xios_set_axis_attr("deptht",size=size(gdept_0),value=gdept_0) 
     115      CALL xios_set_axis_attr("depthu",size=size(gdept_0),value=gdept_0) 
     116      CALL xios_set_axis_attr("depthv",size=size(gdept_0),value=gdept_0) 
     117      CALL xios_set_axis_attr("depthw",size=size(gdepw_0),value=gdepw_0) 
    118118# if defined key_floats 
    119       CALL event__set_vert_axis( "nfloat", REAL(nfloat,wp)  ) 
     119      CALL xios_set_axis_attr("nfloat",size=nfloat,value=(ji, ji=1,nfloat)) 
    120120# endif 
    121121       
     
    124124 
    125125      ! end file definition 
    126       CALL event__close_io_definition 
     126       dtime%second=rdt 
     127       CALL xios_set_timestep(dtime) 
     128       CALL xios_close_context_definition() 
     129 
     130       CALL xios_update_calendar(0) 
    127131#endif 
    128132 
     
    137141      !!--------------------------------------------------------------------- 
    138142#if defined key_iomput 
     143      TYPE(xios_context) :: nemo_hdl 
    139144 
    140145     IF( TRIM(Agrif_CFixed()) == '0' ) THEN 
    141         CALL event__swap_context("nemo") 
     146        CALL xios_get_handle("nemo",nemo_hdl) 
    142147     ELSE 
    143         CALL event__swap_context(TRIM(Agrif_CFixed())//"_nemo") 
     148        CALL xios_get_handle(TRIM(Agrif_CFixed())//"_nemo",nemo_hdl) 
    144149     ENDIF 
     150     CALL xios_set_current_context(nemo_hdl) 
    145151 
    146152#endif 
     
    349355         i_e = jpmax_files 
    350356#if defined key_iomput 
    351          CALL event__stop_ioserver 
     357         CALL xios_context_finalize() 
    352358#endif 
    353359      ENDIF 
     
    960966      REAL(wp)        , INTENT(in) ::   pfield0d 
    961967#if defined key_iomput 
    962       CALL event__write_field2D( cdname, RESHAPE( (/pfield0d/), (/1,1/) ) ) 
     968      CALL xios_send_field(cdname, (/pfield0d/)) 
    963969#else 
    964970      IF( .FALSE. )   WRITE(numout,*) cdname, pfield0d   ! useless test to avoid compilation warnings 
     
    969975      CHARACTER(LEN=*)          , INTENT(in) ::   cdname 
    970976      REAL(wp),     DIMENSION(:), INTENT(in) ::   pfield1d 
    971       INTEGER :: jpz 
    972977#if defined key_iomput 
    973       jpz=SIZE(pfield1d) 
    974       CALL event__write_field3D( cdname, RESHAPE( (/pfield1d/), (/1,1,jpz/) ) ) 
     978      CALL xios_send_field( cdname, RESHAPE( (/pfield1d/), (/1,1,SIZE(pfield1d)/) ) ) 
    975979#else 
    976980      IF( .FALSE. )   WRITE(numout,*) cdname, pfield1d   ! useless test to avoid compilation warnings 
     
    982986      REAL(wp),     DIMENSION(:,:), INTENT(in) ::   pfield2d 
    983987#if defined key_iomput 
    984       CALL event__write_field2D( cdname, pfield2d(nldi:nlei, nldj:nlej) ) 
     988      CALL xios_send_field(cdname, pfield2d) 
    985989#else 
    986990      IF( .FALSE. )   WRITE(numout,*) cdname, pfield2d   ! useless test to avoid compilation warnings 
     
    992996      REAL(wp),       DIMENSION(:,:,:), INTENT(in) ::   pfield3d 
    993997#if defined key_iomput 
    994       CALL event__write_field3D( cdname, pfield3d(nldi:nlei, nldj:nlej, :) ) 
     998      CALL xios_send_field(cdname, pfield3d) 
    995999#else 
    9961000      IF( .FALSE. )   WRITE(numout,*) cdname, pfield3d   ! useless test to avoid compilation warnings 
     
    10021006#if defined key_iomput 
    10031007 
     1008   SUBROUTINE iom_set_domain_attr( cdname, ni_glo, nj_glo, ibegin, jbegin, ni, nj, zoom_ibegin, zoom_jbegin, zoom_ni, zoom_nj,   & 
     1009      &                                    data_dim, data_ibegin, data_ni, data_jbegin, data_nj, lonvalue, latvalue ) 
     1010      CHARACTER(LEN=*)                , INTENT(in) ::   cdname 
     1011      INTEGER               , OPTIONAL, INTENT(in) ::   ni_glo, nj_glo, ibegin, jbegin, ni, nj 
     1012      INTEGER               , OPTIONAL, INTENT(in) ::   data_dim, data_ibegin, data_ni, data_jbegin, data_nj 
     1013      INTEGER               , OPTIONAL, INTENT(in) ::   zoom_ibegin, zoom_jbegin, zoom_ni, zoom_nj 
     1014      REAL(wp), DIMENSION(:), OPTIONAL, INTENT(in) ::   lonvalue, latvalue 
     1015 
     1016      IF ( xios_is_valid_domain(TRIM(cdname)) ) THEN 
     1017         CALL xios_set_domain_attr( cdname, ni_glo=ni_glo, nj_glo=nj_glo, ibegin=ibegin, jbegin=jbegin, ni=ni, nj=nj  ,   & 
     1018            &    data_dim=data_dim, data_ibegin=data_ibegin, data_ni=data_ni, data_jbegin=data_jbegin, data_nj=data_nj,   & 
     1019            &    zoom_ibegin=zoom_ibegin, zoom_jbegin=zoom_jbegin, zoom_ni=zoom_ni, zoom_nj=zoom_nj,                      & 
     1020            &    lonvalue=lonvalue, latvalue=latvalue ) 
     1021      ENDIF 
     1022 
     1023      IF ( xios_is_valid_domaingroup(TRIM(cdname)) ) THEN 
     1024         CALL xios_set_domaingroup_attr( cdname, ni_glo=ni_glo, nj_glo=nj_glo, ibegin=ibegin, jbegin=jbegin, ni=ni, nj=nj,   & 
     1025            &    data_dim=data_dim, data_ibegin=data_ibegin, data_ni=data_ni, data_jbegin=data_jbegin, data_nj=data_nj   ,   & 
     1026            &    zoom_ibegin=zoom_ibegin, zoom_jbegin=zoom_jbegin, zoom_ni=zoom_ni, zoom_nj=zoom_nj,                         & 
     1027            &    lonvalue=lonvalue, latvalue=latvalue ) 
     1028      ENDIF 
     1029 
     1030   END SUBROUTINE iom_set_domain_attr 
     1031 
     1032 
     1033   SUBROUTINE iom_set_field_attr( cdname, freq_op) 
     1034      CHARACTER(LEN=*)          , INTENT(in) ::   cdname 
     1035      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   freq_op 
     1036 
     1037      IF ( xios_is_valid_field(TRIM(cdname)) ) THEN 
     1038         CALL xios_set_field_attr( cdname, freq_op=freq_op ) 
     1039      ENDIF 
     1040      IF ( xios_is_valid_fieldgroup(TRIM(cdname)) ) THEN 
     1041         CALL xios_set_fieldgroup_attr( cdname, freq_op=freq_op ) 
     1042      ENDIF 
     1043 
     1044   END SUBROUTINE iom_set_field_attr 
     1045 
     1046 
     1047   SUBROUTINE iom_set_file_attr( cdname, name, name_suffix ) 
     1048      CHARACTER(LEN=*)          , INTENT(in) ::   cdname 
     1049      CHARACTER(LEN=*),OPTIONAL , INTENT(in) ::   name, name_suffix 
     1050 
     1051      IF ( xios_is_valid_file(TRIM(cdname)) ) THEN 
     1052         CALL xios_set_file_attr( cdname, name=name, name_suffix=name_suffix ) 
     1053      ENDIF 
     1054      IF ( xios_is_valid_filegroup(TRIM(cdname)) ) THEN 
     1055         CALL xios_set_filegroup_attr( cdname, name=name, name_suffix=name_suffix ) 
     1056      ENDIF 
     1057 
     1058   END SUBROUTINE iom_set_file_attr 
     1059 
     1060 
    10041061   SUBROUTINE set_grid( cdname, plon, plat ) 
    10051062      !!---------------------------------------------------------------------- 
     
    10121069      REAL(wp), DIMENSION(jpi,jpj), INTENT(in) ::   plon 
    10131070      REAL(wp), DIMENSION(jpi,jpj), INTENT(in) ::   plat 
    1014  
    1015       CALL event__set_grid_dimension( cdname, jpiglo, jpjglo) 
    1016       CALL event__set_grid_domain( cdname, nlei-nldi+1, nlej-nldj+1, nimpp+nldi-1, njmpp+nldj-1, & 
    1017          &                         plon(nldi:nlei, nldj:nlej), plat(nldi:nlei, nldj:nlej) ) 
    1018       CALL event__set_grid_type_nemo( cdname ) 
    1019  
     1071      INTEGER  :: ni,nj 
     1072       
     1073      ni=nlei-nldi+1 ; nj=nlej-nldj+1 
     1074 
     1075      CALL iom_set_domain_attr(cdname, ni_glo=jpiglo, nj_glo=jpjglo, ibegin=nimpp+nldi-1, jbegin=njmpp+nldj-1, ni=ni, nj=nj) 
     1076      CALL iom_set_domain_attr(cdname, data_dim=2, data_ibegin = 1-nldi, data_ni = jpi, data_jbegin = 1-nldj, data_nj = jpj) 
     1077      CALL iom_set_domain_attr(cdname, lonvalue = RESHAPE(plon(nldi:nlei, nldj:nlej),(/ ni*nj /)),   & 
     1078         &                             latvalue = RESHAPE(plat(nldi:nlei, nldj:nlej),(/ ni*nj /)))    
     1079       
    10201080   END SUBROUTINE set_grid 
    10211081 
     
    10301090      REAL(wp), DIMENSION(1,1) ::   zz = 1. 
    10311091      !!---------------------------------------------------------------------- 
    1032       CALL event__set_grid_dimension( 'scalarpoint', jpnij, 1) 
    1033       CALL event__set_grid_domain   ( 'scalarpoint', 1, 1, narea, 1, zz, zz ) 
    1034       CALL event__set_grid_type_nemo( 'scalarpoint' ) 
     1092      CALL iom_set_domain_attr('scalarpoint', ni_glo=jpnij, nj_glo=1, ibegin=narea, jbegin=1, ni=1, nj=1) 
     1093      CALL iom_set_domain_attr('scalarpoint', data_dim=1) 
     1094      CALL iom_set_domain_attr('scalarpoint', lonvalue=(/ zz /), latvalue=(/ zz /)) 
    10351095 
    10361096   END SUBROUTINE set_scalar 
     
    10491109      CHARACTER(len=1)               ::   cl1                      ! 1 character 
    10501110      CHARACTER(len=2)               ::   cl2                      ! 1 character 
     1111      CHARACTER(len=255)             ::   tfo 
    10511112      INTEGER                        ::   idt                      ! time-step in seconds 
    10521113      INTEGER                        ::   iddss, ihhss             ! number of seconds in 1 day, 1 hour and 1 year 
     
    10681129 
    10691130      ! frequency of the call of iom_put (attribut: freq_op) 
    1070       CALL event__set_attribut( 'field_definition', attr( field__freq_op, idt           ) )    ! model time-step 
    1071       CALL event__set_attribut( 'SBC'             , attr( field__freq_op, idt * nn_fsbc ) )    ! SBC time-step 
    1072        
     1131      tfo = TRIM(i2str(idt))//'s' 
     1132      CALL iom_set_field_attr('field_definition', freq_op=tfo) 
     1133      CALL iom_set_field_attr('SBC', freq_op=TRIM(i2str(idt* nn_fsbc))//'s') 
     1134        
    10731135      ! output file names (attribut: name) 
    10741136      clsuff(:) = (/ 'grid_T', 'grid_U', 'grid_V', 'grid_W', 'icemod', 'ptrc_T', 'diad_T', 'scalar' /)       
     
    10781140               WRITE(cl2,'(i2)') jh  
    10791141               CALL dia_nam( clname, jh * ihhss, clsuff(jg), ldfsec = .TRUE. ) 
    1080                CALL event__set_attribut( TRIM(ADJUSTL(cl2))//'h_'//clsuff(jg), attr( file__name, TRIM(clname) ) ) 
     1142               CALL iom_set_file_attr(TRIM(ADJUSTL(cl2))//'h_'//clsuff(jg), name=TRIM(clname)) 
    10811143            ENDIF 
    10821144         END DO 
     
    10841146            WRITE(cl1,'(i1)') jd  
    10851147            CALL dia_nam( clname, jd * iddss, clsuff(jg), ldfsec = .TRUE. ) 
    1086             CALL event__set_attribut( cl1//'d_'//clsuff(jg), attr( file__name, TRIM(clname) ) ) 
     1148            CALL iom_set_file_attr(cl1//'d_'//clsuff(jg), name=TRIM(clname)) 
    10871149         END DO 
    10881150         DO jm = 1, 6                                                                          ! 1, 2, 3, 4, 6 months 
     
    10901152               WRITE(cl1,'(i1)') jm  
    10911153               CALL dia_nam( clname, -jm, clsuff(jg) ) 
    1092                CALL event__set_attribut( cl1//'m_'//clsuff(jg), attr( file__name, TRIM(clname) ) ) 
     1154               CALL iom_set_file_attr(cl1//'m_'//clsuff(jg), name=TRIM(clname)) 
    10931155            ENDIF 
    10941156         END DO 
     
    10971159               WRITE(cl2,'(i2)') jy  
    10981160               CALL dia_nam( clname, -jy * iyymo, clsuff(jg) ) 
    1099                CALL event__set_attribut( TRIM(ADJUSTL(cl2))//'y_'//clsuff(jg), attr( file__name, TRIM(clname) ) ) 
     1161               CALL iom_set_file_attr(TRIM(ADJUSTL(cl2))//'y_'//clsuff(jg), name=TRIM(clname)) 
    11001162            ENDIF 
    11011163         END DO 
     
    11081170         ! Equatorial section (attributs: jbegin, ni, name_suffix) 
    11091171         CALL dom_ngb( 0., 0., ix, iy, cl1 ) 
    1110          CALL event__set_attribut( 'Eq'//cl1, attr( zoom__jbegin     , iy     ) ) 
    1111          CALL event__set_attribut( 'Eq'//cl1, attr( zoom__ni         , jpiglo ) ) 
    1112          CALL event__set_attribut( 'Eq'//cl1, attr( file__name_suffix, '_Eq'  ) ) 
     1172         CALL iom_set_domain_attr('Eq'//cl1, zoom_jbegin=iy, zoom_ni=jpiglo) 
     1173         CALL iom_set_file_attr('Eq'//cl1, name_suffix= '_Eq') 
    11131174      END DO 
    11141175      ! TAO moorings (attributs: ibegin, jbegin, name_suffix) 
     
    11851246               ENDIF 
    11861247               clname = TRIM(ADJUSTL(clat))//TRIM(ADJUSTL(clon)) 
    1187                CALL event__set_attribut( TRIM(clname)//cl1, attr( zoom__ibegin     , ix                ) ) 
    1188                CALL event__set_attribut( TRIM(clname)//cl1, attr( zoom__jbegin     , iy                ) ) 
    1189                CALL event__set_attribut( TRIM(clname)//cl1, attr( file__name_suffix, '_'//TRIM(clname) ) )       
     1248               CALL iom_set_domain_attr(TRIM(clname)//cl1, zoom_ibegin= ix, zoom_jbegin= iy) 
     1249               CALL iom_set_file_attr(TRIM(clname)//cl1, name_suffix= '_'//TRIM(clname)) 
    11901250            END DO 
    11911251         END DO 
     
    12031263#endif 
    12041264 
    1205  
     1265   FUNCTION i2str(int) 
     1266   IMPLICIT NONE 
     1267      INTEGER, INTENT(IN) :: int 
     1268      CHARACTER(LEN=255) :: i2str 
     1269 
     1270      WRITE(i2str,*) int 
     1271       
     1272   END FUNCTION i2str   
     1273    
    12061274   !!====================================================================== 
    12071275END MODULE iom 
  • branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r3680 r3695  
    1313search_src           1 
    1414 
    15 src::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
    16 src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
    17 src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
    18 src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
    19 src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
    20 src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
    21 src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO 
    22 src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER 
    2315src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    2416src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES 
    2517src::nemo                 $CONFIG_DIR/$NEW_CONF/OPAFILES/obj 
    2618 
    27 #bld::lib::xmlf90           xmlf90 
    28 #bld::lib::xmlio            xmlio 
    29 #bld::lib::ioserver         ioserver 
    30 #bld::lib::ioipsl           ioipsl 
    31 #bld::lib::agrif            agrif 
    32 #bld::lib::nemo             nemo 
    33 #bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe 
    34 bld::target  server.exe nemo.exe 
     19bld::target  nemo.exe 
    3520bld::exe_dep 
    3621 
     
    4934 
    5035# Pre-process code before analysing dependencies 
    51 bld::pp::xmlio    1 
    52 bld::pp::ioserver 1 
    5336bld::pp::ioipsl   1 
    5437bld::pp::nemo     1 
    5538bld::pp::agrif    1 
    5639bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/OPAFILES/inc 
    57 bld::tool::fppflags::xmlio     %FPPFLAGS 
    58 bld::tool::fppflags::ioserver  %FPPFLAGS 
    5940bld::tool::fppflags::ioipsl    %FPPFLAGS 
    6041bld::tool::fppflags::agrif     %FPPFLAGS 
     
    6445bld::excl_dep        inc::VT.inc 
    6546bld::excl_dep        use::netcdf 
     47bld::excl_dep        use::xios 
    6648bld::excl_dep        h::netcdf.inc 
    6749bld::excl_dep        h::mpif.h 
  • branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bldxag.cfg

    r3680 r3695  
    1313search_src           1 
    1414 
    15 src::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
    16 src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
    17 src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
    18 src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
    19 src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
    20 src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
    21 src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO 
    22 src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER 
    2315src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    2416src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2517 
    26 bld::target  server.exe nemo.exe 
     18bld::target nemo.exe 
    2719bld::exe_dep 
    2820 
     
    4032 
    4133# Pre-process code before analysing dependencies 
    42 bld::pp::xmlio    1 
    43 bld::pp::ioserver 1 
    4434bld::pp::ioipsl   1 
    4535bld::pp::nemo     1 
    4636bld::tool::fppflags::nemo     %FPPFLAGS 
    47 bld::tool::fppflags::xmlio    %FPPFLAGS 
    48 bld::tool::fppflags::ioserver %FPPFLAGS 
    4937bld::tool::fppflags::ioipsl   %FPPFLAGS 
    5038 
     
    5341bld::excl_dep        inc::VT.inc 
    5442bld::excl_dep        use::netcdf 
     43bld::excl_dep        use::xios 
    5544bld::excl_dep        h::netcdf.inc 
    5645bld::excl_dep        h::mpif.h 
Note: See TracChangeset for help on using the changeset viewer.