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 6269 for branches/UKMO/dev_r5518_Surge_Modelling – NEMO

Ignore:
Timestamp:
2016-01-22T13:21:33+01:00 (8 years ago)
Author:
rfurner
Message:

some bug fixes and changes to namelists etc

Location:
branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/domain_def.xml

    r4858 r6269  
    55    <!--   My zoom: example of hand defined zoom   --> 
    66         <domain id="myzoom" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="5" zoom_nj="5" /> 
    7     <!--   Eq section   --> 
     7         <domain id="1point" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="1" zoom_nj="1" /> 
     8         <!--   Eq section   --> 
    89         <domain id="EqT" zoom_ibegin="1" zoom_jbegin="0000" zoom_ni="0000" zoom_nj="1" /> 
    910         <!--   TAO   --> 
     
    168169      </domain_group> 
    169170 
    170       <domain_group id="scalarpoint"> 
    171          <domain id="scalarpoint" long_name="scalar"/> 
    172          <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" /> 
     171      <domain_group id="scalarpoint">  
     172         <domain id="scalarpoint" long_name="scalar"/>  
     173         <!--  
     174         <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" />  
     175         -->  
    173176      </domain_group> 
     177 
     178      <domain_group id="gznl"> 
     179         <domain id="ptr" long_name="zonal mean grid" zoom_ibegin="0000"  zoom_jbegin="1" zoom_ni="1" zoom_nj="0000" /> 
     180      </domain_group> 
     181 
    174182 
    175183   </domain_definition>     
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/field_def.xml

    r5810 r6269  
    1313   <field_definition level="1" prec="4" operation="average" enabled=".TRUE." default_value="1.e20" > <!-- time step automaticaly defined --> 
    1414 
     15    <!--  
     16============================================================================================================ 
     17                                  Physical ocean and ice model variables 
     18============================================================================================================ 
     19    --> 
     20 
    1521      <!-- T grid --> 
    1622       
    17      <field_group id="grid_T" grid_ref="grid_T_2D" operation="instant"> 
    18          <field id="toce"         long_name="temperature"                               unit="degC" grid_ref="grid_T_3D"/> 
    19          <field id="soce"         long_name="salinity"                                  unit="psu"  grid_ref="grid_T_3D"/> 
    20          <field id="sst"          long_name="sea surface temperature"                   unit="degC"                     /> 
    21          <field id="sst2"         long_name="square of sea surface temperature"         unit="degC2"                    /> 
    22          <field id="sstgrad"      long_name="module of sst gradient"                    unit="degC/m"                   /> 
    23          <field id="sstgrad2"     long_name="square of module of sst gradient"          unit="degC2/m2"                 /> 
    24          <field id="sss"          long_name="sea surface salinity"                      unit="psu"                      /> 
    25          <field id="sss2"         long_name="square of sea surface salinity"            unit="psu2"                     /> 
    26          <field id="ssh"          long_name="sea surface height"                        unit="m"                        /> 
    27          <field id="ssh2"         long_name="square of sea surface height"              unit="m2"                       /> 
    28          <field id="mldkz5"       long_name="mixing layer depth (Turbocline)"           unit="m"                        /> 
    29          <field id="mldr10_1"     long_name="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        /> 
    30          <field id="rhop"         long_name="potential density (sigma0)"                unit="kg/m3" grid_ref="grid_T_3D"/> 
    31     <field id="eken"         long_name="kinetic energy"                            unit="m2/s2" grid_ref="grid_T_3D"/> 
    32     <field id="hdiv"         long_name="horizontal divergence"                     unit="s-1"   grid_ref="grid_T_3D"/> 
     23      <field_group id="grid_T" grid_ref="grid_T_2D" > 
     24         <field id="e3t"          long_name="T-cell thickness"   standard_name="cell_thickness"   unit="m"   grid_ref="grid_T_3D"/> 
     25 
     26         <field id="toce"         long_name="temperature"         standard_name="sea_water_potential_temperature"   unit="degC"     grid_ref="grid_T_3D"/> 
     27         <field id="toce_e3t"     long_name="temperature * e3t"                                                     unit="degC*m"   grid_ref="grid_T_3D" > toce * e3t </field > 
     28         <field id="soce"         long_name="salinity"            standard_name="sea_water_practical_salinity"      unit="1e-3"     grid_ref="grid_T_3D"/> 
     29         <field id="soce_e3t"     long_name="salinity * e3t"                                                        unit="1e-3*m"   grid_ref="grid_T_3D" > soce * e3t </field > 
     30 
     31         <field id="sst"          long_name="sea surface temperature"             standard_name="sea_surface_temperature"             unit="degC"     /> 
     32         <field id="sst2"         long_name="square of sea surface temperature"   standard_name="square_of_sea_surface_temperature"   unit="degC2"     > sst * sst </field > 
     33         <field id="sstmax"       long_name="max of sea surface temperature"   field_ref="sst"   operation="maximum"                                  /> 
     34         <field id="sstmin"       long_name="min of sea surface temperature"   field_ref="sst"   operation="minimum"                                  /> 
     35         <field id="sstgrad"      long_name="module of sst gradient"                                                                  unit="degC/m"   /> 
     36         <field id="sstgrad2"     long_name="square of module of sst gradient"                                                        unit="degC2/m2" /> 
     37         <field id="sbt"          long_name="sea bottom temperature"                                                                  unit="degC"     /> 
     38     
     39         <field id="sss"          long_name="sea surface salinity"             standard_name="sea_surface_salinity"   unit="1e-3" /> 
     40         <field id="sss2"         long_name="square of sea surface salinity"                                          unit="1e-6"  > sss * sss </field > 
     41         <field id="sssmax"       long_name="max of sea surface salinity"   field_ref="sss"   operation="maximum"                 /> 
     42         <field id="sssmin"       long_name="min of sea surface salinity"   field_ref="sss"   operation="minimum"                 /> 
     43         <field id="sbs"          long_name="sea bottom salinity"                                                     unit="1e-3" /> 
     44 
     45         <field id="taubot"       long_name="bottom stress module"                                                    unit="N/m2" />  
     46 
     47         <field id="ssh"          long_name="sea surface height"             standard_name="sea_surface_height_above_geoid"             unit="m" /> 
     48         <field id="ssh2"         long_name="square of sea surface height"   standard_name="square_of_sea_surface_height_above_geoid"   unit="m2" > ssh * ssh </field > 
     49         <field id="sshmax"       long_name="max of sea surface height"   field_ref="ssh"   operation="maximum"                                  /> 
     50 
     51         <field id="mldkz5"       long_name="Turbocline depth (Kz = 5e-4)"                       standard_name="ocean_mixed_layer_thickness_defined_by_vertical_tracer_diffusivity"                unit="m"          /> 
     52         <field id="mldr10_1"     long_name="Mixed Layer Depth (dsigma = 0.01 wrt 10m)"          standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"          /> 
     53         <field id="mldr10_1max"  long_name="Max of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="maximum"                                                                          /> 
     54         <field id="mldr10_1min"  long_name="Min of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="minimum"                                                                          /> 
     55         <field id="heatc"        long_name="Heat content vertically integrated"                 standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
     56         <field id="saltc"        long_name="Salt content vertically integrated"                                                                                                                   unit="1e-3*kg/m2" /> 
     57 
     58         <!-- EOS --> 
     59         <field id="alpha"        long_name="thermal expansion"                                                         unit="degC-1" grid_ref="grid_T_3D" /> 
     60         <field id="beta"         long_name="haline contraction"                                                        unit="1e3"    grid_ref="grid_T_3D" /> 
     61         <field id="bn2"          long_name="squared Brunt-Vaisala frequency"                                           unit="s-1"    grid_ref="grid_T_3D" /> 
     62         <field id="rhop"         long_name="potential density (sigma0)"        standard_name="sea_water_sigma_theta"   unit="kg/m3"  grid_ref="grid_T_3D" /> 
     63 
     64         <!-- Energy - horizontal divergence --> 
     65         <field id="eken"         long_name="kinetic energy"          standard_name="specific_kinetic_energy_of_sea_water"   unit="m2/s2"  grid_ref="grid_T_3D" /> 
     66         <field id="hdiv"         long_name="horizontal divergence"                                                          unit="s-1"    grid_ref="grid_T_3D" /> 
     67 
    3368         <!-- variables available with MLE --> 
    34          <field id="Lf_NHpf"      long_name="MLE: Lf = N H / f"                         unit="m"                        /> 
     69         <field id="Lf_NHpf"      long_name="MLE: Lf = N H / f"   unit="m" /> 
     70 
    3571         <!-- next variables available with key_diahth --> 
    36          <field id="mlddzt"       long_name="Thermocline Depth (max dT/dz)"             unit="m"                        /> 
    37          <field id="mldr10_3"     long_name="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        /> 
    38          <field id="mldr0_1"      long_name="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        /> 
    39          <field id="mldr0_3"      long_name="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        /> 
    40          <field id="mld_dt02"     long_name="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        /> 
    41          <field id="topthdep"     long_name="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        /> 
    42          <field id="pycndep"      long_name="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        /> 
    43          <field id="BLT"          long_name="Barrier Layer Thickness"                   unit="m"                        /> 
    44          <field id="tinv"         long_name="Max of vertical invertion of temperature"  unit="degC"                     /> 
    45          <field id="depti"        long_name="Depth of max. vert. inv. of temperature"   unit="m"                        /> 
    46          <field id="20d"          long_name="Depth of 20C isotherm"                     unit="m"                        /> 
    47          <field id="28d"          long_name="Depth of 28C isotherm"                     unit="m"                        /> 
    48          <field id="hc300"        long_name="Heat content 300 m"                        unit="W"                        /> 
     72         <field id="mlddzt"       long_name="Thermocline Depth (depth of max dT/dz)"         standard_name="depth_at_maximum_upward_derivative_of_sea_water_potential_temperature"             unit="m"                         /> 
     73         <field id="mldr10_3"     long_name="Mixed Layer Depth (dsigma = 0.03 wrt 10m)"      standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"                         /> 
     74         <field id="mldr0_1"      long_name="Mixed Layer Depth (dsigma = 0.01 wrt sfc)"      standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"                         /> 
     75         <field id="mldr0_3"      long_name="Mixed Layer Depth (dsigma = 0.03 wrt sfc)"      standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"                         /> 
     76         <field id="mld_dt02"     long_name="Mixed Layer Depth (|dT| = 0.2 wrt 10m)"         standard_name="ocean_mixed_layer_thickness_defined_by_temperature"                                unit="m"                         /> 
     77         <field id="topthdep"     long_name="Top of Thermocline Depth (dT = -0.2 wrt 10m)"   standard_name="ocean_mixed_layer_thickness_defined_by_temperature"                                unit="m"                         /> 
     78         <field id="pycndep"      long_name="Pycnocline Depth (dsigma[dT=-0.2] wrt 10m)"     standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"                         /> 
     79         <field id="BLT"          long_name="Barrier Layer Thickness"                                                                                                                          unit="m"                          > topthdep - pycndep </field> 
     80         <field id="tinv"         long_name="Max of vertical invertion of temperature"                                                                                                         unit="degC"                      /> 
     81         <field id="depti"        long_name="Depth of max. vert. inv. of temperature"                                                                                                          unit="m"                         /> 
     82         <field id="20d"          long_name="Depth of 20C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      axis_ref="iax_20C" /> 
     83         <field id="28d"          long_name="Depth of 28C isotherm"                          standard_name="depth_of_isosurface_of_sea_water_potential_temperature"                            unit="m"      axis_ref="iax_28C" /> 
     84         <field id="hc300"        long_name="Heat content 0-300m"                            standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"                      /> 
     85 
    4986         <!-- variables available with key_diaar5 --> 
    50          <field id="botpres"      long_name="Pressure at sea floor"                     unit="dbar"                     /> 
    51          <!-- variables available with key_diaar5/key_vvl --> 
    52          <field id="cellthc"      long_name="Cell thickness"                            unit="m"    grid_ref="grid_T_3D"/> 
     87         <field id="botpres"      long_name="Pressure at sea floor"   standard_name="sea_water_pressure_at_sea_floor"   unit="dbar" /> 
     88 
    5389         <!-- variables available with key_vvl --> 
    54          <field id="tpt_dep"      long_name="T-point depth"                             unit="m"    grid_ref="grid_T_3D"/> 
    55          <field id="e3tdef"       long_name="T-cell thickness deformation"              unit="%"    grid_ref="grid_T_3D"/> 
    56      </field_group> 
    57  
    58      <field_group id="Tides_T" grid_ref="grid_T_2D" operation="once" > 
    59     <!-- tidal composante --> 
    60     <field id="M2x"          long_name="M2 Elevation harmonic real part "                             unit="m"        /> 
    61     <field id="M2y"          long_name="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
    62     <field id="S2x"          long_name="S2 Elevation harmonic real part "                             unit="m"        /> 
    63     <field id="S2y"          long_name="S2 Elevation harmonic imaginary part"                         unit="m"        /> 
    64     <field id="N2x"          long_name="N2 Elevation harmonic real part "                             unit="m"        /> 
    65     <field id="N2y"          long_name="N2 Elevation harmonic imaginary part"                         unit="m"        /> 
    66     <field id="K1x"          long_name="K1 Elevation harmonic real part "                             unit="m"        /> 
    67     <field id="K1y"          long_name="K1 Elevation harmonic imaginary part"                         unit="m"        /> 
    68     <field id="O1x"          long_name="O1 Elevation harmonic real part "                             unit="m"        /> 
    69     <field id="O1y"          long_name="O1 Elevation harmonic imaginary part"                         unit="m"        /> 
    70     <field id="Q1x"          long_name="Q1 Elevation harmonic real part "                             unit="m"        /> 
    71     <field id="Q1y"          long_name="Q1 Elevation harmonic imaginary part"                         unit="m"        /> 
    72     <field id="M4x"          long_name="M4 Elevation harmonic real part "                             unit="m"        /> 
    73     <field id="M4y"          long_name="M4 Elevation harmonic imaginary part"                         unit="m"        /> 
    74     <field id="K2x"          long_name="K2 Elevation harmonic real part "                             unit="m"        /> 
    75     <field id="K2y"          long_name="K2 Elevation harmonic imaginary part"                         unit="m"        /> 
    76     <field id="P1x"          long_name="P1 Elevation harmonic real part "                             unit="m"        /> 
    77     <field id="P1y"          long_name="P1 Elevation harmonic imaginary part"                         unit="m"        /> 
    78     <field id="Mfx"          long_name="Mf Elevation harmonic real part "                             unit="m"        /> 
    79     <field id="Mfy"          long_name="Mf Elevation harmonic imaginary part"                         unit="m"        /> 
    80     <field id="Mmx"          long_name="Mm Elevation harmonic real part "                             unit="m"        /> 
    81     <field id="Mmy"          long_name="Mm Elevation harmonic imaginary part"                         unit="m"        /> 
    82      </field_group> 
     90         <field id="tpt_dep"      long_name="T-point depth"                  standard_name="depth_below_geoid"   unit="m"   grid_ref="grid_T_3D" /> 
     91         <field id="e3tdef"       long_name="T-cell thickness deformation"                                       unit="%"   grid_ref="grid_T_3D" /> 
     92      </field_group> 
     93 
     94      <!-- Tides --> 
     95 
     96      <field_group id="Tides_T" grid_ref="grid_T_2D" operation="once" > 
     97         <!-- tidal composante --> 
     98         <field id="M2x"          long_name="M2 Elevation harmonic real part "                             unit="m"        /> 
     99         <field id="M2y"          long_name="M2 Elevation harmonic imaginary part"                         unit="m"        /> 
     100         <field id="S2x"          long_name="S2 Elevation harmonic real part "                             unit="m"        /> 
     101         <field id="S2y"          long_name="S2 Elevation harmonic imaginary part"                         unit="m"        /> 
     102         <field id="N2x"          long_name="N2 Elevation harmonic real part "                             unit="m"        /> 
     103         <field id="N2y"          long_name="N2 Elevation harmonic imaginary part"                         unit="m"        /> 
     104         <field id="K1x"          long_name="K1 Elevation harmonic real part "                             unit="m"        /> 
     105         <field id="K1y"          long_name="K1 Elevation harmonic imaginary part"                         unit="m"        /> 
     106         <field id="O1x"          long_name="O1 Elevation harmonic real part "                             unit="m"        /> 
     107         <field id="O1y"          long_name="O1 Elevation harmonic imaginary part"                         unit="m"        /> 
     108         <field id="Q1x"          long_name="Q1 Elevation harmonic real part "                             unit="m"        /> 
     109         <field id="Q1y"          long_name="Q1 Elevation harmonic imaginary part"                         unit="m"        /> 
     110         <field id="M4x"          long_name="M4 Elevation harmonic real part "                             unit="m"        /> 
     111         <field id="M4y"          long_name="M4 Elevation harmonic imaginary part"                         unit="m"        /> 
     112         <field id="K2x"          long_name="K2 Elevation harmonic real part "                             unit="m"        /> 
     113         <field id="K2y"          long_name="K2 Elevation harmonic imaginary part"                         unit="m"        /> 
     114         <field id="P1x"          long_name="P1 Elevation harmonic real part "                             unit="m"        /> 
     115         <field id="P1y"          long_name="P1 Elevation harmonic imaginary part"                         unit="m"        /> 
     116         <field id="Mfx"          long_name="Mf Elevation harmonic real part "                             unit="m"        /> 
     117         <field id="Mfy"          long_name="Mf Elevation harmonic imaginary part"                         unit="m"        /> 
     118         <field id="Mmx"          long_name="Mm Elevation harmonic real part "                             unit="m"        /> 
     119         <field id="Mmy"          long_name="Mm Elevation harmonic imaginary part"                         unit="m"        /> 
     120      </field_group> 
    83121     
    84      <field_group id="Tides_U" grid_ref="grid_U_2D" operation="once" > 
    85     <field id="M2x_u"          long_name="M2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    86     <field id="M2y_u"          long_name="M2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    87     <field id="S2x_u"          long_name="S2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    88     <field id="S2y_u"          long_name="S2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    89     <field id="N2x_u"          long_name="N2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    90     <field id="N2y_u"          long_name="N2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    91     <field id="K1x_u"          long_name="K1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    92     <field id="K1y_u"          long_name="K1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    93     <field id="O1x_u"          long_name="O1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    94     <field id="O1y_u"          long_name="O1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    95     <field id="Q1x_u"          long_name="Q1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    96     <field id="Q1y_u"          long_name="Q1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    97     <field id="M4x_u"          long_name="M4 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    98     <field id="M4y_u"          long_name="M4 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    99     <field id="K2x_u"          long_name="K2 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    100     <field id="K2y_u"          long_name="K2 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    101     <field id="P1x_u"          long_name="P1 current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    102     <field id="P1y_u"          long_name="P1 current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    103     <field id="Mfx_u"          long_name="Mf current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    104     <field id="Mfy_u"          long_name="Mf current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    105     <field id="Mmx_u"          long_name="Mm current barotrope along i-axis harmonic real part "      unit="m/s"        /> 
    106     <field id="Mmy_u"          long_name="Mm current barotrope along i-axis harmonic imaginary part " unit="m/s"        /> 
    107      </field_group> 
     122      <field_group id="Tides_U" grid_ref="grid_U_2D" operation="once" > 
     123         <field id="M2x_u"        long_name="M2 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     124         <field id="M2y_u"        long_name="M2 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     125         <field id="S2x_u"        long_name="S2 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     126         <field id="S2y_u"        long_name="S2 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     127         <field id="N2x_u"        long_name="N2 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     128         <field id="N2y_u"        long_name="N2 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     129         <field id="K1x_u"        long_name="K1 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     130         <field id="K1y_u"        long_name="K1 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     131         <field id="O1x_u"        long_name="O1 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     132         <field id="O1y_u"        long_name="O1 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     133         <field id="Q1x_u"        long_name="Q1 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     134         <field id="Q1y_u"        long_name="Q1 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     135         <field id="M4x_u"        long_name="M4 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     136         <field id="M4y_u"        long_name="M4 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     137         <field id="K2x_u"        long_name="K2 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     138         <field id="K2y_u"        long_name="K2 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     139         <field id="P1x_u"        long_name="P1 current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     140         <field id="P1y_u"        long_name="P1 current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     141         <field id="Mfx_u"        long_name="Mf current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     142         <field id="Mfy_u"        long_name="Mf current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     143         <field id="Mmx_u"        long_name="Mm current barotrope along i-axis harmonic real part "        unit="m/s"      /> 
     144         <field id="Mmy_u"        long_name="Mm current barotrope along i-axis harmonic imaginary part "   unit="m/s"      /> 
     145      </field_group> 
    108146     
    109      <field_group id="Tides_V" grid_ref="grid_V_2D" operation="once" > 
    110     <field id="M2x_v"          long_name="M2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    111     <field id="M2y_v"          long_name="M2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    112     <field id="S2x_v"          long_name="S2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    113     <field id="S2y_v"          long_name="S2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    114     <field id="N2x_v"          long_name="N2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    115     <field id="N2y_v"          long_name="N2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    116     <field id="K1x_v"          long_name="K1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    117     <field id="K1y_v"          long_name="K1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    118     <field id="O1x_v"          long_name="O1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    119     <field id="O1y_v"          long_name="O1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    120     <field id="Q1x_v"          long_name="Q1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    121     <field id="Q1y_v"          long_name="Q1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    122     <field id="M4x_v"          long_name="M4 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    123     <field id="M4y_v"          long_name="M4 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    124     <field id="K2x_v"          long_name="K2 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    125     <field id="K2y_v"          long_name="K2 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    126     <field id="P1x_v"          long_name="P1 current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    127     <field id="P1y_v"          long_name="P1 current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    128     <field id="Mfx_v"          long_name="Mf current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    129     <field id="Mfy_v"          long_name="Mf current barotrope along j-axis harmonic imaginary part " unit="m/s"        /> 
    130     <field id="Mmx_v"          long_name="Mm current barotrope along j-axis harmonic real part "      unit="m/s"        /> 
    131     <field id="Mmy_v"          long_name="Mm current barotrope along j-axis harmonic imaginary part " unit="m/s"        />   
    132      </field_group> 
    133  
     147      <field_group id="Tides_V" grid_ref="grid_V_2D" operation="once" > 
     148         <field id="M2x_v"        long_name="M2 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     149         <field id="M2y_v"        long_name="M2 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     150         <field id="S2x_v"        long_name="S2 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     151         <field id="S2y_v"        long_name="S2 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     152         <field id="N2x_v"        long_name="N2 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     153         <field id="N2y_v"        long_name="N2 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     154         <field id="K1x_v"        long_name="K1 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     155         <field id="K1y_v"        long_name="K1 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     156         <field id="O1x_v"        long_name="O1 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     157         <field id="O1y_v"        long_name="O1 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     158         <field id="Q1x_v"        long_name="Q1 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     159         <field id="Q1y_v"        long_name="Q1 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     160         <field id="M4x_v"        long_name="M4 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     161         <field id="M4y_v"        long_name="M4 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     162         <field id="K2x_v"        long_name="K2 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     163         <field id="K2y_v"        long_name="K2 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     164         <field id="P1x_v"        long_name="P1 current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     165         <field id="P1y_v"        long_name="P1 current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     166         <field id="Mfx_v"        long_name="Mf current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     167         <field id="Mfy_v"        long_name="Mf current barotrope along j-axis harmonic imaginary part "   unit="m/s"      /> 
     168         <field id="Mmx_v"        long_name="Mm current barotrope along j-axis harmonic real part "        unit="m/s"      /> 
     169         <field id="Mmy_v"        long_name="Mm current barotrope along j-axis harmonic imaginary part "   unit="m/s"      />   
     170      </field_group> 
    134171 
    135172      <!-- SBC --> 
    136173       
    137       <field_group id="SBC" grid_ref="grid_T_2D" operation="instant"> <!-- time step automaticaly defined based on nn_fsbc --> 
    138  
    139          <field id="empmr"        long_name="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
    140          <field id="saltflx"      long_name="Downward salt flux"                                           unit="PSU/m2/s"  /> 
    141          <field id="fmmflx"       long_name="Water flux due to freezing/melting"                           unit="kg/m2/s"  /> 
    142          <field id="snowpre"      long_name="Snow precipitation"                                           unit="kg/m2/s"  /> 
    143          <field id="runoffs"      long_name="River Runoffs"                                                unit="Kg/m2/s"  /> 
    144          <field id="precip"       long_name="Total precipitation"                                           unit="kg/m2/s"  /> 
    145  
    146  
    147          <field id="qt"           long_name="Net Downward Heat Flux"                                       unit="W/m2"     /> 
    148          <field id="qns"          long_name="non solar Downward Heat Flux"                                 unit="W/m2"     /> 
    149          <field id="qsr"          long_name="Shortwave Radiation"                                          unit="W/m2"     /> 
    150          <field id="qsr3d"        long_name="Shortwave Radiation 3D distribution"  grid_ref="grid_T_3D"    unit="W/m2"     /> 
    151          <field id="qrp"          long_name="Surface Heat Flux: Damping"                                   unit="W/m2"     /> 
    152          <field id="erp"          long_name="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  /> 
    153          <field id="taum"         long_name="wind stress module"                                           unit="N/m2"     /> 
    154          <field id="wspd"         long_name="Wind speed module at 10 m"                                    unit="m/s"      /> 
     174      <field_group id="SBC" grid_ref="grid_T_2D" > <!-- time step automaticaly defined based on nn_fsbc --> 
     175         <field id="empmr"        long_name="Net Upward Water Flux"                standard_name="water_flux_out_of_sea_ice_and_sea_water"                              unit="kg/m2/s"   /> 
     176         <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="1e-3/m2/s" /> 
     177         <field id="fmmflx"       long_name="Water flux due to freezing/melting"                                                                                        unit="kg/m2/s"   /> 
     178         <field id="snowpre"      long_name="Snow precipitation"                   standard_name="snowfall_flux"                                                        unit="kg/m2/s"   /> 
     179         <field id="runoffs"      long_name="River Runoffs"                        standard_name="water_flux_into_sea_water_from_rivers"                                unit="kg/m2/s"   /> 
     180         <field id="precip"       long_name="Total precipitation"                  standard_name="precipitation_flux"                                                   unit="kg/m2/s"   /> 
     181  
     182         <field id="qt"           long_name="Net Downward Heat Flux"                standard_name="surface_downward_heat_flux_in_sea_water"                              unit="W/m2"                           /> 
     183         <field id="qns"          long_name="non solar Downward Heat Flux"                                                                                               unit="W/m2"                           /> 
     184         <field id="qsr"          long_name="Shortwave Radiation"                   standard_name="net_downward_shortwave_flux_at_sea_water_surface"                     unit="W/m2"                           /> 
     185         <field id="qsr3d"        long_name="Shortwave Radiation 3D distribution"   standard_name="downwelling_shortwave_flux_in_sea_water"                              unit="W/m2"      grid_ref="grid_T_3D" /> 
     186         <field id="qrp"          long_name="Surface Heat Flux: Damping"            standard_name="heat_flux_into_sea_water_due_to_newtonian_relaxation"                 unit="W/m2"                           /> 
     187         <field id="erp"          long_name="Surface Water Flux: Damping"           standard_name="water_flux_out_of_sea_water_due_to_newtonian_relaxation"              unit="kg/m2/s"                        /> 
     188         <field id="taum"         long_name="wind stress module"                    standard_name="magnitude_of_surface_downward_stress"                                 unit="N/m2"                           /> 
     189         <field id="wspd"         long_name="wind speed module"                     standard_name="wind_speed"                                                           unit="m/s"                            /> 
    155190          
    156     <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
    157     <field id="ssh_ib"       long_name="Inverse barometer sea surface height"                         unit="m"        /> 
    158     
     191         <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
     192         <field id="ssh_ib"       long_name="Inverse barometer sea surface height"  standard_name="sea_surface_height_correction_due_to_air_pressure_at_low_frequency"   unit="m"        /> 
     193 
     194         <!-- * variable related to ice shelf forcing * --> 
     195         <field id="fwfisf"       long_name="Ice shelf melting"                             unit="kg/m2/s"  /> 
     196         <field id="qisf"         long_name="Ice Shelf Heat Flux"                           unit="W/m2"     /> 
     197         <field id="isfgammat"    long_name="transfert coefficient for isf (temperature)"   unit="m/s"      /> 
     198         <field id="isfgammas"    long_name="transfert coefficient for isf (salinity)"      unit="m/s"      /> 
     199         <field id="stbl"         long_name="salinity in the Losh tbl"                      unit="1e-3"     /> 
     200         <field id="ttbl"         long_name="temperature in the Losh tbl"                   unit="degC"     /> 
     201 
    159202         <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
    160          <field id="qns_oce"      long_name="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     /> 
    161          <field id="qlw_oce"      long_name="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    162          <field id="qsb_oce"      long_name="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    163          <field id="qla_oce"      long_name="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     /> 
    164          <field id="qhc_oce"      long_name="Downward Heat Content of E-P over open ocean"                 unit="W/m2"     /> 
    165          <field id="taum_oce"     long_name="wind stress module over open ocean"                           unit="N/m2"     /> 
    166  
    167          <!-- available key_coupled --> 
    168          <field id="snow_ao_cea"   long_name="Snow over ice-free ocean (cell average)"                     unit="kg/m2/s"  /> 
    169          <field id="snow_ai_cea"   long_name="Snow over sea-ice (cell average)"                            unit="kg/m2/s"  /> 
    170          <field id="subl_ai_cea"   long_name="Sublimation over sea-ice (cell average)"                     unit="kg/m2/s"  /> 
    171          <field id="icealb_cea"    long_name="Ice albedo (cell average)"                                   unit="1"        /> 
    172          <field id="calving"       long_name="Calving"                                                     unit="kg/m2/s"  /> 
    173          <!-- available if key_coupled + conservative method --> 
    174          <field id="rain"          long_name="Liquid precipitation"                                        unit="Kg/m2/s"  /> 
    175          <field id="evap_ao_cea"   long_name="Evaporation over ice-free ocean (cell average)"              unit="kg/m2/s"  /> 
    176          <!-- variables available with key_diaar5 --> 
    177          <field id="isnwmlt_cea"   long_name="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  /> 
    178          <field id="fsal_virt_cea" long_name="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  /> 
    179          <field id="fsal_real_cea" long_name="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  /> 
    180          <field id="hflx_rain_cea" long_name="heat flux due to rainfall"                                   unit="W/m2"     /> 
    181          <field id="hflx_evap_cea" long_name="heat flux due to evaporation"                                unit="W/m2"     /> 
    182          <field id="hflx_snow_cea" long_name="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     /> 
    183          <field id="hflx_ice_cea"  long_name="heat flux due to ice thermodynamics"                         unit="W/m2"     /> 
    184          <field id="hflx_rnf_cea"  long_name="heat flux due to runoffs"                                    unit="W/m2"     /> 
    185          <field id="hflx_cal_cea"  long_name="heat flux due to calving"                                    unit="W/m2"     /> 
    186          <field id="bicemel_cea"   long_name="Rate of Melt at Sea Ice Base (cell average)"                 unit="kg/m2/s"  /> 
    187          <field id="licepro_cea"   long_name="Lateral Sea Ice Growth Rate (cell average)"                  unit="kg/m2/s"  /> 
    188          <field id="snowmel_cea"   long_name="Snow Melt Rate (cell average)"                               unit="kg/m2/s"  /> 
    189          <field id="sntoice_cea"   long_name="Snow-Ice Formation Rate (cell average)"                      unit="kg/m2/s"  /> 
    190          <field id="ticemel_cea"      long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)"     unit="kg/m2/s"  /> 
    191  
    192     <!-- ice fields --> 
    193  
    194          <field id="ice_cover"    long_name="Ice fraction"                                                 unit="1"        /> 
    195  
    196          <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    197          <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     /> 
    198          <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
    199          <field id="qla_ai_cea"   long_name="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     /> 
     203         <field id="qlw_oce"      long_name="Longwave Downward Heat Flux over open ocean"  standard_name="surface_net_downward_longwave_flux"   unit="W/m2"  /> 
     204         <field id="qsb_oce"      long_name="Sensible Downward Heat Flux over open ocean"  standard_name="surface_downward_sensible_heat_flux"  unit="W/m2"  /> 
     205         <field id="qla_oce"      long_name="Latent Downward Heat Flux over open ocean"    standard_name="surface_downward_latent_heat_flux"    unit="W/m2"  /> 
     206         <field id="qemp_oce"     long_name="Downward Heat Flux from E-P over open ocean"                                                       unit="W/m2"  /> 
     207         <field id="taum_oce"     long_name="wind stress module over open ocean"           standard_name="magnitude_of_surface_downward_stress" unit="N/m2"  /> 
     208 
     209         <!-- available key_oasis3 --> 
     210         <field id="snow_ao_cea"  long_name="Snow over ice-free ocean (cell average)"   standard_name="snowfall_flux"                             unit="kg/m2/s"  /> 
     211         <field id="snow_ai_cea"  long_name="Snow over sea-ice (cell average)"          standard_name="snowfall_flux"                             unit="kg/m2/s"  /> 
     212         <field id="subl_ai_cea"  long_name="Sublimation over sea-ice (cell average)"   standard_name="surface_snow_and_ice_sublimation_flux"     unit="kg/m2/s"  /> 
     213         <field id="icealb_cea"   long_name="Ice albedo (cell average)"                 standard_name="sea_ice_albedo"                            unit="1"        /> 
     214         <field id="calving_cea"  long_name="Calving"                                   standard_name="water_flux_into_sea_water_from_icebergs"   unit="kg/m2/s"  /> 
     215 
     216         <!-- available if key_oasis3 + conservative method --> 
     217         <field id="rain"          long_name="Liquid precipitation"                                     standard_name="rainfall_flux"                                                                 unit="kg/m2/s"  /> 
     218         <field id="evap_ao_cea"   long_name="Evaporation over ice-free ocean (cell average)"           standard_name="water_evaporation_flux"                                                        unit="kg/m2/s"  /> 
     219         <field id="isnwmlt_cea"   long_name="Snow over Ice melting (cell average)"                     standard_name="surface_snow_melt_flux"                                                        unit="kg/m2/s"  /> 
     220         <field id="fsal_virt_cea" long_name="Virtual salt flux due to ice formation (cell average)"    standard_name="virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics"                unit="kg/m2/s"  /> 
     221         <field id="fsal_real_cea" long_name="Real salt flux due to ice formation (cell average)"       standard_name="downward_sea_ice_basal_salt_flux"                                              unit="kg/m2/s"  /> 
     222         <field id="hflx_rain_cea" long_name="heat flux due to rainfall"                                standard_name="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"        unit="W/m2"     /> 
     223         <field id="hflx_evap_cea" long_name="heat flux due to evaporation"                             standard_name="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water"   unit="W/m2"     /> 
     224         <field id="hflx_snow_cea" long_name="heat flux due to snow falling over ice-free ocean"        standard_name="heat_flux_into_sea_water_due_to_snow_thermodynamics"                           unit="W/m2"     /> 
     225         <field id="hflx_ice_cea"  long_name="heat flux due to ice thermodynamics"                      standard_name="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics"                        unit="W/m2"     /> 
     226         <field id="hflx_rnf_cea"  long_name="heat flux due to runoffs"                                 standard_name="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water"          unit="W/m2"     /> 
     227         <field id="hflx_cal_cea"  long_name="heat flux due to calving"                                 standard_name="heat_flux_into_sea_water_due_to_iceberg_thermodynamics"                        unit="W/m2"     /> 
     228         <field id="bicemel_cea"   long_name="Rate of Melt at Sea Ice Base (cell average)"              standard_name="tendency_of_sea_ice_amount_due_to_basal_melting"                               unit="kg/m2/s"  /> 
     229         <field id="licepro_cea"   long_name="Lateral Sea Ice Growth Rate (cell average)"               standard_name="tendency_of_sea_ice_amount_due_to_lateral_growth_of_ice_floes"                 unit="kg/m2/s"  /> 
     230         <field id="snowmel_cea"   long_name="Snow Melt Rate (cell average)"                            standard_name="surface_snow_melt_flux"                                                        unit="kg/m2/s"  /> 
     231         <field id="sntoice_cea"   long_name="Snow-Ice Formation Rate (cell average)"                   standard_name="tendency_of_sea_ice_amount_due_to_snow_conversion"                             unit="kg/m2/s"  /> 
     232         <field id="ticemel_cea"   long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)"  standard_name="tendency_of_sea_ice_amount_due_to_surface_melting"                             unit="kg/m2/s"  /> 
     233 
     234         <!-- ice fields --> 
     235         <field id="ice_cover"    long_name="Ice fraction"                                                 standard_name="sea_ice_area_fraction"                              unit="1"            /> 
     236 
     237         <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              standard_name="surface_downwelling_shortwave_flux_in_air"          unit="W/m2"         /> 
     238         <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"                                                                             unit="W/m2"         /> 
     239         <field id="qla_ai_cea"   long_name="Air-Ice downward Latent heat flux (cell average)"             standard_name="surface_downward_latent_heat_flux"                  unit="W/m2"         /> 
    200240          
    201          <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    202          <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
     241         <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              standard_name="net_downward_shortwave_flux_at_sea_water_surface"   unit="W/m2"         /> 
     242         <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"                                                                             unit="W/m2"         /> 
    203243          
    204          <field id="snowthic_cea" long_name="Snow thickness (cell average)"                                unit="m"        /> 
    205          <field id="icethic_cea"  long_name="Ice thickness (cell average)"                                 unit="m"        /> 
    206          <field id="iceprod_cea"  long_name="Ice production (cell average)"                                unit="m/s"      /> 
     244         <field id="snowthic_cea" long_name="Snow thickness (cell average)"                                standard_name="surface_snow_thickness"                             unit="m"            /> 
     245         <field id="icethic_cea"  long_name="Ice thickness (cell average)"                                 standard_name="sea_ice_thickness"                                  unit="m"            /> 
     246         <field id="iceprod_cea"  long_name="Ice production (cell average)"                                                                                                   unit="m/s"          /> 
     247         <field id="iiceconc"     long_name="Ice concentration"                                            standard_name="sea_ice_area_fraction"                              unit="1"            /> 
    207248          
    208          <field id="ice_pres"     long_name="Ice presence"                                                 unit="-"        /> 
    209          <field id="ist_cea"      long_name="Ice surface temperature (cell average)"                       unit="degC"     /> 
    210          <field id="ist_ipa"      long_name="Ice surface temperature (ice presence average)"               unit="degC"     />       
    211          <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />       
    212          <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />       
     249         <field id="ice_pres"     long_name="Ice presence"                                                                                                                    unit=""             /> 
     250         <field id="ist_cea"      long_name="Ice surface temperature (cell average)"                       standard_name="surface_temperature"                                unit="degC"         /> 
     251         <field id="ist_ipa"      long_name="Ice surface temperature (ice presence average)"               standard_name="surface_temperature"                                unit="degC"         />       
     252         <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  standard_name="sea_ice_x_velocity"                                 unit="m/s"          />       
     253         <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  standard_name="sea_ice_y_velocity"                                 unit="m/s"          />       
    213254          
    214          <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    215          <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
     255         <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             standard_name="surface_downward_x_stress"                          unit="N/m2"         /> 
     256         <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             standard_name="surface_downward_y_stress"                          unit="N/m2"         /> 
    216257          
    217          <field id="u_imasstr"    long_name="Sea-ice mass transport along i-axis"                          unit="kg/s"     /> 
    218          <field id="v_imasstr"    long_name="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    219          <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                           unit="kgC/m2/s" /> 
    220          <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                         unit="kgPSU/m2/s" />         
    221           
    222           
    223          <field id="iceconc"      long_name="ice concentration"                                            unit="%"        /> 
    224          <field id="icebopr"      long_name="daily bottom thermo ice prod."                                unit="km3/day"   /> 
    225          <field id="icedypr"      long_name="daily  dynamic ice prod."                                     unit="km3/day"   /> 
    226     <field id="ioceflxb"     long_name="Oceanic flux at the ice base"                                 unit="W/m2"     /> 
    227          <field id="uice_ipa"     long_name="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      /> 
    228          <field id="vice_ipa"     long_name="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      /> 
    229           <field id="isst"         long_name="sea surface temperature"                                      unit="degC"     /> 
    230          <field id="isss"         long_name="sea surface salinity"                                         unit="psu"      />  
    231          <field id="qt_oce"       long_name="total flux at ocean surface"                                  unit="W/m2"     /> 
    232          <field id="qsr_oce"      long_name="solar heat flux at ocean surface"                             unit="W/m2"     /> 
    233          <field id="qns_oce"      long_name="non-solar heat flux at ocean surface"                         unit="W/m2"     /> 
    234          <field id="hfbri"        long_name="heat flux due to brine release"                               unit="W/m2"     /> 
    235          <field id="utau_ice"     long_name="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     /> 
    236          <field id="vtau_ice"     long_name="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     /> 
    237     <field id="qsr_io"       long_name="Ice-Oce downward solar heat flux"                             unit="W/m2"     /> 
    238     <field id="qns_io"       long_name="Ice-Oce downward non-solar heat flux"                         unit="W/m2"     /> 
    239          <field id="micesalt"     long_name="Mean ice salinity"                                            unit="psu"      /> 
    240          <field id="miceage"      long_name="Mean ice age"                                                 unit="years"    /> 
    241          <field id="icelapr"      long_name="daily lateral thermo ice prod."                               unit="km3/day"   /> 
    242          <field id="icesipr"      long_name="daily snowice ice prod."                                      unit="km3/day"   /> 
     258         <field id="u_imasstr"    long_name="Sea-ice mass transport along i-axis"                          standard_name="sea_ice_x_transport"                                unit="kg/s"         /> 
     259         <field id="v_imasstr"    long_name="Sea-ice mass transport along j-axis"                          standard_name="sea_ice_y_transport"                                unit="kg/s"         /> 
     260         <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                                                                                              unit="kg*degC/m2/s" /> 
     261         <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                                                                                              unit="kg*1e-3/m2/s" />         
     262        
     263         <field id="iceconc"      long_name="ice concentration"                                            standard_name="sea_ice_area_fraction"                              unit="%"            /> 
     264          <field id="isst"         long_name="sea surface temperature"                                      standard_name="sea_surface_temperature"                            unit="degC"         /> 
     265         <field id="isss"         long_name="sea surface salinity"                                         standard_name="sea_surface_salinity"                               unit="1e-3"         />  
     266         <field id="qt_oce"       long_name="total flux at ocean surface"                                  standard_name="surface_downward_heat_flux_in_sea_water"            unit="W/m2"         /> 
     267         <field id="qsr_oce"      long_name="solar heat flux at ocean surface"                             standard_name="net_downward_shortwave_flux_at_sea_water_surface"   unit="W/m2"         /> 
     268         <field id="qns_oce"      long_name="non-solar heat flux at ocean surface"                                                                                            unit="W/m2"         /> 
     269         <field id="qt_ice"       long_name="total heat flux at ice surface: sum over categories"          standard_name="surface_downward_heat_flux_in_air"                  unit="W/m2"         /> 
     270         <field id="qsr_ice"      long_name="solar heat flux at ice surface: sum over categories"          standard_name="surface_downwelling_shortwave_flux_in_air"          unit="W/m2"         /> 
     271         <field id="qns_ice"      long_name="non-solar heat flux at ice surface: sum over categories"                                                                         unit="W/m2"         /> 
     272         <field id="qtr_ice"      long_name="solar heat flux transmitted through ice: sum over categories"                                                                    unit="W/m2"         /> 
     273         <field id="qemp_ice"     long_name="Downward Heat Flux from E-P over ice"                                                                                            unit="W/m2"         /> 
     274         <field id="micesalt"     long_name="Mean ice salinity"                                                                                                               unit="1e-3"         /> 
     275         <field id="miceage"      long_name="Mean ice age"                                                                                                                    unit="years"        /> 
     276 
     277         <field id="iceage_cat"   long_name="Ice age for categories"                                       unit="days"   axis_ref="ncatice" /> 
     278         <field id="iceconc_cat"  long_name="Ice concentration for categories"                             unit="%"      axis_ref="ncatice" /> 
     279         <field id="icethic_cat"  long_name="Ice thickness for categories"                                 unit="m"      axis_ref="ncatice" /> 
     280         <field id="snowthic_cat" long_name="Snow thicknessi for categories"                               unit="m"      axis_ref="ncatice" /> 
     281         <field id="salinity_cat" long_name="Sea-Ice Bulk salinity for categories"                         unit="g/kg"   axis_ref="ncatice" /> 
     282         <field id="brinevol_cat" long_name="Brine volume for categories"                                  unit="%"      axis_ref="ncatice" /> 
     283         <field id="icetemp_cat"  long_name="Ice temperature for categories"                               unit="degC"   axis_ref="ncatice" /> 
     284         <field id="snwtemp_cat"  long_name="Snow temperature for categories"                              unit="degC"   axis_ref="ncatice" /> 
     285 
    243286         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
    244          <field id="icehc"        long_name="ice total heat content"                                       unit="10^9 J"   />  
     287         <field id="icehc"        long_name="ice total heat content"                                       unit="10^9J"    />  
    245288         <field id="isnowhc"      long_name="snow total heat content"                                      unit="10^9J"    /> 
    246289         <field id="icest"        long_name="ice surface temperature"                                      unit="degC"     /> 
    247          <field id="sfxbri"       long_name="brine salt flux"                                              unit="psu*kg/m2/day" /> 
    248          <field id="sfxthd"       long_name="equivalent FW salt flux"                                      unit="psu*kg/m2/day" /> 
    249290         <field id="ibrinv"       long_name="brine volume"                                                 unit="%"        /> 
    250291         <field id="icecolf"      long_name="frazil ice collection thickness"                              unit="m"        /> 
    251292         <field id="icestr"       long_name="ice strength"                                                 unit="N/m"      /> 
    252293         <field id="icevel"       long_name="ice velocity"                                                 unit="m/s"      /> 
    253          <field id="isume"        long_name="surface melt"                                                 unit="km3/day"   /> 
    254          <field id="ibome"        long_name="bottom melt"                                                  unit="km3/day"   /> 
    255          <field id="idive"        long_name="divergence"                                                   unit="10-8s-1"  /> 
    256          <field id="ishear"       long_name="shear"                                                        unit="10-8s-1"  /> 
    257          <field id="icerepr"      long_name="daily resultant ice prod./melting from limupdate"             unit="km3/day"   /> 
    258          <field id="icevolu"      long_name="ice volume"                                                   unit="km3"      /> 
    259          <field id="snowvol"      long_name="snow volume"                                                  unit="km3"      /> 
    260          <field id="sfxmec"       long_name="salt flux from ridging rafting"                               unit="psu*kg/m2/day" /> 
    261          <field id="sfxres"       long_name="salt flux from lipupdate (resultant)"                         unit="psu*kg/m2/day" /> 
    262          <field id="icetrp"       long_name="ice volume transport"                                         unit="km3/day"   /> 
    263  
     294         <field id="idive"        long_name="divergence"                                                   unit="1e-8s-1"  /> 
     295         <field id="ishear"       long_name="shear"                                                        unit="1e-8s-1"  /> 
     296         <field id="icevolu"      long_name="ice volume"                                                   unit="m"        /> 
     297         <field id="snowvol"      long_name="snow volume"                                                  unit="m"        /> 
     298 
     299         <field id="icetrp"       long_name="ice volume transport"                                         unit="m/day"          /> 
     300         <field id="snwtrp"       long_name="snw volume transport"                                         unit="m/day"          /> 
     301         <field id="saltrp"       long_name="salt content transport"                                       unit="1e-3*kg/m2/day" /> 
     302         <field id="deitrp"       long_name="advected ice enthalpy"                                        unit="W/m2"           /> 
     303         <field id="destrp"       long_name="advected snw enthalpy"                                        unit="W/m2"           /> 
     304 
     305         <field id="sfxbri"       long_name="brine salt flux"                                              unit="1e-3*kg/m2/day" /> 
     306         <field id="sfxdyn"       long_name="salt flux from ridging rafting"                               unit="1e-3*kg/m2/day" /> 
     307         <field id="sfxres"       long_name="salt flux from lipupdate (resultant)"                         unit="1e-3*kg/m2/day" /> 
     308         <field id="sfxbog"       long_name="salt flux from bot growth"                                    unit="1e-3*kg/m2/day" /> 
     309         <field id="sfxbom"       long_name="salt flux from bot melt"                                      unit="1e-3*kg/m2/day" /> 
     310         <field id="sfxsum"       long_name="salt flux from surf melt"                                     unit="1e-3*kg/m2/day" /> 
     311         <field id="sfxsni"       long_name="salt flux from snow-ice formation"                            unit="1e-3*kg/m2/day" /> 
     312         <field id="sfxopw"       long_name="salt flux from open water ice formation"                      unit="1e-3*kg/m2/day" /> 
     313         <field id="sfx"          long_name="salt flux total"                                              unit="1e-3*kg/m2/day" /> 
     314 
     315         <field id="vfxbog"       long_name="daily bottom thermo ice prod."                                unit="m/day"   /> 
     316         <field id="vfxdyn"       long_name="daily  dynamic ice prod."                                     unit="m/day"   /> 
     317         <field id="vfxopw"       long_name="daily lateral thermo ice prod."                               unit="m/day"   /> 
     318         <field id="vfxsni"       long_name="daily snowice ice prod."                                      unit="m/day"   /> 
     319         <field id="vfxsum"       long_name="surface melt"                                                 unit="m/day"   /> 
     320         <field id="vfxbom"       long_name="bottom melt"                                                  unit="m/day"   /> 
     321         <field id="vfxres"       long_name="daily resultant ice prod./melting from limupdate"             unit="m/day"   /> 
     322         <field id="vfxice"       long_name="ice melt/growth"                                              unit="m/day"   /> 
     323         <field id="vfxsnw"       long_name="snw melt/growth"                                              unit="m/day"   /> 
     324         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   /> 
     325         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   /> 
     326 
     327         <field id="afxtot"       long_name="area tendency (total)"                                        unit="day-1"   /> 
     328         <field id="afxdyn"       long_name="area tendency (dynamics)"                                     unit="day-1"   /> 
     329         <field id="afxthd"       long_name="area tendency (thermo)"                                       unit="day-1"   /> 
     330 
     331         <field id="hfxsum"       long_name="heat fluxes causing surface ice melt"                         unit="W/m2"  /> 
     332         <field id="hfxbom"       long_name="heat fluxes causing bottom ice melt"                          unit="W/m2"  /> 
     333         <field id="hfxbog"       long_name="heat fluxes causing bottom ice growth"                        unit="W/m2"  /> 
     334         <field id="hfxdif"       long_name="heat fluxes causing ice temperature change"                   unit="W/m2"  /> 
     335         <field id="hfxopw"       long_name="heat fluxes causing open water ice formation"                 unit="W/m2"  /> 
     336         <field id="hfxsnw"       long_name="heat fluxes causing snow melt"                                unit="W/m2"  /> 
     337         <field id="hfxerr"       long_name="heat fluxes error after heat diffusion"                       unit="W/m2"  /> 
     338         <field id="hfxerr_rem"   long_name="heat fluxes error after remapping"                            unit="W/m2"  /> 
     339         <field id="hfxout"       long_name="total heat fluxes received by the ocean"                      unit="W/m2"  /> 
     340         <field id="hfxin"        long_name="total heat fluxes at the ice/ocean surface"                   unit="W/m2"  /> 
     341 
     342         <!-- heat flux associated with mass exchange --> 
     343         <field id="hfxthd"       long_name="heat fluxes from ice-ocean mass exchange during thermo"       unit="W/m2"  /> 
     344         <field id="hfxdyn"       long_name="heat fluxes from ice-ocean mass exchange during dynamic"      unit="W/m2"  /> 
     345         <field id="hfxres"       long_name="heat fluxes from ice-ocean mass exchange during resultant"    unit="W/m2"  /> 
     346         <field id="hfxsub"       long_name="heat fluxes from ice-atm. mass exchange during sublimation"   unit="W/m2"  /> 
     347         <field id="hfxspr"       long_name="heat fluxes from ice-atm. mass exchange during snow precip"   unit="W/m2"  /> 
     348 
     349         <!-- diags --> 
     350         <field id="hfxdhc"       long_name="Heat content variation in snow and ice"                       unit="W/m2" /> 
     351         <field id="hfxtur"       long_name="turbulent heat flux at the ice base"                          unit="W/m2" /> 
     352    <!-- sbcssm variables --> 
     353         <field id="sst_m"    unit="degC" /> 
     354         <field id="sss_m"    unit="psu"  /> 
     355         <field id="ssu_m"    unit="m/s"  /> 
     356         <field id="ssv_m"    unit="m/s"  /> 
     357         <field id="ssh_m"    unit="m"    /> 
     358         <field id="e3t_m"    unit="m"    /> 
     359         <field id="frq_m"    unit="-"    /> 
    264360 
    265361      </field_group> 
     
    267363      <!-- U grid --> 
    268364       
    269       <field_group id="grid_U"   grid_ref="grid_U_2D" operation="instant"> 
    270          <field id="utau"         long_name="Wind Stress along i-axis"                    unit="N/m2" /> 
    271          <field id="suoce"        long_name="ocean surface current along i-axis"          unit="m/s"  /> 
    272          <field id="uoce"         long_name="ocean current along i-axis"                  unit="m/s"  grid_ref="grid_U_3D" /> 
    273          <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"      unit="m3/s" grid_ref="grid_U_3D" /> 
    274          <field id="uocet"        long_name="ocean transport along i-axis times temperature" unit="degC.m/s" grid_ref="grid_U_3D" /> 
    275          <field id="uoces"        long_name="ocean transport along i-axis times salinity"    unit="psu.m/s"  grid_ref="grid_U_3D" /> 
     365      <field_group id="grid_U"   grid_ref="grid_U_2D"> 
     366         <field id="e3u"          long_name="U-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_U_3D" /> 
     367         <field id="utau"         long_name="Wind Stress along i-axis"                               standard_name="surface_downward_x_stress"   unit="N/m2"                            /> 
     368         <field id="uoce"         long_name="ocean current along i-axis"                             standard_name="sea_water_x_velocity"        unit="m/s"        grid_ref="grid_U_3D" /> 
     369         <field id="uoce_e3u"     long_name="ocean current along i-axis * e3u"                                                                   unit="m2/s"       grid_ref="grid_U_3D"  > uoce * e3u </field> 
     370         <field id="ssu"          long_name="ocean surface current along i-axis"                                                                 unit="m/s"                             /> 
     371         <field id="sbu"          long_name="ocean bottom current along i-axis"                                                                  unit="m/s"                             /> 
     372         <field id="ubar"         long_name="ocean barotropic current along i-axis"                                                              unit="m/s"                             /> 
     373         <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"                 standard_name="ocean_volume_x_transport"    unit="m3/s"       grid_ref="grid_U_3D" /> 
     374         <field id="uocet"        long_name="ocean transport along i-axis times temperature (CRS)"                                               unit="degC*m/s"   grid_ref="grid_U_3D" /> 
     375         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
     376 
    276377         <!-- variables available with MLE --> 
    277          <field id="psiu_mle"     long_name="MLE streamfunction along i-axis"             unit="m3/s"  grid_ref="grid_U_3D"  /> 
     378         <field id="psiu_mle"     long_name="MLE streamfunction along i-axis"   unit="m3/s"   grid_ref="grid_U_3D" /> 
     379 
    278380         <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    279          <field id="uoce_eiv"     long_name="EIV ocean current along i-axis"              unit="m/s"  grid_ref="grid_U_3D" /> 
     381         <field id="uoce_eiv"     long_name="EIV ocean current along i-axis"   standard_name="bolus_sea_water_x_velocity"   unit="m/s"   grid_ref="grid_U_3D" /> 
     382 
    280383         <!-- uoce_eiv: available with key_trabbl --> 
    281          <field id="uoce_bbl"     long_name="BBL ocean current along i-axis"              unit="m/s"  grid_ref="grid_U_3D" /> 
    282     <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"             unit="m3/s" /> 
     384         <field id="uoce_bbl"     long_name="BBL ocean current along i-axis"    unit="m/s"  /> 
     385         <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"   unit="m3/s" /> 
     386 
     387         <!-- variable for ice shelves --> 
     388         <field id="utbl"         long_name="zonal current in the Losh tbl"     unit="m/s" /> 
     389 
    283390         <!-- variables available with key_diaar5 --> 
    284          <field id="u_masstr"     long_name="ocean eulerian mass transport along i-axis"  unit="kg/s" grid_ref="grid_U_3D" /> 
    285          <field id="u_heattr"     long_name="ocean eulerian heat transport along i-axis"  unit="W"    /> 
    286          <field id="ueiv_heattr"  long_name="ocean bolus heat transport along i-axis"     unit="W"    /> 
    287          <field id="udiff_heattr" long_name="ocean diffusion heat transport along i-axis" unit="W"    /> 
    288      </field_group> 
     391         <field id="u_masstr"     long_name="ocean eulerian mass transport along i-axis"    standard_name="ocean_mass_x_transport"                          unit="kg/s"        grid_ref="grid_U_3D" /> 
     392         <field id="u_heattr"     long_name="ocean eulerian heat transport along i-axis"    standard_name="ocean_heat_x_transport"                          unit="W"                                /> 
     393         <field id="u_salttr"     long_name="ocean eulerian salt transport along i-axis"    standard_name="ocean_salt_x_transport"                          unit="1e-3*kg/s"                        /> 
     394         <field id="ueiv_heattr"  long_name="ocean bolus heat transport along i-axis"       standard_name="ocean_heat_x_transport_due_to_bolus_advection"   unit="W"                                /> 
     395         <field id="udiff_heattr" long_name="ocean diffusion heat transport along i-axis"   standard_name="ocean_heat_x_transport_due_to_diffusion"         unit="W"                                /> 
     396      </field_group> 
    289397       
    290398      <!-- V grid --> 
    291399       
    292       <field_group id="grid_V"   grid_ref="grid_V_2D" operation="instant"> 
    293          <field id="vtau"         long_name="Wind Stress along j-axis"                    unit="N/m2" /> 
    294          <field id="svoce"        long_name="ocean surface current along j-axis"          unit="m/s"  /> 
    295          <field id="voce"         long_name="ocean current along j-axis"                  unit="m/s"  grid_ref="grid_V_3D" /> 
    296          <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"      unit="m3/s" grid_ref="grid_V_3D" /> 
    297          <field id="vocet"        long_name="ocean transport along j-axis times temperature" unit="degC.m/s" grid_ref="grid_V_3D" /> 
    298          <field id="voces"        long_name="ocean transport along j-axis times salinity"    unit="psu.m/s"  grid_ref="grid_V_3D" /> 
     400      <field_group id="grid_V"   grid_ref="grid_V_2D"> 
     401         <field id="e3v"          long_name="V-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_V_3D" /> 
     402         <field id="vtau"         long_name="Wind Stress along j-axis"                               standard_name="surface_downward_y_stress"   unit="N/m2"                            /> 
     403         <field id="voce"         long_name="ocean current along j-axis"                             standard_name="sea_water_y_velocity"        unit="m/s"        grid_ref="grid_V_3D" /> 
     404         <field id="voce_e3v"     long_name="ocean current along j-axis * e3v"                                                                   unit="m2/s"       grid_ref="grid_V_3D"  > voce * e3v </field> 
     405         <field id="ssv"          long_name="ocean surface current along j-axis"                                                                 unit="m/s"                             /> 
     406         <field id="sbv"          long_name="ocean bottom current along j-axis"                                                                  unit="m/s"                             /> 
     407         <field id="vbar"         long_name="ocean barotropic current along j-axis"                                                              unit="m/s"                             /> 
     408         <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"                 standard_name="ocean_volume_y_transport"    unit="m3/s"       grid_ref="grid_V_3D" /> 
     409         <field id="vocet"        long_name="ocean transport along j-axis times temperature (CRS)"                                               unit="degC*m/s"   grid_ref="grid_V_3D" /> 
     410         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
     411 
    299412         <!-- variables available with MLE --> 
    300          <field id="psiv_mle"     long_name="MLE streamfunction along j-axis"             unit="m3/s"  grid_ref="grid_V_3D"  /> 
     413         <field id="psiv_mle"     long_name="MLE streamfunction along j-axis"   unit="m3/s"   grid_ref="grid_V_3D" /> 
     414 
    301415         <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    302          <field id="voce_eiv"     long_name="EIV ocean current along j-axis"              unit="m/s"  grid_ref="grid_V_3D" /> 
     416         <field id="voce_eiv"     long_name="EIV ocean current along j-axis"   standard_name="bolus_sea_water_y_velocity"   unit="m/s"   grid_ref="grid_V_3D" /> 
     417 
    303418         <!-- voce_eiv: available with key_trabbl --> 
    304          <field id="voce_bbl"     long_name="BBL ocean current along j-axis"              unit="m/s"  grid_ref="grid_V_3D" /> 
    305     <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"             unit="m3/s"                   /> 
     419         <field id="voce_bbl"     long_name="BBL ocean current along j-axis"    unit="m/s"  /> 
     420         <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"   unit="m3/s" /> 
     421 
     422         <!-- variable for ice shelves --> 
     423         <field id="vtbl"         long_name="meridional current in the Losh tbl"   unit="m/s" /> 
     424 
    306425         <!-- variables available with key_diaar5 --> 
    307          <field id="v_masstr"     long_name="ocean eulerian mass transport along j-axis"  unit="kg/s" grid_ref="grid_V_3D" /> 
    308          <field id="v_heattr"     long_name="ocean eulerian heat transport along j-axis"  unit="W"     /> 
    309          <field id="veiv_heattr"  long_name="ocean bolus heat transport along j-axis"     unit="W"     /> 
    310          <field id="vdiff_heattr" long_name="ocean diffusion heat transport along j-axis" unit="W"     /> 
     426         <field id="v_masstr"     long_name="ocean eulerian mass transport along j-axis"    standard_name="ocean_mass_y_transport"                          unit="kg/s"        grid_ref="grid_V_3D" /> 
     427         <field id="v_heattr"     long_name="ocean eulerian heat transport along j-axis"    standard_name="ocean_heat_y_transport"                          unit="W"                                /> 
     428         <field id="v_salttr"     long_name="ocean eulerian salt transport along i-axis"    standard_name="ocean_salt_y_transport"                          unit="1e-3*kg/s"                        /> 
     429         <field id="veiv_heattr"  long_name="ocean bolus heat transport along j-axis"       standard_name="ocean_heat_y_transport_due_to_bolus_advection"   unit="W"                                /> 
     430         <field id="vdiff_heattr" long_name="ocean diffusion heat transport along j-axis"   standard_name="ocean_heat_y_transport_due_to_diffusion"         unit="W"                                /> 
    311431      </field_group> 
    312432       
    313433      <!-- W grid --> 
    314434       
    315       <field_group id="grid_W" grid_ref="grid_W_3D" operation="instant"> 
    316         <field id="woce"         long_name="ocean vertical velocity"                  unit="m/s"    /> 
    317         <field id="wocetr_eff"   long_name="effective ocean vertical transport"       unit="m3/s"   /> 
     435      <field_group id="grid_W" grid_ref="grid_W_3D"> 
     436        <field id="e3w"          long_name="W-cell thickness"                     standard_name="cell_thickness"              unit="m"    /> 
     437        <field id="woce"         long_name="ocean vertical velocity"              standard_name="upward_sea_water_velocity"   unit="m/s"  /> 
     438        <field id="wocetr_eff"   long_name="effective ocean vertical transport"                                               unit="m3/s" /> 
     439 
    318440        <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    319         <field id="woce_eiv"     long_name="EIV ocean vertical velocity"              unit="m/s"    /> 
     441        <field id="woce_eiv"     long_name="EIV ocean vertical velocity"   standard_name="bolus_upward_sea_water_velocity"   unit="m/s" /> 
     442 
    320443        <!-- woce_eiv: available with key_trabbl_adv --> 
    321         <field id="avt"          long_name="vertical eddy diffusivity"                unit="m2/s"   /> 
    322         <field id="avm"          long_name="vertical eddy viscosity"                  unit="m2/s"   /> 
     444        <field id="avt"          long_name="vertical eddy diffusivity"   standard_name="ocean_vertical_heat_diffusivity"       unit="m2/s" /> 
     445        <field id="avm"          long_name="vertical eddy viscosity"     standard_name="ocean_vertical_momentum_diffusivity"   unit="m2/s" /> 
     446 
    323447        <!-- avs: available with key_zdfddm --> 
    324         <field id="avs"          long_name="salt vertical eddy diffusivity"           unit="m2/s"   /> 
     448        <field id="avs"          long_name="salt vertical eddy diffusivity"   standard_name="ocean_vertical_salt_diffusivity"   unit="m2/s" /> 
     449 
    325450        <!-- avt_evd and avm_evd: available with ln_zdfevd --> 
    326         <field id="avt_evd"      long_name="enhanced vertical diffusivity"            unit="m2/s"   /> 
    327         <field id="avm_evd"      long_name="enhanced vertical viscosity"              unit="m2/s"   /> 
     451        <field id="avt_evd"      long_name="convective enhancement to vertical diffusivity"   standard_name="ocean_vertical_tracer_diffusivity_due_to_convection"     unit="m2/s" /> 
     452        <field id="avm_evd"      long_name="convective enhancement to vertical viscosity"     standard_name="ocean_vertical_momentum_diffusivity_due_to_convection"   unit="m2/s" /> 
     453 
    328454        <!-- avt_tide: available with key_zdftmx --> 
    329         <field id="av_tide"      long_name="tidal vertical diffusivity"               unit="m2/s"   /> 
     455        <field id="av_tide"      long_name="tidal vertical diffusivity"   standard_name="ocean_vertical_tracer_diffusivity_due_to_tides"   unit="m2/s" /> 
     456 
    330457        <!-- variables available with key_diaar5 -->    
    331         <field id="w_masstr"     long_name="vertical mass trasport"                   unit="kg/s"   /> 
    332         <field id="w_masstr2"    long_name="square of vertical mass trasport"         unit="kg2/s2" /> 
    333          
     458        <field id="w_masstr"     long_name="vertical mass transport"             standard_name="upward_ocean_mass_transport"             unit="kg/s"   /> 
     459        <field id="w_masstr2"    long_name="square of vertical mass transport"   standard_name="square_of_upward_ocean_mass_transport"   unit="kg2/s2" /> 
     460 
    334461        <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d --> 
    335         <field id="aht2d"        long_name="lateral eddy diffusivity"                    unit="m2/s"   grid_ref="grid_W_2D" /> 
    336         <field id="aht2d_eiv"    long_name="EIV lateral eddy diffusivity"                unit="m2/s"   grid_ref="grid_W_2D"/> 
     462        <field id="aht2d"        long_name="lateral eddy diffusivity"       standard_name="ocean_tracer_xy_laplacian_diffusivity"      unit="m2/s"   grid_ref="grid_W_2D" /> 
     463        <field id="aht2d_eiv"    long_name="EIV lateral eddy diffusivity"   standard_name="ocean_tracer_bolus_laplacian_diffusivity"   unit="m2/s"   grid_ref="grid_W_2D" /> 
    337464      </field_group> 
    338465           
    339466      <!-- scalar variables available with key_diaar5 --> 
    340467 
    341       <field_group id="scalar"  domain_ref="1point" operation="instant" > 
    342          <field id="voltot"     long_name="global mean volume"                         unit="m3"   /> 
    343          <field id="sshtot"     long_name="global mean ssh"                            unit="m"    /> 
    344          <field id="sshsteric"  long_name="global mean ssh steric"                     unit="m"    /> 
    345          <field id="sshthster"  long_name="global mean ssh thermosteric"               unit="m"    /> 
    346          <field id="masstot"    long_name="global mean mass"                           unit="kg"   /> 
    347          <field id="temptot"    long_name="global mean temperature"                    unit="degC" /> 
    348          <field id="saltot"     long_name="global mean salinity"                       unit="psu"  /> 
    349          <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" /> 
    350  
    351        <!-- available with ln_diahsb --> 
    352     <field id="bgtemper"     long_name="global mean temperature"                  unit="degC"   /> 
    353     <field id="bgsaline"     long_name="global mean salinity"                     unit="psu"    /> 
    354     <field id="bgheatco"     long_name="global mean heat content"                 unit="10^9J"  /> 
    355     <field id="bgsaltco"     long_name="global mean salt content"                 unit="psu*m3" /> 
    356     <field id="bgvolssh"     long_name="global mean ssh volume"                   unit="km3"     /> 
    357     <field id="bgvoltot"     long_name="global mean volume"                       unit="km3"     /> 
    358     <field id="bgsshtot"     long_name="global mean ssh"                          unit="m"      /> 
    359     <field id="bgfrcvol"     long_name="global mean volume from forcing"          unit="km3"     /> 
    360     <field id="bgfrctem"     long_name="global mean heat content from forcing"    unit="10^9J"  /> 
    361     <field id="bgfrcsal"     long_name="global mean salt content from forcing"    unit="psu*km3" /> 
    362     <field id="bgmistem"     long_name="global mean temperature error due to free surface" unit="degC" /> 
    363     <field id="bgmissal"     long_name="global mean salinity error due to free surface"    unit="psu"  /> 
    364       </field_group> 
    365  
    366       <field_group id="SBC_scalar"  domain_ref="1point" operation="instant" > 
    367          <!-- available with ln_limdiahsb --> 
    368     <field id="ibgvoltot"    long_name="global mean ice volume"                   unit="km3"   /> 
    369     <field id="sbgvoltot"    long_name="global mean snow volume"                  unit="km3"   /> 
    370     <field id="ibgarea"      long_name="global mean ice area"                     unit="km2"   /> 
    371     <field id="ibgsaline"    long_name="global mean ice salinity"                 unit="psu"   /> 
    372     <field id="ibgtemper"    long_name="global mean ice temperature"              unit="degC"   /> 
    373     <field id="ibgheatco"    long_name="global mean ice heat content"             unit="10^9J"   /> 
    374     <field id="ibgsaltco"    long_name="global mean ice salt content"             unit="psu*km3"   /> 
    375     <field id="sbgheatco"    long_name="global mean snow heat content"            unit="10^9J"   /> 
    376     <field id="ibgfrcsfx"    long_name="global mean salt content from sfx"        unit="psu*km3"   /> 
    377     <field id="ibgfrcemp"    long_name="global mean volume from emp"              unit="km3"      /> 
    378     <field id="ibgsfx"       long_name="global mean emps"                         unit="psu*kg/m2/day"   /> 
    379     <field id="ibgemp"       long_name="global mean emp"                          unit="kg/m2/day"   /> 
    380     <field id="ibgsfxbri"    long_name="global mean ice sfx_bri"                  unit="psu*kg/m2/day"   /> 
    381     <field id="ibgsfxthd"    long_name="global mean ice sfx_thd"                  unit="psu*kg/m2/day"   /> 
    382     <field id="ibgsfxres"    long_name="global mean ice sfx_res"                  unit="psu*kg/m2/day"   /> 
    383     <field id="ibgsfxmec"    long_name="global mean ice fsalt_rpo"                unit="psu*kg/m2/day"   /> 
    384     <field id="ibggrpme"     long_name="global mean ice growth+melt volume"       unit="km3"      /> 
     468      <field_group id="scalar"  domain_ref="1point" > 
     469         <field id="voltot"     long_name="global total volume"                          standard_name="sea_water_volume"                               unit="m3"   /> 
     470         <field id="sshtot"     long_name="global mean ssh"                              standard_name="global_average_sea_level_change"                unit="m"    /> 
     471         <field id="sshsteric"  long_name="global mean ssh steric"                       standard_name="global_average_steric_sea_level_change"         unit="m"    /> 
     472         <field id="sshthster"  long_name="global mean ssh thermosteric"                 standard_name="global_average_thermosteric_sea_level_change"   unit="m"    /> 
     473         <field id="masstot"    long_name="global total mass"                            standard_name="sea_water_mass"                                 unit="kg"   /> 
     474         <field id="temptot"    long_name="global mean temperature"                      standard_name="sea_water_potential_temperature"                unit="degC" /> 
     475         <field id="saltot"     long_name="global mean salinity"                         standard_name="sea_water_salinity"                             unit="1e-3" /> 
     476         <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait"   standard_name="sea_ice_transport_across_line"                  unit="kg/s" /> 
     477 
     478          <!-- available with ln_diahsb --> 
     479       <field id="bgtemper"     long_name="drift in global mean temperature wrt timestep 1"                 standard_name="change_over_time_in_sea_water_potential_temperature"   unit="degC"     /> 
     480       <field id="bgsaline"     long_name="drift in global mean salinity wrt timestep 1"                    standard_name="change_over_time_in_sea_water_practical_salinity"      unit="1e-3"     /> 
     481       <field id="bgheatco"     long_name="drift in global mean heat content wrt timestep 1"                                                                                      unit="10^9J"    /> 
     482       <field id="bgsaltco"     long_name="drift in global mean salt content wrt timestep 1"                                                                                      unit="1e-3*m3"  /> 
     483       <field id="bgvolssh"     long_name="drift in global mean ssh volume wrt timestep 1"                                                                                        unit="km3"      /> 
     484         <field id="bgvole3t"     long_name="drift in global mean volume variation (e3t) wrt timestep 1"                                                                            unit="km3"      /> 
     485       <field id="bgvoltot"     long_name="drift in global mean volume wrt timestep 1"                                                                                            unit="km3"      /> 
     486         <!-- NOTE: No matching iom_put call --> 
     487       <field id="bgsshtot"     long_name="drift in global mean ssh wrt timestep 1"                         standard_name="global_average_sea_level_change"                       unit="m"        /> 
     488       <field id="bgfrcvol"     long_name="drift in global mean volume from forcing wrt timestep 1"                                                                               unit="km3"      /> 
     489       <field id="bgfrctem"     long_name="drift in global mean heat content from forcing wrt timestep 1"                                                                         unit="10^9J"    /> 
     490       <field id="bgfrcsal"     long_name="drift in global mean salt content from forcing wrt timestep 1"                                                                         unit="1e-3*km3" /> 
     491       <field id="bgmistem"     long_name="global mean temperature error due to free surface"                                                                                     unit="degC"     /> 
     492       <field id="bgmissal"     long_name="global mean salinity error due to free surface"                                                                                        unit="1e-3"     /> 
     493      </field_group> 
     494 
     495      <!-- LIM3 scalar variables --> 
     496 
     497      <field_group id="SBC_scalar"  domain_ref="1point" > 
     498         <!-- available with ln_limdiaout --> 
     499         <field id="ibgvoltot"    long_name="global mean ice volume"                                 unit="km3"        /> 
     500         <field id="sbgvoltot"    long_name="global mean snow volume"                                unit="km3"        /> 
     501         <field id="ibgarea"      long_name="global mean ice area"                                   unit="km2"        /> 
     502         <field id="ibgsaline"    long_name="global mean ice salinity"                               unit="1e-3"       /> 
     503         <field id="ibgtemper"    long_name="global mean ice temperature"                            unit="degC"       /> 
     504         <field id="ibgheatco"    long_name="global mean ice heat content"                           unit="10^20J"     /> 
     505         <field id="sbgheatco"    long_name="global mean snow heat content"                          unit="10^20J"     /> 
     506         <field id="ibgsaltco"    long_name="global mean ice salt content"                           unit="1e-3*km3"   /> 
     507 
     508         <field id="ibgvfx"       long_name="global mean volume flux (emp)"                          unit="m/day"      /> 
     509         <field id="ibgvfxbog"    long_name="global mean volume flux (bottom growth)"                unit="m/day"      /> 
     510         <field id="ibgvfxopw"    long_name="global mean volume flux (open water growth)"            unit="m/day"      /> 
     511         <field id="ibgvfxsni"    long_name="global mean volume flux (snow-ice growth)"              unit="m/day"      /> 
     512         <field id="ibgvfxdyn"    long_name="global mean volume flux (dynamic growth)"               unit="m/day"      /> 
     513         <field id="ibgvfxbom"    long_name="global mean volume flux (bottom melt)"                  unit="m/day"      /> 
     514         <field id="ibgvfxsum"    long_name="global mean volume flux (surface melt)"                 unit="m/day"      /> 
     515         <field id="ibgvfxres"    long_name="global mean volume flux (resultant)"                    unit="m/day"      /> 
     516         <field id="ibgvfxspr"    long_name="global mean volume flux (snow precip)"                  unit="m/day"      /> 
     517         <field id="ibgvfxsnw"    long_name="global mean volume flux (snow melt)"                    unit="m/day"      /> 
     518         <field id="ibgvfxsub"    long_name="global mean volume flux (snow sublimation)"             unit="m/day"      /> 
     519 
     520         <field id="ibgsfx"       long_name="global mean salt flux (total)"                          unit="1e-3*m/day" /> 
     521         <field id="ibgsfxbri"    long_name="global mean salt flux (brines)"                         unit="1e-3*m/day" /> 
     522         <field id="ibgsfxdyn"    long_name="global mean salt flux (dynamic)"                        unit="1e-3*m/day" /> 
     523         <field id="ibgsfxres"    long_name="global mean salt flux (resultant)"                      unit="1e-3*m/day" /> 
     524         <field id="ibgsfxbog"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     525         <field id="ibgsfxopw"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     526         <field id="ibgsfxsni"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     527         <field id="ibgsfxbom"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     528         <field id="ibgsfxsum"    long_name="global mean salt flux (thermo)"                         unit="1e-3*m/day" /> 
     529 
     530         <field id="ibghfxdhc"    long_name="Heat content variation in snow and ice"                 unit="W"          /> 
     531         <field id="ibghfxspr"    long_name="Heat content of snow precip"                            unit="W"          /> 
     532 
     533         <field id="ibghfxthd"    long_name="heat fluxes from ice-ocean exchange during thermo"      unit="W"          /> 
     534         <field id="ibghfxsum"    long_name="heat fluxes causing surface ice melt"                   unit="W"          /> 
     535         <field id="ibghfxbom"    long_name="heat fluxes causing bottom ice melt"                    unit="W"          /> 
     536         <field id="ibghfxbog"    long_name="heat fluxes causing bottom ice growth"                  unit="W"          /> 
     537         <field id="ibghfxdif"    long_name="heat fluxes causing ice temperature change"             unit="W"          /> 
     538         <field id="ibghfxopw"    long_name="heat fluxes causing open water ice formation"           unit="W"          /> 
     539         <field id="ibghfxdyn"    long_name="heat fluxes from ice-ocean exchange during dynamic"     unit="W"          /> 
     540         <field id="ibghfxres"    long_name="heat fluxes from ice-ocean exchange during resultant"   unit="W"          /> 
     541         <field id="ibghfxsub"    long_name="heat fluxes from sublimation"                           unit="W"          /> 
     542         <field id="ibghfxsnw"    long_name="heat fluxes from snow-ocean exchange"                   unit="W"          /> 
     543         <field id="ibghfxout"    long_name="non solar heat fluxes received by the ocean"            unit="W"          /> 
     544         <field id="ibghfxin"     long_name="total heat fluxes at the ice surface"                   unit="W"          /> 
     545 
     546         <field id="ibgfrcvol"    long_name="global mean forcing volume (emp)"                       unit="km3"        /> 
     547         <field id="ibgfrcsfx"    long_name="global mean forcing salt   (sfx)"                       unit="1e-3*km3"   /> 
     548         <field id="ibgvolgrm"    long_name="global mean ice growth+melt volume"                     unit="km3"        /> 
    385549      </field_group> 
    386550   
    387551      <!-- variables available with key_float --> 
     552 
    388553      <field_group id="floatvar" domain_ref="1point" axis_ref="nfloat" operation="instant" > 
    389         <field id="traj_lon"   long_name="floats longitude"   unit="deg"   /> 
    390         <field id="traj_lat"   long_name="floats latitude"    unit="deg"  /> 
    391         <field id="traj_dep"   long_name="floats depth"       unit="m"     /> 
    392         <field id="traj_temp"  long_name="floats temperature" unit="degC"  /> 
    393         <field id="traj_salt"  long_name="floats salinity"    unit="psu"   /> 
    394         <field id="traj_dens"  long_name="floats density"     unit="kg/m3" /> 
    395         <field id="traj_group" long_name="floats group"       unit="none"  /> 
     554        <field id="traj_lon"      long_name="floats longitude"                                                           unit="degrees_east"  /> 
     555        <field id="traj_lat"      long_name="floats latitude"                                                            unit="degrees_north" /> 
     556        <field id="traj_dep"      long_name="floats depth"                                                               unit="m"             /> 
     557        <field id="traj_temp"     long_name="floats temperature"       standard_name="sea_water_potential_temperature"   unit="degC"          /> 
     558        <field id="traj_salt"     long_name="floats salinity"          standard_name="sea_water_practical_salinity"      unit="1e-3"          /> 
     559        <field id="traj_dens"     long_name="floats in-situ density"   standard_name="sea_water_density"                 unit="kg/m3"        /> 
     560        <field id="traj_group"    long_name="floats group"                                                               unit="1"             /> 
    396561      </field_group> 
    397562 
    398563      <!-- variables available with iceberg trajectories --> 
    399       <field_group id="icbvar" domain_ref="grid_T" operation="instant" >  
    400         <field id="berg_melt"          long_name="icb melt rate of icebergs"                     unit="kg/m2/s"   /> 
    401         <field id="berg_buoy_melt"     long_name="icb buoyancy component of iceberg melt rate"   unit="kg/m2/s"   /> 
    402         <field id="berg_eros_melt"     long_name="icb erosion component of iceberg melt rate"    unit="kg/m2/s"   /> 
    403         <field id="berg_conv_melt"     long_name="icb convective component of iceberg melt rate" unit="kg/m2/s"   /> 
    404         <field id="berg_virtual_area"  long_name="icb virtual coverage by icebergs"              unit="m2"        /> 
    405         <field id="bits_src"           long_name="icb mass source of bergy bits"                 unit="kg/m2/s"   /> 
    406         <field id="bits_melt"          long_name="icb melt rate of bergy bits"                   unit="kg/m2/s"   /> 
    407         <field id="bits_mass"          long_name="icb bergy bit density field"                   unit="kg/m2"     /> 
    408         <field id="berg_mass"          long_name="icb iceberg density field"                     unit="kg/m2"     /> 
    409         <field id="calving"            long_name="icb calving mass input"                        unit="kg/s"      /> 
    410         <field id="berg_floating_melt" long_name="icb melt rate of icebergs + bits"              unit="kg/m2/s"   /> 
    411         <field id="berg_real_calving"  long_name="icb calving into iceberg class"                unit="kg/s"     axis_ref="icbcla" /> 
    412         <field id="berg_stored_ice"    long_name="icb accumulated ice mass by class"             unit="kg"       axis_ref="icbcla" /> 
    413       </field_group> 
     564 
     565      <field_group id="icbvar" domain_ref="grid_T"  >  
     566        <field id="berg_melt"          long_name="icb melt rate of icebergs"                       unit="kg/m2/s"                    /> 
     567        <field id="berg_buoy_melt"     long_name="icb buoyancy component of iceberg melt rate"     unit="kg/m2/s"                    /> 
     568        <field id="berg_eros_melt"     long_name="icb erosion component of iceberg melt rate"      unit="kg/m2/s"                    /> 
     569        <field id="berg_conv_melt"     long_name="icb convective component of iceberg melt rate"   unit="kg/m2/s"                    /> 
     570        <field id="berg_virtual_area"  long_name="icb virtual coverage by icebergs"                unit="m2"                         /> 
     571        <field id="bits_src"           long_name="icb mass source of bergy bits"                   unit="kg/m2/s"                    /> 
     572        <field id="bits_melt"          long_name="icb melt rate of bergy bits"                     unit="kg/m2/s"                    /> 
     573        <field id="bits_mass"          long_name="icb bergy bit density field"                     unit="kg/m2"                      /> 
     574        <field id="berg_mass"          long_name="icb iceberg density field"                       unit="kg/m2"                      /> 
     575        <field id="calving"            long_name="icb calving mass input"                          unit="kg/s"                       /> 
     576        <field id="berg_floating_melt" long_name="icb melt rate of icebergs + bits"                unit="kg/m2/s"                    /> 
     577        <field id="berg_real_calving"  long_name="icb calving into iceberg class"                  unit="kg/s"     axis_ref="icbcla" /> 
     578        <field id="berg_stored_ice"    long_name="icb accumulated ice mass by class"               unit="kg"       axis_ref="icbcla" /> 
     579      </field_group> 
     580 
     581      <!-- Poleward transport : ptr -->      
     582      <field_group id="diaptr" domain_ref="ptr" >  
     583        <field id="zomsfglo"          long_name="Meridional Stream-Function: Global"           unit="Sv"       grid_ref="gznl_W_3D" /> 
     584        <field id="zomsfatl"          long_name="Meridional Stream-Function: Atlantic"         unit="Sv"       grid_ref="gznl_W_3D" /> 
     585        <field id="zomsfpac"          long_name="Meridional Stream-Function: Pacific"          unit="Sv"       grid_ref="gznl_W_3D" /> 
     586        <field id="zomsfind"          long_name="Meridional Stream-Function: Indian"           unit="Sv"       grid_ref="gznl_W_3D" /> 
     587        <field id="zomsfipc"          long_name="Meridional Stream-Function: Pacific+Indian"   unit="Sv"       grid_ref="gznl_W_3D" /> 
     588        <field id="zotemglo"          long_name="Zonal Mean Temperature : Global"              unit="degC"     grid_ref="gznl_T_3D" /> 
     589        <field id="zotematl"          long_name="Zonal Mean Temperature : Atlantic"            unit="degC"     grid_ref="gznl_T_3D" /> 
     590        <field id="zotempac"          long_name="Zonal Mean Temperature : Pacific"             unit="degC"     grid_ref="gznl_T_3D" /> 
     591        <field id="zotemind"          long_name="Zonal Mean Temperature : Indian"              unit="degC"     grid_ref="gznl_T_3D" /> 
     592        <field id="zotemipc"          long_name="Zonal Mean Temperature : Pacific+Indian"      unit="degC"     grid_ref="gznl_T_3D" /> 
     593        <field id="zosalglo"          long_name="Zonal Mean Salinity : Global"                 unit="1e-3"     grid_ref="gznl_T_3D" /> 
     594        <field id="zosalatl"          long_name="Zonal Mean Salinity : Atlantic"               unit="1e-3"     grid_ref="gznl_T_3D" /> 
     595        <field id="zosalpac"          long_name="Zonal Mean Salinity : Pacific"                unit="1e-3"     grid_ref="gznl_T_3D" /> 
     596        <field id="zosalind"          long_name="Zonal Mean Salinity : Indian"                 unit="1e-3"     grid_ref="gznl_T_3D" /> 
     597        <field id="zosalipc"          long_name="Zonal Mean Salinity : Pacific+Indian"         unit="1e-3"     grid_ref="gznl_T_3D" /> 
     598        <field id="zosrfglo"          long_name="Zonal Mean Surface"                           unit="m2"       grid_ref="gznl_T_3D" /> 
     599        <field id="zosrfatl"          long_name="Zonal Mean Surface : Atlantic"                unit="m2"       grid_ref="gznl_T_3D" /> 
     600        <field id="zosrfpac"          long_name="Zonal Mean Surface : Pacific"                 unit="m2"       grid_ref="gznl_T_3D" /> 
     601        <field id="zosrfind"          long_name="Zonal Mean Surface : Indian"                  unit="m2"       grid_ref="gznl_T_3D" /> 
     602        <field id="zosrfipc"          long_name="Zonal Mean Surface : Pacific+Indian"          unit="m2"       grid_ref="gznl_T_3D" /> 
     603        <field id="sophtadv"          long_name="Advective Heat Transport"                     unit="PW"       grid_ref="gznl_T_2D" /> 
     604        <field id="sophtldf"          long_name="Diffusive Heat Transport"                     unit="PW"       grid_ref="gznl_T_2D" /> 
     605        <field id="sopstadv"          long_name="Advective Salt Transport"                     unit="Giga g/s" grid_ref="gznl_T_2D" /> 
     606        <field id="sopstldf"          long_name="Diffusive Salt Transport"                     unit="Giga g/s" grid_ref="gznl_T_2D" /> 
     607      </field_group> 
     608 
     609    <!--  
     610============================================================================================================ 
     611                  Physical ocean model trend diagnostics : temperature, KE, PE, momentum 
     612============================================================================================================ 
     613    --> 
     614 
     615    <field_group id="trendT" grid_ref="grid_T_3D"> 
     616      <!-- variables available with ln_tra_trd --> 
     617      <field id="ttrd_xad"      long_name="temperature-trend: i-advection"                                                                                          unit="degC/s"                        /> 
     618      <field id="strd_xad"      long_name="salinity   -trend: i-advection"                                                                                          unit="1e-3/s"                        /> 
     619      <field id="ttrd_yad"      long_name="temperature-trend: j-advection"                                                                                          unit="degC/s"                        /> 
     620      <field id="strd_yad"      long_name="salinity   -trend: j-advection"                                                                                          unit="1e-3/s"                        /> 
     621      <field id="ttrd_zad"      long_name="temperature-trend: k-advection"                                                                                          unit="degC/s"                        /> 
     622      <field id="strd_zad"      long_name="salinity   -trend: k-advection"                                                                                          unit="1e-3/s"                        /> 
     623      <field id="ttrd_ad"       long_name="temperature-trend: advection"               standard_name="tendency_of_sea_water_temperature_due_to_advection"           unit="degC/s"                         > sqrt( ttrd_xad^2 + ttrd_yad^2 + ttrd_zad^2 ) </field> 
     624      <field id="strd_ad"       long_name="salinity   -trend: advection"               standard_name="tendency_of_sea_water_salinity_due_to_advection"              unit="1e-3/s"                         > sqrt( strd_xad^2 + strd_yad^2 + strd_zad^2 ) </field> 
     625      <field id="ttrd_sad"      long_name="temperature-trend: surface adv. (no-vvl)"                                                                                unit="degC/s"   grid_ref="grid_T_2D" /> 
     626      <field id="strd_sad"      long_name="salinity   -trend: surface adv. (no-vvl)"                                                                                unit="1e-3/s"   grid_ref="grid_T_2D" /> 
     627      <field id="ttrd_ldf"      long_name="temperature-trend: lateral  diffusion"      standard_name="tendency_of_sea_water_temperature_due_to_horizontal_mixing"   unit="degC/s"                        /> 
     628      <field id="strd_ldf"      long_name="salinity   -trend: lateral  diffusion"      standard_name="tendency_of_sea_water_salinity_due_to_horizontal_mixing"      unit="1e-3/s"                        /> 
     629      <field id="ttrd_zdf"      long_name="temperature-trend: vertical diffusion"      standard_name="tendency_of_sea_water_temperature_due_to_vertical_mixing"     unit="degC/s"                        /> 
     630      <field id="strd_zdf"      long_name="salinity   -trend: vertical diffusion"      standard_name="tendency_of_sea_water_salinity_due_to_vertical_mixing"        unit="1e-3/s"                        /> 
     631 
     632      <!-- ln_traldf_iso=T only (iso-neutral diffusion) --> 
     633      <field id="ttrd_zdfp"     long_name="temperature-trend: pure vert. diffusion"   unit="degC/s" /> 
     634      <field id="strd_zdfp"     long_name="salinity   -trend: pure vert. diffusion"   unit="1e-3/s" /> 
     635 
     636      <!-- --> 
     637      <field id="ttrd_dmp"      long_name="temperature-trend: interior restoring"        unit="degC/s" /> 
     638      <field id="strd_dmp"      long_name="salinity   -trend: interior restoring"        unit="1e-3/s" /> 
     639      <field id="ttrd_bbl"      long_name="temperature-trend: bottom boundary layer"     unit="degC/s" /> 
     640      <field id="strd_bbl"      long_name="salinity   -trend: bottom boundary layer"     unit="1e-3/s" /> 
     641      <field id="ttrd_npc"      long_name="temperature-trend: non-penetrative conv."     unit="degC/s" /> 
     642      <field id="strd_npc"      long_name="salinity   -trend: non-penetrative conv."     unit="1e-3/s" /> 
     643      <field id="ttrd_qns"      long_name="temperature-trend: non-solar flux + runoff"   unit="degC/s" /> 
     644      <field id="strd_cdt"      long_name="salinity   -trend: C/D term       + runoff"   unit="degC/s" /> 
     645      <field id="ttrd_qsr"      long_name="temperature-trend: solar penetr. heating"     unit="degC/s" /> 
     646      <field id="ttrd_bbc"      long_name="temperature-trend: geothermal heating"        unit="degC/s" /> 
     647      <field id="ttrd_atf"      long_name="temperature-trend: asselin time filter"       unit="degC/s" /> 
     648      <field id="strd_atf"      long_name="salinity   -trend: asselin time filter"       unit="1e-3/s" /> 
     649 
     650      <!-- variables available with ln_KE_trd --> 
     651      <field id="ketrd_hpg"     long_name="ke-trend: hydrostatic pressure gradient"          unit="W/s^3"                        /> 
     652      <field id="ketrd_spg"     long_name="ke-trend: surface     pressure gradient"          unit="W/s^3"                        /> 
     653      <field id="ketrd_spgexp"  long_name="ke-trend: surface pressure gradient (explicit)"   unit="W/s^3"                        /> 
     654      <field id="ketrd_spgflt"  long_name="ke-trend: surface pressure gradient (filter)"     unit="W/s^3"                        /> 
     655      <field id="ssh_flt"       long_name="filtered contribution to ssh (dynspg_flt)"        unit="m"       grid_ref="grid_T_2D" /> 
     656      <field id="w0"            long_name="surface vertical velocity"                        unit="m/s"     grid_ref="grid_T_2D" /> 
     657      <field id="pw0_exp"       long_name="surface pressure flux due to ssh"                 unit="W/s^2"   grid_ref="grid_T_2D" /> 
     658      <field id="pw0_flt"       long_name="surface pressure flux due to filtered ssh"        unit="W/s^2"   grid_ref="grid_T_2D" /> 
     659      <field id="ketrd_keg"     long_name="ke-trend: KE gradient         or hor. adv."       unit="W/s^3"                        /> 
     660      <field id="ketrd_rvo"     long_name="ke-trend: relative  vorticity or metric term"     unit="W/s^3"                        /> 
     661      <field id="ketrd_pvo"     long_name="ke-trend: planetary vorticity"                    unit="W/s^3"                        /> 
     662      <field id="ketrd_zad"     long_name="ke-trend: vertical  advection"                    unit="W/s^3"                        /> 
     663      <field id="ketrd_udx"     long_name="ke-trend: U.dx[U]"                                unit="W/s^3"                        /> 
     664      <field id="ketrd_ldf"     long_name="ke-trend: lateral   diffusion"                    unit="W/s^3"                        /> 
     665      <field id="ketrd_zdf"     long_name="ke-trend: vertical  diffusion"                    unit="W/s^3"                        /> 
     666      <field id="ketrd_tau"     long_name="ke-trend: wind stress "                           unit="W/s^3"   grid_ref="grid_T_2D" /> 
     667      <field id="ketrd_bfr"     long_name="ke-trend: bottom friction (explicit)"             unit="W/s^3"                        />    
     668      <field id="ketrd_bfri"    long_name="ke-trend: bottom friction (implicit)"             unit="W/s^3"                        />    
     669      <field id="ketrd_atf"     long_name="ke-trend: asselin time filter trend"              unit="W/s^3"                        />   
     670      <field id="ketrd_convP2K" long_name="ke-trend: conversion (potential to kinetic)"      unit="W/s^3"                        /> 
     671      <field id="KE"            long_name="kinetic energy: u(n)*u(n+1)/2"                    unit="W/s^2"                        />    
     672 
     673      <!-- variables available with ln_PE_trd --> 
     674      <field id="petrd_xad"     long_name="pe-trend: i-advection"                unit="W/m^3"                        /> 
     675      <field id="petrd_yad"     long_name="pe-trend: j-advection"                unit="W/m^3"                        /> 
     676      <field id="petrd_zad"     long_name="pe-trend: k-advection"                unit="W/m^3"                        /> 
     677      <field id="petrd_sad"     long_name="pe-trend: surface adv. (no-vvl)"      unit="W/m^3"   grid_ref="grid_T_2D" /> 
     678      <field id="petrd_ldf"     long_name="pe-trend: lateral  diffusion"         unit="W/m^3"                        /> 
     679      <field id="petrd_zdf"     long_name="pe-trend: vertical diffusion"         unit="W/m^3"                        /> 
     680      <field id="petrd_zdfp"    long_name="pe-trend: pure vert. diffusion"       unit="W/m^3"                        /> 
     681      <field id="petrd_dmp"     long_name="pe-trend: interior restoring"         unit="W/m^3"                        /> 
     682      <field id="petrd_bbl"     long_name="pe-trend: bottom boundary layer"      unit="W/m^3"                        /> 
     683      <field id="petrd_npc"     long_name="pe-trend: non-penetrative conv."      unit="W/m^3"                        /> 
     684      <field id="petrd_nsr"     long_name="pe-trend: surface forcing + runoff"   unit="W/m^3"                        /> 
     685      <field id="petrd_qsr"     long_name="pe-trend: solar penetr. heating"      unit="W/m^3"                        /> 
     686      <field id="petrd_bbc"     long_name="pe-trend: geothermal heating"         unit="W/m^3"                        /> 
     687      <field id="petrd_atf"     long_name="pe-trend: asselin time filter"        unit="W/m^3"                        /> 
     688      <field id="PEanom"        long_name="potential energy anomaly"             unit="1"                            />    
     689      <field id="alphaPE"       long_name="partial deriv. of PEanom wrt T"       unit="degC-1"                       />    
     690      <field id="betaPE"        long_name="partial deriv. of PEanom wrt S"       unit="1e3"                          />    
     691    </field_group> 
     692 
     693    <field_group id="trendU" grid_ref="grid_U_3D"> 
     694     <!-- variables available with ln_dyn_trd --> 
     695     <field id="utrd_hpg"       long_name="i-trend: hydrostatic pressure gradient"          unit="m/s^2"                        /> 
     696     <field id="utrd_spg"       long_name="i-trend: surface     pressure gradient"          unit="m/s^2"                        /> 
     697     <field id="utrd_spgexp"    long_name="i-trend: surface pressure gradient (explicit)"   unit="m/s^2"                        /> 
     698     <field id="utrd_spgflt"    long_name="i-trend: surface pressure gradient (filtered)"   unit="m/s^2"                        /> 
     699     <field id="utrd_keg"       long_name="i-trend: KE gradient         or hor. adv."       unit="m/s^2"                        /> 
     700     <field id="utrd_rvo"       long_name="i-trend: relative  vorticity or metric term"     unit="m/s^2"                        /> 
     701     <field id="utrd_pvo"       long_name="i-trend: planetary vorticity"                    unit="m/s^2"                        /> 
     702     <field id="utrd_zad"       long_name="i-trend: vertical  advection"                    unit="m/s^2"                        /> 
     703     <field id="utrd_udx"       long_name="i-trend: U.dx[U]"                                unit="m/s^2"                        /> 
     704     <field id="utrd_ldf"       long_name="i-trend: lateral   diffusion"                    unit="m/s^2"                        /> 
     705     <field id="utrd_zdf"       long_name="i-trend: vertical  diffusion"                    unit="m/s^2"                        /> 
     706     <field id="utrd_tau"       long_name="i-trend: wind stress "                           unit="m/s^2"   grid_ref="grid_U_2D" /> 
     707     <field id="utrd_bfr"       long_name="i-trend: bottom friction (explicit)"             unit="m/s^2"                        />    
     708     <field id="utrd_bfri"      long_name="i-trend: bottom friction (implicit)"             unit="m/s^2"                        />    
     709     <field id="utrd_tot"       long_name="i-trend: total momentum trend before atf"        unit="m/s^2"                        />    
     710     <field id="utrd_atf"       long_name="i-trend: asselin time filter trend"              unit="m/s^2"                        />    
     711    </field_group> 
     712 
     713    <field_group id="trendV" grid_ref="grid_V_3D"> 
     714     <!-- variables available with ln_dyn_trd --> 
     715     <field id="vtrd_hpg"       long_name="j-trend: hydrostatic pressure gradient"          unit="m/s^2"                        /> 
     716     <field id="vtrd_spg"       long_name="j-trend: surface     pressure gradient"          unit="m/s^2"                        /> 
     717     <field id="vtrd_spgexp"    long_name="j-trend: surface pressure gradient (explicit)"   unit="m/s^2"                        /> 
     718     <field id="vtrd_spgflt"    long_name="j-trend: surface pressure gradient (filtered)"   unit="m/s^2"                        /> 
     719     <field id="vtrd_keg"       long_name="j-trend: KE gradient         or hor. adv."       unit="m/s^2"                        /> 
     720     <field id="vtrd_rvo"       long_name="j-trend: relative  vorticity or metric term"     unit="m/s^2"                        /> 
     721     <field id="vtrd_pvo"       long_name="j-trend: planetary vorticity"                    unit="m/s^2"                        /> 
     722     <field id="vtrd_zad"       long_name="j-trend: vertical  advection"                    unit="m/s^2"                        /> 
     723     <field id="vtrd_vdy"       long_name="i-trend: V.dx[V]"                                unit="m/s^2"                        /> 
     724     <field id="vtrd_ldf"       long_name="j-trend: lateral   diffusion"                    unit="m/s^2"                        /> 
     725     <field id="vtrd_zdf"       long_name="j-trend: vertical  diffusion"                    unit="m/s^2"                        /> 
     726     <field id="vtrd_tau"       long_name="j-trend: wind stress "                           unit="m/s^2"   grid_ref="grid_V_2D" /> 
     727     <field id="vtrd_bfr"       long_name="j-trend: bottom friction (explicit)"             unit="m/s^2"                        />    
     728     <field id="vtrd_bfri"      long_name="j-trend: bottom friction (implicit)"             unit="m/s^2"                        />    
     729     <field id="vtrd_tot"       long_name="j-trend: total momentum trend before atf"        unit="m/s^2"                        />    
     730     <field id="vtrd_atf"       long_name="j-trend: asselin time filter trend"              unit="m/s^2"                        />    
     731    </field_group> 
     732 
     733    <!--  
     734============================================================================================================ 
     735                                     Biogeochemistry model variables 
     736============================================================================================================ 
     737    --> 
    414738 
    415739      <!-- ptrc on T grid --> 
    416740 
    417       <field_group id="ptrc_T" grid_ref="grid_T_3D" operation="instant"> 
    418        <field id="DIC"      long_name="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
    419        <field id="Alkalini" long_name="Total Alkalinity Concentration"           unit="mmol/m3" /> 
    420        <field id="O2"       long_name="Oxygen Concentration"                     unit="mmol/m3" /> 
    421        <field id="CaCO3"    long_name="Calcite Concentration"                    unit="mmol/m3" /> 
    422        <field id="PO4"      long_name="Phosphate Concentration"                  unit="mmol/m3" /> 
    423        <field id="POC"      long_name="Small organic carbon Concentration"       unit="mmol/m3" /> 
    424        <field id="Si"       long_name="Silicate Concentration"                   unit="mmol/m3" /> 
    425        <field id="PHY"      long_name="(Nano)Phytoplankton Concentration"        unit="mmol/m3" /> 
    426        <field id="ZOO"      long_name="(Micro)Zooplankton Concentration"         unit="mmol/m3" /> 
    427        <field id="DOC"      long_name="Dissolved organic Concentration"          unit="mmol/m3" /> 
    428        <field id="PHY2"     long_name="Diatoms Concentration"                    unit="mmol/m3" /> 
    429        <field id="ZOO2"     long_name="Mesozooplankton Concentration"            unit="mmol/m3" /> 
    430        <field id="DSi"      long_name="Diatoms Silicate Concentration"           unit="mmol/m3" /> 
    431        <field id="Fer"      long_name="Dissolved Iron Concentration"             unit="mmol/m3" /> 
    432        <field id="BFe"      long_name="Big iron particles Concentration"         unit="mmol/m3" /> 
    433        <field id="GOC"      long_name="Big organic carbon Concentration"         unit="mmol/m3" /> 
    434        <field id="SFe"      long_name="Small iron particles Concentration"       unit="mmol/m3" /> 
    435        <field id="DFe"      long_name="Diatoms iron  Concentration"              unit="mmol/m3" /> 
    436        <field id="GSi"      long_name="Sinking biogenic Silicate Concentration"  unit="mmol/m3" /> 
    437        <field id="NFe"      long_name="Nano iron Concentration"                  unit="mmol/m3" /> 
    438        <field id="NCHL"     long_name="Nano chlorophyl Concentration"            unit="mg/m3"   /> 
    439        <field id="DCHL"     long_name="Diatoms chlorophyl Concentration"         unit="mg/m3"   /> 
    440        <field id="NO3"      long_name="Nitrate Concentration"                    unit="mmol/m3" /> 
    441        <field id="NH4"      long_name="Ammonium Concentration"                   unit="mmol/m3" /> 
     741     <field_group id="ptrc_T" grid_ref="grid_T_3D"> 
     742       <field id="DIC"          long_name="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
     743       <field id="DIC_E3T"      long_name="DIC * E3T"                                unit="mmol/m2" > DIC * e3t </field > 
     744       <field id="Alkalini"     long_name="Total Alkalinity Concentration"           unit="mmol/m3" /> 
     745       <field id="Alkalini_E3T" long_name="Alkalini * E3T"                           unit="mmol/m2"  > Alkalini * e3t </field > 
     746       <field id="O2"           long_name="Oxygen Concentration"                     unit="mmol/m3" /> 
     747       <field id="O2_E3T"       long_name="O2 * E3T"                                 unit="mmol/m2"  > O2 * e3t </field > 
     748       <field id="CaCO3"        long_name="Calcite Concentration"                    unit="mmol/m3" /> 
     749       <field id="CaCO3_E3T"    long_name="CaCO3 * E3T"                              unit="mmol/m2"  > CaCO3 * e3t </field > 
     750       <field id="PO4"          long_name="Phosphate Concentration"                  unit="mmol/m3" /> 
     751       <field id="PO4_E3T"      long_name="PO4 * E3T"                                unit="mmol/m2"  > PO4 * e3t </field > 
     752       <field id="POC"          long_name="Small organic carbon Concentration"       unit="mmol/m3" /> 
     753       <field id="POC_E3T"      long_name="POC * E3T"                                unit="mmol/m2"  > POC * e3t </field > 
     754       <field id="Si"           long_name="Silicate Concentration"                   unit="mmol/m3" /> 
     755       <field id="Si_E3T"       long_name="Si * E3T"                                 unit="mmol/m2"  > Si * e3t </field > 
     756       <field id="PHY"          long_name="(Nano)Phytoplankton Concentration"        unit="mmol/m3" /> 
     757       <field id="PHY_E3T"      long_name="PHY * E3T"                                unit="mmol/m2"  > PHY * e3t </field > 
     758       <field id="ZOO"          long_name="(Micro)Zooplankton Concentration"         unit="mmol/m3" /> 
     759       <field id="ZOO_E3T"      long_name="ZOO2 * E3T"                               unit="mmol/m2"  > ZOO * e3t </field > 
     760       <field id="DOC"          long_name="Dissolved organic Concentration"          unit="mmol/m3" /> 
     761       <field id="DOC_E3T"      long_name="DOC * E3T"                                unit="mmol/m2"  > DOC * e3t </field > 
     762       <field id="PHY2"         long_name="Diatoms Concentration"                    unit="mmol/m3" /> 
     763       <field id="PHY2_E3T"     long_name="PHY2 * E3T"                               unit="mmol/m2"  > PHY2 * e3t </field > 
     764       <field id="ZOO2"         long_name="Mesozooplankton Concentration"            unit="mmol/m3" /> 
     765       <field id="ZOO2_E3T"     long_name="ZOO2 * E3T"                               unit="mmol/m2"  > ZOO2 * e3t </field > 
     766       <field id="DSi"          long_name="Diatoms Silicate Concentration"           unit="mmol/m3" /> 
     767       <field id="DSi_E3T"      long_name="Dsi * E3T"                                unit="mmol/m2"  > DSi * e3t </field > 
     768       <field id="Fer"          long_name="Dissolved Iron Concentration"             unit="mmol/m3" /> 
     769       <field id="Fer_E3T"      long_name="Fer * E3T"                                unit="mmol/m2"  > Fer * e3t </field > 
     770       <field id="BFe"          long_name="Big iron particles Concentration"         unit="mmol/m3" /> 
     771       <field id="BFe_E3T"      long_name="BFe * E3T"                                unit="mmol/m2"  > BFe * e3t </field > 
     772       <field id="GOC"          long_name="Big organic carbon Concentration"         unit="mmol/m3" /> 
     773       <field id="GOC_E3T"      long_name="GOC * E3T"                                unit="mmol/m2"  > GOC * e3t </field > 
     774       <field id="SFe"          long_name="Small iron particles Concentration"       unit="mmol/m3" /> 
     775       <field id="SFe_E3T"      long_name="SFe * E3T"                                unit="mmol/m2"  > SFe * e3t </field > 
     776       <field id="DFe"          long_name="Diatoms iron  Concentration"              unit="mmol/m3" /> 
     777       <field id="DFe_E3T"      long_name="DFe * E3T"                                unit="mmol/m2"  > DFe * e3t </field > 
     778       <field id="GSi"          long_name="Sinking biogenic Silicate Concentration"  unit="mmol/m3" /> 
     779       <field id="GSi_E3T"      long_name="GSi * E3T"                                unit="mmol/m2"  > GSi * e3t </field > 
     780       <field id="NFe"          long_name="Nano iron Concentration"                  unit="mmol/m3" /> 
     781       <field id="NFe_E3T"      long_name="NFe * E3T"                                unit="mmol/m2"  > NFe * e3t </field > 
     782       <field id="NCHL"         long_name="Nano chlorophyl Concentration"            unit="mg/m3"   /> 
     783       <field id="NCHL_E3T"     long_name="NCHL * E3T"                               unit="mmol/m2"  > NCHL * e3t </field > 
     784       <field id="DCHL"         long_name="Diatoms chlorophyl Concentration"         unit="mg/m3"   /> 
     785       <field id="DCHL_E3T"     long_name="DCHL * E3T"                               unit="mmol/m2"  > DCHL * e3t </field > 
     786       <field id="NO3"          long_name="Nitrate Concentration"                    unit="mmol/m3" /> 
     787       <field id="NO3_E3T"      long_name="NO3 * E3T"                                unit="mmol/m2"  > NO3 * e3t </field > 
     788       <field id="NH4"          long_name="Ammonium Concentration"                   unit="mmol/m3" /> 
     789       <field id="NH4_E3T"      long_name="NH4 * E3T"                                unit="mmol/m2"  > NH4 * e3t </field > 
    442790 
    443791       <!-- PISCES with Kriest parametisation : variables available with key_kriest --> 
    444        <field id="Num"      long_name="Number of organic particles"              unit="nbr" /> 
     792       <field id="Num"         long_name="Number of organic particles"              unit="1" /> 
     793       <field id="Num_E3T"     long_name="Num * E3T"                                unit="m"  > Num * e3t </field > 
    445794 
    446795       <!-- PISCES light : variables available with key_pisces_reduced --> 
    447        <field id="DET"      long_name="Detritus"                                 unit="mmol-N/m3" /> 
    448        <field id="DOM"      long_name="Dissolved Organic Matter"                 unit="mmol-N/m3" /> 
     796       <field id="DET"         long_name="Detritus"                                 unit="mmol-N/m3" /> 
     797       <field id="DET_E3T"     long_name="DET * E3T"                                unit="mmol-N/m2"  > DET * e3t </field > 
     798       <field id="DOM"         long_name="Dissolved Organic Matter"                 unit="mmol-N/m3" /> 
     799       <field id="DOM_E3T"     long_name="DOM * E3T"                                unit="mmol-N/m2"  > DOM * e3t </field > 
    449800 
    450801       <!-- CFC11 : variables available with key_cfc --> 
    451        <field id="CFC11"    long_name="CFC-11 Concentration"                     unit="umol/L" /> 
     802       <field id="CFC11"       long_name="CFC-11 Concentration"                     unit="umol/m3" /> 
     803       <field id="CFC11_E3T"   long_name="CFC11 * E3T"                              unit="umol/m2"  > CFC11 * e3t </field > 
    452804       <!-- Bomb C14 : variables available with key_c14b --> 
    453        <field id="C14B"     long_name="Bomb C14 Concentration"                   unit="ration" /> 
     805       <field id="C14B"     long_name="Bomb C14 Concentration"                      unit="1"         /> 
     806       <field id="C14B_E3T"    long_name="C14B * E3T"                               unit="m"  > C14B * e3t </field > 
    454807     </field_group> 
    455808 
    456       <!-- PISCES additional diagnostics on T grid  --> 
    457      <field_group id="diad_T" grid_ref="grid_T_2D" operation="instant"> 
    458        <field id="PH"          long_name="PH"                                      unit="-"          grid_ref="grid_T_3D" /> 
     809     <!-- PISCES additional diagnostics on T grid  --> 
     810 
     811     <field_group id="diad_T" grid_ref="grid_T_2D"> 
     812       <field id="PH"          long_name="PH"                                      unit="1"          grid_ref="grid_T_3D" /> 
    459813       <field id="CO3"         long_name="Bicarbonates"                            unit="mol/m3"     grid_ref="grid_T_3D" /> 
    460814       <field id="CO3sat"      long_name="CO3 saturation"                          unit="mol/m3"     grid_ref="grid_T_3D" /> 
    461815       <field id="PAR"         long_name="Photosynthetically Available Radiation"  unit="W/m2"       grid_ref="grid_T_3D" /> 
    462        <field id="PPPHY"       long_name="Primary production of nanophyto"         unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    463        <field id="PPPHY2"      long_name="Primary production of diatoms"           unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    464        <field id="PPNEWN"      long_name="New Primary production of nanophyto"     unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    465        <field id="PPNEWD"      long_name="New Primary production of diatoms"       unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    466        <field id="PBSi"        long_name="Primary production of Si diatoms"        unit="molSi/m3/s" grid_ref="grid_T_3D" /> 
    467        <field id="PFeN"        long_name="Primary production of nano iron"         unit="molFe/m3/s" grid_ref="grid_T_3D" /> 
    468        <field id="PFeD"        long_name="Primary production of diatoms iron"      unit="molFe/m3/s" grid_ref="grid_T_3D" /> 
    469        <field id="xfracal"     long_name="Calcifying fraction"                     unit="-"          grid_ref="grid_T_3D" /> 
    470        <field id="PCAL"        long_name="Calcite production"                      unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    471        <field id="DCAL"        long_name="Calcite dissolution"                     unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    472        <field id="GRAZ1"       long_name="Grazing by microzooplankton"             unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    473        <field id="GRAZ2"       long_name="Grazing by mesozooplankton"              unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    474        <field id="REMIN"       long_name="Oxic remineralization of OM"             unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    475        <field id="DENIT"       long_name="Anoxic remineralization of OM"           unit="molC/m3/s"  grid_ref="grid_T_3D" /> 
    476        <field id="Nfix"        long_name="Nitrogen fixation"                       unit="molN/m3/s"  grid_ref="grid_T_3D" /> 
     816       <field id="PARDM"       long_name="Daily mean PAR"                          unit="W/m2"       grid_ref="grid_T_3D" /> 
     817       <field id="PPPHY"       long_name="Primary production of nanophyto"         unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     818       <field id="PPPHY2"      long_name="Primary production of diatoms"           unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     819       <field id="PPNEWN"      long_name="New Primary production of nanophyto"     unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     820       <field id="PPNEWD"      long_name="New Primary production of diatoms"       unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     821       <field id="PBSi"        long_name="Primary production of Si diatoms"        unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     822       <field id="PFeN"        long_name="Primary production of nano iron"         unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     823       <field id="PFeD"        long_name="Primary production of diatoms iron"      unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     824       <field id="xfracal"     long_name="Calcifying fraction"                     unit="1"          grid_ref="grid_T_3D" /> 
     825       <field id="PCAL"        long_name="Calcite production"                      unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     826       <field id="DCAL"        long_name="Calcite dissolution"                     unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     827       <field id="GRAZ1"       long_name="Grazing by microzooplankton"             unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     828       <field id="GRAZ2"       long_name="Grazing by mesozooplankton"              unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     829       <field id="REMIN"       long_name="Oxic remineralization of OM"             unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     830       <field id="DENIT"       long_name="Anoxic remineralization of OM"           unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
     831       <field id="Nfix"        long_name="Nitrogen fixation"                       unit="mol/m3/s"   grid_ref="grid_T_3D" /> 
    477832       <field id="Mumax"       long_name="Maximum growth rate"                     unit="s-1"        grid_ref="grid_T_3D" /> 
    478833       <field id="MuN"         long_name="Realized growth rate for nanophyto"      unit="s-1"        grid_ref="grid_T_3D" /> 
    479834       <field id="MuD"         long_name="Realized growth rate for diatomes"       unit="s-1"        grid_ref="grid_T_3D" /> 
    480        <field id="LNnut"       long_name="Nutrient limitation term in Nanophyto"   unit="-"          grid_ref="grid_T_3D" /> 
    481        <field id="LDnut"       long_name="Nutrient limitation term in Diatoms"     unit="-"          grid_ref="grid_T_3D" /> 
    482        <field id="LNFe"        long_name="Iron limitation term in Nanophyto"       unit="-"          grid_ref="grid_T_3D" /> 
    483        <field id="LDFe"        long_name="Iron limitation term in Diatoms"         unit="-"          grid_ref="grid_T_3D" /> 
    484        <field id="LNlight"     long_name="Light limitation term in Nanophyto"      unit="-"          grid_ref="grid_T_3D" /> 
    485        <field id="LDlight"     long_name="Light limitation term in Diatoms"        unit="-"          grid_ref="grid_T_3D" /> 
    486        <field id="Fe2"         long_name="Iron II concentration"                   unit="nmol/L"     grid_ref="grid_T_3D" /> 
    487        <field id="Fe3"         long_name="Iron III concentration"                  unit="nmol/L"     grid_ref="grid_T_3D" /> 
    488        <field id="FeL1"        long_name="Complexed Iron concentration with L1"    unit="nmol/L"     grid_ref="grid_T_3D" /> 
    489        <field id="FeL2"        long_name="Complexed Iron concentration with L2"    unit="nmol/L"     grid_ref="grid_T_3D" /> 
    490        <field id="FeP"         long_name="Precipitated Iron III"                   unit="nmol/L"     grid_ref="grid_T_3D" /> 
    491        <field id="TL1"         long_name="Total L1 concentration"                  unit="nmol/L"     grid_ref="grid_T_3D" /> 
    492        <field id="TL2"         long_name="Total L2 concentration"                  unit="nmol/L"     grid_ref="grid_T_3D" /> 
    493        <field id="pdust"       long_name="dust concentration"                      unit="g/L"                          /> 
    494        <field id="Totlig"      long_name="Total ligand concentation"               unit="nmol/L"     grid_ref="grid_T_3D" /> 
    495        <field id="Biron"       long_name="Bioavailable iron"                       unit="nmol/L"     grid_ref="grid_T_3D" /> 
    496        <field id="Sdenit"      long_name="Nitrate reduction in the sediments"      unit="molN/m2/s"                    /> 
    497        <field id="Ironice"     long_name="Iron input/uptake due to sea ice"        unit="molFe/m2/s"                   /> 
    498        <field id="HYDR"        long_name="Iron input from hydrothemal vents"       unit="molFe/m2/s" grid_ref="grid_T_3D" /> 
    499        <field id="EPC100"      long_name="Export of carbon particles at 100 m"     unit="mol/m2/s"                     /> 
    500        <field id="EPFE100"     long_name="Export of biogenic iron at 100 m"        unit="mol/m2/s"                     /> 
    501        <field id="EPSI100"     long_name="Export of Silicate at 100 m"             unit="mol/m2/s"                     /> 
    502        <field id="EPCAL100"    long_name="Export of Calcite at 100 m"              unit="mol/m2/s"                     /> 
    503        <field id="Cflx"        long_name="DIC flux"                                unit="mol/m2/s"                     /> 
    504        <field id="Oflx"        long_name="Oxygen flux"                             unit="mol/m2/s"                     /> 
    505        <field id="Kg"          long_name="Gas transfer"                            unit="mol/m2/s/uatm"                /> 
    506        <field id="Dpco2"       long_name="Delta CO2"                               unit="uatm"                         /> 
    507        <field id="Dpo2"        long_name="Delta O2"                                unit="uatm"                         /> 
    508        <field id="Heup"        long_name="Euphotic layer depth"                    unit="m"                            /> 
    509        <field id="Irondep"     long_name="Iron deposition from dust"               unit="mol/m2/s"                     /> 
    510        <field id="Ironsed"     long_name="Iron deposition from sediment"           unit="mol/m2/s"  grid_ref="grid_T_3D"/> 
     835       <field id="LNnut"       long_name="Nutrient limitation term in Nanophyto"   unit=""           grid_ref="grid_T_3D" /> 
     836       <field id="LDnut"       long_name="Nutrient limitation term in Diatoms"     unit=""           grid_ref="grid_T_3D" /> 
     837       <field id="LNFe"        long_name="Iron limitation term in Nanophyto"       unit=""           grid_ref="grid_T_3D" /> 
     838       <field id="LDFe"        long_name="Iron limitation term in Diatoms"         unit=""           grid_ref="grid_T_3D" /> 
     839       <field id="LNlight"     long_name="Light limitation term in Nanophyto"      unit=""           grid_ref="grid_T_3D" /> 
     840       <field id="LDlight"     long_name="Light limitation term in Diatoms"        unit=""           grid_ref="grid_T_3D" /> 
     841       <field id="Fe2"         long_name="Iron II concentration"                   unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     842       <field id="Fe3"         long_name="Iron III concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     843       <field id="FeL1"        long_name="Complexed Iron concentration with L1"    unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     844       <field id="FeL2"        long_name="Complexed Iron concentration with L2"    unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     845       <field id="FeP"         long_name="Precipitated Iron III"                   unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     846       <field id="TL1"         long_name="Total L1 concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     847       <field id="TL2"         long_name="Total L2 concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     848       <field id="pdust"       long_name="dust concentration"                      unit="g/m3"                            /> 
     849       <field id="Totlig"      long_name="Total ligand concentation"               unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     850       <field id="Biron"       long_name="Bioavailable iron"                       unit="nmol/m3"    grid_ref="grid_T_3D" /> 
     851       <field id="Sdenit"      long_name="Nitrate reduction in the sediments"      unit="mol/m2/s"                        /> 
     852       <field id="Ironice"     long_name="Iron input/uptake due to sea ice"        unit="mol/m2/s"                        /> 
     853       <field id="HYDR"        long_name="Iron input from hydrothemal vents"       unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     854       <field id="EPC100"      long_name="Export of carbon particles at 100 m"     unit="mol/m2/s"                        /> 
     855       <field id="EPFE100"     long_name="Export of biogenic iron at 100 m"        unit="mol/m2/s"                        /> 
     856       <field id="EPSI100"     long_name="Export of Silicate at 100 m"             unit="mol/m2/s"                        /> 
     857       <field id="EPCAL100"    long_name="Export of Calcite at 100 m"              unit="mol/m2/s"                        /> 
     858       <field id="EXPC"        long_name="Export of carbon"                        unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     859       <field id="EXPFE"       long_name="Export of biogenic iron"                 unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     860       <field id="EXPSI"       long_name="Export of Silicate"                      unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     861       <field id="EXPCAL"      long_name="Export of Calcite"                       unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     862       <field id="Cflx"        long_name="DIC flux"                                unit="mol/m2/s"                        /> 
     863       <field id="Oflx"        long_name="Oxygen flux"                             unit="mol/m2/s"                        /> 
     864       <field id="Kg"          long_name="Gas transfer"                            unit="mol/m2/s/uatm"                   /> 
     865       <field id="Dpco2"       long_name="Delta CO2"                               unit="uatm"                            /> 
     866       <field id="Dpo2"        long_name="Delta O2"                                unit="uatm"                            /> 
     867       <field id="Heup"        long_name="Euphotic layer depth"                    unit="m"                               /> 
     868       <field id="Irondep"     long_name="Iron deposition from dust"               unit="mol/m2/s"                        /> 
     869       <field id="Ironsed"     long_name="Iron deposition from sediment"           unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     870 
    511871 
    512872       <!-- PISCES with Kriest parametisation : variables available with key_kriest --> 
    513        <field id="POCFlx"      long_name="Particulate organic C flux"              unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
    514        <field id="NumFlx"      long_name="Particle number flux"                    unit="nbr/m2/s"   grid_ref="grid_T_3D" /> 
    515        <field id="SiFlx"       long_name="Biogenic Si flux"                        unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
    516        <field id="CaCO3Flx"    long_name="CaCO3 flux"                              unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
    517        <field id="xnum"        long_name="Number of particles in aggregats"        unit="-"          grid_ref="grid_T_3D" /> 
    518        <field id="W1"          long_name="sinking speed of mass flux"              unit="m2/s"       grid_ref="grid_T_3D" /> 
    519        <field id="W2"          long_name="sinking speed of number flux"            unit="m2/s"       grid_ref="grid_T_3D" /> 
     873       <field id="EPN100"      long_name="Particulate number flux at 100 m"        unit="mol/m2/s"                        /> 
     874       <field id="EXPN"        long_name="Particulate number flux"                 unit="mol/m2/s"   grid_ref="grid_T_3D" /> 
     875       <field id="XNUM"        long_name="Number of particles in aggregats"        unit="1"          grid_ref="grid_T_3D" /> 
     876       <field id="WSC"         long_name="sinking speed of mass flux"              unit="m2/s"       grid_ref="grid_T_3D" /> 
     877       <field id="WSN"         long_name="sinking speed of number flux"            unit="m2/s"       grid_ref="grid_T_3D" /> 
     878 
     879       <!-- dbio_T on T grid : variables available with key_diaar5 --> 
     880       <field id="TPP"         long_name="Total Primary production of phyto"                   unit="mol/m3/s"  grid_ref="grid_T_3D" /> 
     881       <field id="TPNEW"       long_name="New Primary production of phyto"                     unit="mol/m3/s"  grid_ref="grid_T_3D" /> 
     882       <field id="TPBFE"       long_name="Total biogenic iron production"                      unit="mol/m3/s"  grid_ref="grid_T_3D" /> 
     883       <field id="INTDIC"      long_name="DIC content"                                         unit="kg/m2"                          /> 
     884       <field id="O2MIN"       long_name="Oxygen minimum concentration"                        unit="mol/m3"                          /> 
     885       <field id="ZO2MIN"      long_name="Depth of oxygen minimum concentration"               unit="m"                              /> 
     886       <field id="INTNFIX"     long_name="Nitrogen fixation rate : vert. integrated"           unit="mol/m2/s"                       /> 
     887       <field id="INTPPPHY"    long_name="Vertically integrated primary production by nanophy" unit="mol/m2/s"                       /> 
     888       <field id="INTPPPHY2"   long_name="Vertically integrated primary production by diatom"  unit="mol/m2/s"                       /> 
     889       <field id="INTPP"       long_name="Vertically integrated primary production by phyto"   unit="mol/m2/s"                       /> 
     890       <field id="INTPNEW"     long_name="Vertically integrated new primary production"        unit="mol/m2/s"                       /> 
     891       <field id="INTPBFE"     long_name="Vertically integrated of biogenic iron production"   unit="mol/m2/s"                       /> 
     892       <field id="INTPBSI"     long_name="Vertically integrated of biogenic Si production"     unit="mol/m2/s"                       /> 
     893       <field id="INTPCAL"     long_name="Vertically integrated of calcite production"         unit="mol/m2/s"                       /> 
    520894 
    521895       <!-- PISCES light : variables available with key_pisces_reduced --> 
    522        <field id="FNO3PHY"     long_name="FNO3PHY"                                 unit="-"          grid_ref="grid_T_3D" />  
    523        <field id="FNH4PHY"     long_name="FNH4PHY"                                 unit="-"          grid_ref="grid_T_3D" />  
    524        <field id="FNH4NO3"     long_name="FNH4NO3"                                 unit="-"          grid_ref="grid_T_3D" />  
    525        <field id="TNO3PHY"     long_name="TNO3PHY"                                 unit="-"  />  
    526        <field id="TNH4PHY"     long_name="TNH4PHY"                                 unit="-"  />  
    527        <field id="TPHYDOM"     long_name="TPHYDOM"                                 unit="-"  />  
    528        <field id="TPHYNH4"     long_name="TPHYNH4"                                 unit="-"  />  
    529        <field id="TPHYZOO"     long_name="TPHYZOO"                                 unit="-"  />  
    530        <field id="TPHYDET"     long_name="TPHYDET"                                 unit="-"  />  
    531        <field id="TDETZOO"     long_name="TDETZOO"                                 unit="-"  />  
    532        <field id="TZOODET"     long_name="TZOODET"                                 unit="-"  />  
    533        <field id="TZOOBOD"     long_name="TZOOBOD"                                 unit="-"  />  
    534        <field id="TZOONH4"     long_name="TZOONH4"                                 unit="-"  />  
    535        <field id="TZOODOM"     long_name="TZOODOM"                                 unit="-"  />  
    536        <field id="TNH4NO3"     long_name="TNH4NO3"                                 unit="-"  />  
    537        <field id="TDOMNH4"     long_name="TDOMNH4"                                 unit="-"  />  
    538        <field id="TDETNH4"     long_name="TDETNH4"                                 unit="-"  />  
    539        <field id="TPHYTOT"     long_name="TPHYTOT"                                 unit="-"  />  
    540        <field id="TZOOTOT"     long_name="TZOOTOT"                                 unit="-"  />  
    541        <field id="SEDPOC"      long_name="SEDPOC"                                  unit="-"  />  
    542        <field id="TDETSED"     long_name="TDETSED"                                 unit="-"  />  
     896       <field id="FNO3PHY"     long_name="FNO3PHY"                                 unit=""          grid_ref="grid_T_3D" />  
     897       <field id="FNH4PHY"     long_name="FNH4PHY"                                 unit=""          grid_ref="grid_T_3D" />  
     898       <field id="FNH4NO3"     long_name="FNH4NO3"                                 unit=""          grid_ref="grid_T_3D" />  
     899       <field id="TNO3PHY"     long_name="TNO3PHY"                                 unit=""  />  
     900       <field id="TNH4PHY"     long_name="TNH4PHY"                                 unit=""  />  
     901       <field id="TPHYDOM"     long_name="TPHYDOM"                                 unit=""  />  
     902       <field id="TPHYNH4"     long_name="TPHYNH4"                                 unit=""  />  
     903       <field id="TPHYZOO"     long_name="TPHYZOO"                                 unit=""  />  
     904       <field id="TPHYDET"     long_name="TPHYDET"                                 unit=""  />  
     905       <field id="TDETZOO"     long_name="TDETZOO"                                 unit=""  />  
     906       <field id="TZOODET"     long_name="TZOODET"                                 unit=""  />  
     907       <field id="TZOOBOD"     long_name="TZOOBOD"                                 unit=""  />  
     908       <field id="TZOONH4"     long_name="TZOONH4"                                 unit=""  />  
     909       <field id="TZOODOM"     long_name="TZOODOM"                                 unit=""  />  
     910       <field id="TNH4NO3"     long_name="TNH4NO3"                                 unit=""  />  
     911       <field id="TDOMNH4"     long_name="TDOMNH4"                                 unit=""  />  
     912       <field id="TDETNH4"     long_name="TDETNH4"                                 unit=""  />  
     913       <field id="TPHYTOT"     long_name="TPHYTOT"                                 unit=""  />  
     914       <field id="TZOOTOT"     long_name="TZOOTOT"                                 unit=""  />  
     915       <field id="SEDPOC"      long_name="SEDPOC"                                  unit=""  />  
     916       <field id="TDETSED"     long_name="TDETSED"                                 unit=""  />  
    543917 
    544918       <!-- CFC11 : variables available with key_cfc --> 
    545        <field id="qtrCFC11"    long_name="Air-sea flux of CFC-11"                   unit="mol/m2/s"   /> 
    546        <field id="qintCFC11"   long_name="Cumulative air-sea flux of CFC-11"        unit="mol/m2"     /> 
     919       <field id="qtrCFC11"    long_name="Air-sea flux of CFC-11"                  unit="mol/m2/s"   /> 
     920       <field id="qintCFC11"   long_name="Cumulative air-sea flux of CFC-11"       unit="mol/m2"     /> 
     921 
    547922       <!-- Bomb C14 : variables available with key_c14b --> 
    548        <field id="qtrC14b"     long_name="Air-sea flux of Bomb C14"                 unit="mol/m2/s"   /> 
    549        <field id="qintC14b"    long_name="Cumulative air-sea flux of Bomb C14"      unit="mol/m2"     /> 
    550        <field id="fdecay"      long_name="Radiactive decay of Bomb C14"             unit="mol/m3"  grid_ref="grid_T_3D"  /> 
     923       <field id="qtrC14b"     long_name="Air-sea flux of Bomb C14"                unit="mol/m2/s"   /> 
     924       <field id="qintC14b"    long_name="Cumulative air-sea flux of Bomb C14"     unit="mol/m2"     /> 
     925       <field id="fdecay"      long_name="Radiactive decay of Bomb C14"            unit="mol/m3"  grid_ref="grid_T_3D"  /> 
     926     </field_group> 
     927 
     928     <field_group id="PISCES_scalar"  domain_ref="1point" > 
     929       <field id="pno3tot"         long_name="global mean nitrate concentration"                  unit="mol/m3"   /> 
     930       <field id="ppo4tot"         long_name="global mean phosphorus concentration"               unit="mol/m3"   /> 
     931       <field id="psiltot"         long_name="global mean silicate concentration"                 unit="mol/m3"   /> 
     932       <field id="palktot"         long_name="global mean alkalinity concentration"               unit="mol/m3"   /> 
     933       <field id="pfertot"         long_name="global mean iron concentration"                     unit="mol/m3"   /> 
     934       <field id="tcflx"           long_name="total Flux of Carbon out of the ocean"              unit="mol/s"   /> 
     935       <field id="tcflxcum"        long_name="cumulative total Flux of Carbon out of the ocean"   unit="mol/s"   /> 
     936       <field id="tcexp"           long_name="total Carbon export at 100m"                        unit="mol/s"   /> 
     937       <field id="tintpp"          long_name="global total integrated primary production"         unit="mol/s"   /> 
     938       <field id="tnfix"           long_name="global total nitrogen fixation"                     unit="mol/s"   /> 
     939       <field id="tdenit"          long_name="Total denitrification"                              unit="mol/s"   /> 
    551940     </field_group> 
    552941 
    553942    <!--  
    554943============================================================================================================ 
     944                                        Definitions for iodef_demo.xml 
     945============================================================================================================ 
    555946    --> 
    556947 
    557     <field_group id="mooring" operation="instant" > 
     948    <field_group id="mooring" > 
    558949      <field field_ref="toce"         name="thetao"   long_name="sea_water_potential_temperature"      /> 
    559950      <field field_ref="soce"         name="so"       long_name="sea_water_salinity"                   /> 
     
    572963      <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
    573964      <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
    574       <field field_ref="taum"          /> 
    575       <field field_ref="20d"           /> 
    576       <field field_ref="mldkz5"        /> 
    577       <field field_ref="mldr10_1"      /> 
    578       <field field_ref="mldr10_3"      /> 
    579       <field field_ref="mldr0_1"       /> 
    580       <field field_ref="mldr0_3"       /> 
    581       <field field_ref="mld_dt02"      /> 
    582       <field field_ref="topthdep"      /> 
    583       <field field_ref="pycndep"       /> 
    584       <field field_ref="tinv"          /> 
    585       <field field_ref="depti"         /> 
    586       <field field_ref="BLT"          name="blt"      long_name="barrier_layer_thickness"               /> 
    587       <field field_ref="utau"         name="tauuo"    long_name="surface_downward_x_stress"             /> 
    588       <field field_ref="vtau"         name="tauvo"    long_name="surface_downward_y_stress"             /> 
     965      <field field_ref="taum"                                                                                   /> 
     966      <field field_ref="20d"                                                                                    /> 
     967      <field field_ref="mldkz5"                                                                                 /> 
     968      <field field_ref="mldr10_1"                                                                               /> 
     969      <field field_ref="mldr10_3"                                                                               /> 
     970      <field field_ref="mldr0_1"                                                                                /> 
     971      <field field_ref="mldr0_3"                                                                                /> 
     972      <field field_ref="mld_dt02"                                                                               /> 
     973      <field field_ref="topthdep"                                                                               /> 
     974      <field field_ref="pycndep"                                                                                /> 
     975      <field field_ref="tinv"                                                                                   /> 
     976      <field field_ref="depti"                                                                                  /> 
     977      <field field_ref="BLT"          name="blt"      long_name="barrier_layer_thickness"                       /> 
     978      <field field_ref="utau"         name="tauuo"    long_name="surface_downward_x_stress"                     /> 
     979      <field field_ref="vtau"         name="tauvo"    long_name="surface_downward_y_stress"                     /> 
    589980    </field_group> 
    590981 
    591      
    592     <field_group id="groupT" operation="instant" > 
     982    <field_group id="groupT" > 
    593983      <field field_ref="toce"         name="thetao"   long_name="sea_water_potential_temperature"               /> 
    594984      <field field_ref="soce"         name="so"       long_name="sea_water_salinity"                            /> 
     
    600990      <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
    601991      <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
    602       <field field_ref="taum"         /> 
    603       <field field_ref="20d"          /> 
    604       <field field_ref="mldkz5"       /> 
    605       <field field_ref="mldr10_1"     /> 
    606       <field field_ref="mldr10_3"     /> 
    607       <field field_ref="mld_dt02"     /> 
    608       <field field_ref="topthdep"     /> 
    609       <field field_ref="pycndep"      /> 
    610       <field field_ref="tinv"         /> 
    611       <field field_ref="depti"        /> 
    612       <field field_ref="BLT"          name="blt"      long_name="Barrier Layer Thickness"  /> 
     992      <field field_ref="taum"                                                                                   /> 
     993      <field field_ref="20d"                                                                                    /> 
     994      <field field_ref="mldkz5"                                                                                 /> 
     995      <field field_ref="mldr10_1"                                                                               /> 
     996      <field field_ref="mldr10_3"                                                                               /> 
     997      <field field_ref="mld_dt02"                                                                               /> 
     998      <field field_ref="topthdep"                                                                               /> 
     999      <field field_ref="pycndep"                                                                                /> 
     1000      <field field_ref="tinv"                                                                                   /> 
     1001      <field field_ref="depti"                                                                                  /> 
     1002      <field field_ref="BLT"          name="blt"      long_name="Barrier Layer Thickness"                       /> 
    6131003    </field_group> 
    6141004     
    615     <field_group id="groupU" operation="instant" > 
     1005    <field_group id="groupU" > 
    6161006      <field field_ref="uoce"         name="uo"      long_name="sea_water_x_velocity"      /> 
    617       <field field_ref="suoce"        name="uos"     long_name="sea_surface_x_velocity"    /> 
     1007      <field field_ref="ssu"          name="uos"     long_name="sea_surface_x_velocity"    /> 
    6181008      <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
    6191009    </field_group> 
    6201010     
    621     <field_group id="groupV" operation="instant" > 
     1011    <field_group id="groupV" > 
    6221012      <field field_ref="voce"         name="vo"      long_name="sea_water_y_velocity"      /> 
    623       <field field_ref="svoce"        name="vos"     long_name="sea_surface_y_velocity"    /> 
     1013      <field field_ref="ssv"          name="vos"     long_name="sea_surface_y_velocity"    /> 
    6241014      <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
    6251015    </field_group> 
    6261016     
    627     <field_group id="groupW" operation="instant" > 
     1017    <field_group id="groupW" > 
    6281018      <field field_ref="woce"         name="wo"       long_name="ocean vertical velocity"  /> 
    6291019    </field_group> 
    6301020     
    631     </field_definition> 
     1021 
     1022   </field_definition> 
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/iodef.xml

    r5810 r6269  
    2525      <file_group id="1ts" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
    2626 
    27       <file_group id="15m" output_freq="15m"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
    28  
    29       <file_group id="1h"  output_freq="1h"   output_level="10" enabled=".TRUE."> <!-- 1h files --> 
    30    <file id="file4" name_suffix="_grid_T" description="ocean T grid variables" > 
    31      <field field_ref="ssh"          name="zos"      long_name="sea_surface_height_above_geoid"            operation="instant"      /> 
    32      <field field_ref="ssh2"         name="zossq"    long_name="square_of_sea_surface_height_above_geoid"  operation="instant"      /> 
    33      <field field_ref="taum"         /> 
    34    </file> 
    35     
    36    <file id="file5" name_suffix="_grid_U" description="ocean U grid variables" > 
    37      <field field_ref="uoce"         name="uo"      long_name="sea_water_x_velocity"      operation="instant" /> 
    38      <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" operation="instant" /> 
    39    </file> 
    40  
    41    <file id="file6" name_suffix="_grid_V" description="ocean V grid variables" > 
    42      <field field_ref="voce"         name="vo"      long_name="sea_water_y_velocity"      operation="instant" /> 
    43      <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" operation="instant" /> 
    44    </file> 
    45  
    46       </file_group> 
    47     
    48  
     27      <file_group id="1h" output_freq="1h"  output_level="10" enabled=".TRUE."/> <!-- 1h files --> 
    4928      <file_group id="2h" output_freq="2h"  output_level="10" enabled=".TRUE."/> <!-- 2h files --> 
    5029      <file_group id="3h" output_freq="3h"  output_level="10" enabled=".TRUE."/> <!-- 3h files -->      
     
    5231      <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files --> 
    5332      
    54       <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."/> <!-- 1d files --> 
     33      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."> <!-- 1d files --> 
     34 
     35   <file id="file1" name_suffix="_grid_T" description="ocean T grid variables" > 
     36     <field field_ref="sst"          name="tos" /> 
     37     <field field_ref="sss"          name="sos" /> 
     38     <field field_ref="ssh"          name="zos" /> 
     39   </file> 
     40 
     41   <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" > 
     42     <field field_ref="ssu"          name="uos" /> 
     43   </file> 
     44    
     45   <file id="file3" name_suffix="_grid_V" description="ocean V grid variables" > 
     46     <field field_ref="ssv"          name="vos" /> 
     47   </file> 
     48    
     49      </file_group> 
     50 
    5551      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files -->     
    5652 
    57       <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE."/>  <!-- 5d files -->    
     53      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
     54 
     55   <file id="file4" name_suffix="_grid_T" description="ocean T grid variables" > 
     56     <field field_ref="toce"         name="thetao" /> 
     57     <field field_ref="soce"         name="so"     /> 
     58     <field field_ref="sst"          name="tos"    /> 
     59     <field field_ref="sst2"         name="tossq"  /> 
     60     <field field_ref="sss"          name="sos"    /> 
     61     <field field_ref="ssh"          name="zos"    /> 
     62     <field field_ref="ssh2"         name="zossq"  /> 
     63     <field field_ref="empmr"        name="wfo"    /> 
     64     <field field_ref="qsr"          name="rsntds" /> 
     65     <field field_ref="qt"           name="tohfls" /> 
     66     <field field_ref="taum"     /> 
     67     <field field_ref="mldkz5"   /> 
     68     <field field_ref="mldr10_1" /> 
     69   </file> 
     70    
     71   <file id="file5" name_suffix="_grid_U" description="ocean U grid variables" > 
     72     <field field_ref="uoce"         name="uo"    /> 
     73     <field field_ref="ssu"          name="uos"   /> 
     74     <field field_ref="utau"         name="tauuo" /> 
     75   </file> 
     76    
     77   <file id="file6" name_suffix="_grid_V" description="ocean V grid variables" > 
     78     <field field_ref="voce"         name="vo"    /> 
     79     <field field_ref="ssv"          name="vos"   /> 
     80     <field field_ref="vtau"         name="tauvo" /> 
     81   </file> 
     82    
     83   <file id="file7" name_suffix="_grid_W" description="ocean W grid variables" > 
     84     <field field_ref="woce"         name="wo"     /> 
     85     <field field_ref="avt"          name="difvho" /> 
     86   </file> 
     87    
     88      </file_group> 
    5889 
    5990      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> 
     
    6394      <file_group id="6m" output_freq="6mo" output_level="10" enabled=".TRUE."/> <!-- real 6m files --> 
    6495 
    65       <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."> <!-- real yearly files --> 
    66  
    67    <file id="file9" name_suffix="_Tides_T" description="ocean T grid variables" > 
    68      <field field_ref="M2x"/> 
    69      <field field_ref="M2y"/> 
    70      <field field_ref="S2x"/> 
    71      <field field_ref="S2y"/> 
    72    </file> 
    73  
    74       </file_group> 
     96      <file_group id="1y"  output_freq="1y" output_level="10" enabled=".TRUE."/> <!-- real yearly files --> 
    7597      <file_group id="2y"  output_freq="2y" output_level="10" enabled=".TRUE."/> <!-- real 2y files --> 
    7698      <file_group id="5y"  output_freq="5y" output_level="10" enabled=".TRUE."/> <!-- real 5y files --> 
     
    86108     
    87109   <axis_definition>   
    88       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    89       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    90       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    91       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    92       <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    93       <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
     110      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     111      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     112      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     113      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     114      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     115      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     116      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     117      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     118      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    94119   </axis_definition>  
    95120     
     
    105130     <grid id="grid_W_2D" domain_ref="grid_W"/> 
    106131     <grid id="grid_W_3D" domain_ref="grid_W" axis_ref="depthw"/> 
     132     <grid id="gznl_T_2D" domain_ref="gznl"/> 
     133     <grid id="gznl_T_3D" domain_ref="gznl" axis_ref="deptht"/> 
     134     <grid id="gznl_W_3D" domain_ref="gznl" axis_ref="depthw"/> 
    107135    </grid_definition>    
    108136  </context> 
     
    119147     <variable id="buffer_server_factor_size" type="integer">2</variable> 
    120148     <variable id="info_level"                type="integer">0</variable> 
    121      <variable id="using_server"              type="boolean">true</variable> 
     149     <variable id="using_server"              type="boolean">false</variable> 
    122150     <variable id="using_oasis"               type="boolean">false</variable> 
    123151     <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_ref

    r5750 r6269  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  1 - run manager      (namrun, namcfg) 
    3 !! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
     2!! NEMO/OPA  :  1 - run manager      (namrun) 
     3!! namelists    2 - Domain           (namcfg, namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
     
    1010!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    12 !!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
     12!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    1313!!             10 - miscellaneous    (namsol, nammpp, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
     
    1818!!                   ***  Run management namelists  *** 
    1919!!====================================================================== 
    20 !!   namrun        parameters of the run 
     20!!   namrun       parameters of the run 
    2121!!====================================================================== 
    2222! 
     
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    33    ln_rstdate  = .false.   !  Name restart dump by date instead of time step 
    34    nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
    35    nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
     33   ln_rstdate  = .false.   !  Name restart dump by date instead of time step  
     34   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T 
     35   nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T 
    3636                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    3737                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     
    4242   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    4343   nn_istate   =       0   !  output the initial state (1) or not (0) 
     44   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    4445   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     46   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    4547   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4648   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4749   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     50   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    4851   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    4952   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    5053/ 
    5154! 
    52 !----------------------------------------------------------------------- 
    53 &namcfg     !   default parameters of the configuration       
     55!!====================================================================== 
     56!!                      ***  Domain namelists  *** 
     57!!====================================================================== 
     58!!   namcfg       parameters of the configuration 
     59!!   namzgr       vertical coordinate 
     60!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
     61!!   namdom       space and time domain (bathymetry, mesh, timestep) 
     62!!   namtsd       data: temperature & salinity 
     63!!====================================================================== 
     64! 
     65!----------------------------------------------------------------------- 
     66&namcfg     !   parameters of the configuration 
    5467!----------------------------------------------------------------------- 
    5568   cp_cfg      =  "default"            !  name of the configuration 
    56    cp_cfz      =         ''            !  name of the zoom of configuration 
     69   cp_cfz      =  "no zoom"            !  name of the zoom of configuration 
    5770   jp_cfg      =       0               !  resolution of the configuration 
    5871   jpidta      =      10               !  1st lateral dimension ( >= jpi ) 
     
    6073   jpkdta      =      31               !  number of levels      ( >= jpk ) 
    6174   jpiglo      =      10               !  1st dimension of global domain --> i =jpidta 
    62    jpjglo      =      12               !  2nd    -                  -    --> j  =jpjdta 
     75   jpjglo      =      12               !  2nd    -                  -    --> j =jpjdta 
    6376   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    6477   jpjzoom     =       1               !  in data domain indices 
    6578   jperio      =       0               !  lateral cond. type (between 0 and 6) 
    6679                                       !  = 0 closed                 ;   = 1 cyclic East-West 
    67                                        !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     80                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    6881                                       !  = 4 cyclic East-West AND North fold T-point pivot 
    6982                                       !  = 5 North fold F-point pivot 
    7083                                       !  = 6 cyclic East-West AND North fold F-point pivot 
    71 / 
    72 !!====================================================================== 
    73 !!                      ***  Domain namelists  *** 
    74 !!====================================================================== 
    75 !!   namzgr       vertical coordinate 
    76 !!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    77 !!   namdom       space and time domain (bathymetry, mesh, timestep) 
    78 !!   namtsd       data: temperature & salinity 
    79 !!====================================================================== 
    80 ! 
     84   ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present 
     85                                       !  in netcdf input files, as the start j-row for reading 
     86/ 
    8187!----------------------------------------------------------------------- 
    8288&namzgr        !   vertical coordinate 
     
    8591   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    8692   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     93   ln_isfcav   = .false.   !  ice shelf cavity               (T/F) 
    8794/ 
    8895!----------------------------------------------------------------------- 
     
    100107                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    101108   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    102    rn_bb       =    0.8    !  stretching with SH94 s-sigma    
     109   rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    103110                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    104111   rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
     
    109116   rn_zb_b     =   -0.2    !  offset for calculating Zb 
    110117                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    111    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)  
     118   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
    112119/ 
    113120!----------------------------------------------------------------------- 
     
    117124   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    118125   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    119    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     126   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    120127   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    121128   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    163170   nn_baro       =    30               !  Number of iterations of barotropic mode 
    164171                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    165    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     172   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    166173   nn_bt_flt     =    1                !  Time filter choice 
    167174                                       !  = 0 None 
    168175                                       !  = 1 Boxcar over   nn_baro barotropic steps 
    169                                        !  = 2 Boxcar over 2*nn_baro     "        "   
     176                                       !  = 2 Boxcar over 2*nn_baro     "        " 
    170177/ 
    171178!----------------------------------------------------------------------- 
     
    186193/ 
    187194!----------------------------------------------------------------------- 
     195&namc1d        !   1D configuration options                             ("key_c1d") 
     196!----------------------------------------------------------------------- 
     197   rn_lat1d    =      50   !  Column latitude (default at PAPA station) 
     198   rn_lon1d    =    -145   !  Column longitude (default at PAPA station) 
     199   ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     200/ 
     201!----------------------------------------------------------------------- 
    188202&namtsd    !   data : Temperature  & Salinity 
    189203!----------------------------------------------------------------------- 
     
    207221!!   namsbc_core     CORE bulk formulae formulation 
    208222!!   namsbc_mfs      MFS  bulk formulae formulation 
    209 !!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     223!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
    210224!!   namsbc_sas      StAndalone Surface module 
    211225!!   namtra_qsr      penetrative solar radiation 
    212226!!   namsbc_rnf      river runoffs 
     227!!   namsbc_isf      ice shelf melting/freezing 
    213228!!   namsbc_apr      Atmospheric Pressure 
    214229!!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     
    226241   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    227242   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    228    ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     243   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     244   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     245   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     246                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     247                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     248                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    229249   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    230250   nn_ice      = 2         !  =0 no ice boundary condition   , 
    231251                           !  =1 use observed ice-cover      , 
    232                            !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     252                           !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
    233253   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    234254                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    235255                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    236256   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    237    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     257   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
     258   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     259                           !  0 =no isf                  1 = presence of ISF 
     260                           !  2 = bg03 parametrisation   3 = rnf file for isf 
     261                           !  4 = ISF fwf specified 
     262                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    238263   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    239264   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
     
    243268   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    244269   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    245    cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm. 
     270   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     271                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
     272   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     273                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     274                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     275                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     276                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
    246277/ 
    247278!----------------------------------------------------------------------- 
     
    258289&namsbc_flx    !   surface boundary condition : flux formulation 
    259290!----------------------------------------------------------------------- 
    260 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !  
     291!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    261292!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    262293   sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     
    299330 
    300331   cn_dir      = './'      !  root directory for the location of the bulk files 
    301    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    302332   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    303    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    304    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    305    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     333   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     334   rn_zu       = 10.        !  Wind vector reference height (m) 
    306335   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    307336   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    308    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     337   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    309338                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    310339   ln_charnock = .false.   ! logical flag for charnock wind stress in surge model(true) or not(false) 
     
    326355/ 
    327356!----------------------------------------------------------------------- 
    328 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     357&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    329358!----------------------------------------------------------------------- 
    330359!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
    331360!                    !                       ! categories !  reference  !    orientation       ! grids  ! 
    332361! send 
    333 sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
    334 sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
    335 sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
    336 sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
    337 sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     362   sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
     363   sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     364   sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
     365   sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
     366   sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    338367! receive 
    339 sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    340 sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    341 sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
    342 sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    343 sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    344 sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
    345 sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
    346 sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    347 sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    348 sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     368   sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     369   sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     370   sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
     371   sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     372   sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     373   sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     374   sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
     375   sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     376   sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     377   sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     378! 
     379   nn_cplmodel   =     1     !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     380   ln_usecplmask = .false.   !  use a coupling mask file to merge data received from several models 
     381                             !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    349382/ 
    350383!----------------------------------------------------------------------- 
     
    353386!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    354387!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    355    sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , ''       
     388   sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    356389   sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    357390   sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    358391   sn_sal      = 'sas_grid_T' ,    120           , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    359392   sn_ssh      = 'sas_grid_T' ,    120           , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    360  
    361    ln_3d_uv    = .true.    !  specify whether we are supplying a 3D u,v field 
     393   sn_e3t      = 'sas_grid_T' ,    120           , 'e3t_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     394   sn_frq      = 'sas_grid_T' ,    120           , 'frq_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     395 
     396   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
     397   ln_read_frq = .false.    !  specify whether we must read frq or not 
    362398   cn_dir      = './'      !  root directory for the location of the bulk files are 
    363399/ 
     
    392428 
    393429   cn_dir       = './'      !  root directory for the location of the runoff files 
    394    ln_rnf_emp   = .false.   !  runoffs included into precipitation field (T) or into a file (F) 
    395430   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    396431   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
     
    400435   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
    401436   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
     437   ln_rnf_depth_ini = .false.  ! compute depth at initialisation from runoff file 
     438   rn_rnf_max   = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     439   rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     440   nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
     441/ 
     442!----------------------------------------------------------------------- 
     443&namsbc_isf    !  Top boundary layer (ISF) 
     444!----------------------------------------------------------------------- 
     445!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     446!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     447! nn_isf == 4 
     448   sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     449   sn_fwfisf    = 'rnfisf' ,         -12      ,'sowflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     450! nn_isf == 3 
     451   sn_rnfisf    = 'runoffs' ,         -12      ,'sofwfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     452! nn_isf == 2 and 3 
     453   sn_depmax_isf = 'runoffs' ,       -12        ,'sozisfmax' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     454   sn_depmin_isf = 'runoffs' ,       -12        ,'sozisfmin' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     455! nn_isf == 2 
     456   sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     457! for all case 
     458   ln_divisf   = .true.  ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?) 
     459! only for nn_isf = 1 or 2 
     460   rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula 
     461   rn_gammas0  = 1.0e-4   ! gammas coefficient used in blk formula 
     462! only for nn_isf = 1 
     463   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??) 
     464   rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008) 
     465                          ! 0 => thickness of the tbl = thickness of the first wet cell 
     466   ln_conserve = .true.   ! conservative case (take into account meltwater advection) 
     467   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s) 
     468                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
     469                          !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate 
     470                          ! 2 = velocity and stability dependent Gamma    Holland et al. 1999 
    402471/ 
    403472!----------------------------------------------------------------------- 
     
    409478 
    410479   cn_dir      = './'       !  root directory for the location of the bulk files 
    411    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     480   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    412481   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    413482   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     
    449518                                                      ! Initial mass required for an iceberg of each class 
    450519      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    451                                                       ! Proportion of calving mass to apportion to each class   
     520                                                      ! Proportion of calving mass to apportion to each class 
    452521      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    453522                                                      ! Ratio between effective and real iceberg mass (non-dim) 
    454                                                       ! i.e. number of icebergs represented at a point          
     523                                                      ! i.e. number of icebergs represented at a point 
    455524      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    456525                                                      ! thickness of newly calved bergs (m) 
     
    461530      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    462531      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    463       ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     532      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    464533      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    465534                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    466535      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    467       rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     536      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    468537 
    469538!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    470539!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    471540      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
    472     
    473       cn_dir = './'  
     541 
     542      cn_dir = './' 
    474543/ 
    475544 
     
    532601   ln_tide_ramp  = .false.  ! 
    533602   rdttideramp   =    0.    ! 
    534    clname(1)     =   'M2'   !  name of constituent 
    535    clname(2)     =   'S2' 
    536    clname(3)     =   'N2' 
    537    clname(4)     =   'K1' 
    538    clname(5)     =   'O1' 
    539    clname(6)     =   'Q1' 
    540    clname(7)     =   'M4' 
    541    clname(8)     =   'K2' 
    542    clname(9)     =   'P1' 
    543    clname(10)    =   'Mf' 
    544    clname(11)    =   'Mm' 
     603   clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
    545604/ 
    546605!----------------------------------------------------------------------- 
     
    557616                                          !  = 2, use tidal harmonic forcing data from files 
    558617                                          !  = 3, use external data AND tidal harmonic forcing 
    559     cn_dyn3d      =  'none'               !   
     618    cn_dyn3d      =  'none'               ! 
    560619    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    561620                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    562     cn_tra        =  'none'               !  
     621    cn_tra        =  'none'               ! 
    563622    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    564623                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     624    cn_ice_lim      =  'none'             ! 
     625    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
     626                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     627    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     628    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     629    rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     630 
    565631    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    566632    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    567     rn_time_dmp   =  1.                   ! Damping time scale in days  
     633    rn_time_dmp   =  1.                   ! Damping time scale in days 
    568634    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    569635    nn_rimwidth   = 10                    !  width of the relaxation zone 
     
    583649   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    584650   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     651! for lim2 
     652!   bn_frld  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     653!   bn_hicif =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     654!   bn_hsnif =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     655! for lim3 
     656!   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     657!   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     658!   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    585659   cn_dir  =    'bdydta/' 
    586660   ln_full_vel = .false. 
     
    610684   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    611685   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    612    rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
    613    ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
     686   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    614687   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    615688   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     689   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
     690   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     691   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
     692   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
     693   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
     694   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file ) 
     695   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T) 
     696 
    616697   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     698   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    617699/ 
    618700!----------------------------------------------------------------------- 
    619701&nambbc        !   bottom temperature boundary condition 
    620702!----------------------------------------------------------------------- 
     703!              !                              !  (if <0  months)  !   
     704!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     705!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     706   sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , '' 
     707   ! 
     708   cn_dir      = './'      !  root directory for the location of the runoff files 
    621709   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    622710   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
     
    624712                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    625713   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
     714 
    626715/ 
    627716!----------------------------------------------------------------------- 
     
    639728!!   nameos        equation of state 
    640729!!   namtra_adv    advection scheme 
     730!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.) 
    641731!!   namtra_ldf    lateral diffusion scheme 
    642732!!   namtra_dmp    T & S newtonian damping 
     
    646736&nameos        !   ocean physical parameters 
    647737!----------------------------------------------------------------------- 
    648    nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    649                            !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    650                            !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    651                            !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    652    rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    653    rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
     738   nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
     739                                 !  =-1, TEOS-10 
     740                                 !  = 0, EOS-80 
     741                                 !  = 1, S-EOS   (simplified eos) 
     742   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     743   !                             ! 
     744   !                     ! S-EOS coefficients : 
     745   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     746   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
     747   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     748   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
     749   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
     750   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
     751   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
     752   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    654753/ 
    655754!----------------------------------------------------------------------- 
    656755&namtra_adv    !   advection scheme for tracer 
    657756!----------------------------------------------------------------------- 
    658    ln_traadv_cen2   =  .false.  !  2nd order centered scheme 
    659    ln_traadv_tvd    =  .true.   !  TVD scheme 
    660    ln_traadv_muscl  =  .false.  !  MUSCL scheme 
    661    ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    662    ln_traadv_ubs    =  .false.  !  UBS scheme 
    663    ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    664    ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     757   ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
     758   ln_traadv_tvd    =  .true.    !  TVD scheme 
     759   ln_traadv_muscl  =  .false.   !  MUSCL scheme 
     760   ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
     761   ln_traadv_ubs    =  .false.   !  UBS scheme 
     762   ln_traadv_qck    =  .false.   !  QUICKEST scheme 
     763   ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
     764   ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
    665765/ 
    666766!----------------------------------------------------------------------- 
     
    709809!----------------------------------------------------------------------- 
    710810   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    711    nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    712                            !                   =XX, damping poleward of XX degrees (XX>0) 
    713                            !                      + F(distance-to-coast) + Red and Med Seas 
    714811   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    715812                           !                   =1 no damping in the mixing layer (kz  criteria) 
    716813                           !                   =2 no damping in the mixed  layer (rho crieria) 
    717    rn_surf     =   50.     !  surface time scale of damping   [days] 
    718    rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    719    rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    720    nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     814   cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
    721815/ 
    722816 
     
    735829!----------------------------------------------------------------------- 
    736830   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     831   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    737832   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    738833   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     834   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    739835/ 
    740836!----------------------------------------------------------------------- 
    741837&nam_vvl    !   vertical coordinate options 
    742838!----------------------------------------------------------------------- 
    743    ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     839   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    744840   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
    745841   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     
    759855   ln_dynvor_mix = .false. !  mixed scheme 
    760856   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     857   ln_dynvor_een_old = .false.  !  energy & enstrophy scheme - original formulation 
    761858/ 
    762859!----------------------------------------------------------------------- 
     
    766863   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    767864   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     865   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    768866   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    769867   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
     
    861959                           !        = 1 add a tke source below the ML 
    862960                           !        = 2 add a tke source just at the base of the ML 
    863                            !        = 3 as = 1 applied on HF part of the stress    ("key_coupled") 
     961                           !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    864962   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    865963   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
     
    883981&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    884982!----------------------------------------------------------------------- 
    885    rn_emin       = 1.e-6   !  minimum value of e   [m2/s2] 
     983   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
    886984   rn_epsmin     = 1.e-12  !  minimum value of eps [m2/s3] 
    887985   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    888    rn_clim_galp  = 0.53    !  galperin limit 
    889    ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     986   rn_clim_galp  = 0.267   !  galperin limit 
    890987   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    891988   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    892989   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
    893    nn_tkebc_surf =   1     !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    894    nn_tkebc_bot  =   1     !  bottom tke condition (0/1=Dir/Neum) 
    895    nn_psibc_surf =   1     !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    896    nn_psibc_bot  =   1     !  bottom psi condition (0/1=Dir/Neum) 
    897    nn_stab_func  =   2     !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
    898    nn_clos       =   1     !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
     990   rn_hsro       =  0.02   !  Minimum surface roughness 
     991   rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met=2) 
     992   nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2) 
     993   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
     994   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
     995   nn_stab_func  =     2   !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     996   nn_clos       =     1   !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    899997/ 
    900998!----------------------------------------------------------------------- 
     
    9181016!!                  ***  Miscellaneous namelists  *** 
    9191017!!====================================================================== 
     1018!!   namsol            elliptic solver / island / free surface 
    9201019!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    9211020!!   namctl            Control prints & Benchmark 
    922 !!   namsol            elliptic solver / island / free surface 
     1021!!   namc1d            1D configuration options                         ("key_c1d") 
     1022!!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
     1023!!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
     1024!!   namsto            Stochastic parametrization of EOS 
    9231025!!====================================================================== 
    9241026! 
     
    9631065/ 
    9641066!----------------------------------------------------------------------- 
    965 &namc1d        !   1D configuration options                             ("key_c1d") 
    966 !----------------------------------------------------------------------- 
    967    rn_lat      =    50     !  Column latitude 
    968    rn_lon      =    -145   !  Column longitude 
    969 / 
    970 !----------------------------------------------------------------------- 
    9711067&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    9721068!----------------------------------------------------------------------- 
     
    9851081   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    9861082/ 
     1083!----------------------------------------------------------------------- 
     1084&namsto       ! Stochastic parametrization of EOS 
     1085!----------------------------------------------------------------------- 
     1086   ln_rststo = .false.           ! start from mean parameter (F) or from restart file (T) 
     1087   ln_rstseed = .true.           ! read seed of RNG from restart file 
     1088   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
     1089   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
     1090 
     1091   ln_sto_eos = .false.          ! stochastic equation of state 
     1092   nn_sto_eos = 1                ! number of independent random walks 
     1093   rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
     1094   rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
     1095   rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
     1096   nn_eos_ord  = 1               ! order of autoregressive processes 
     1097   nn_eos_flt  = 0               ! passes of Laplacian filter 
     1098   rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
     1099/ 
     1100 
    9871101!!====================================================================== 
    9881102!!                  ***  Diagnostics namelists  *** 
    9891103!!====================================================================== 
    9901104!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    991 !!   namtrd       dynamics and/or tracer trends                         ("key_trddyn","key_trdtra","key_trdmld") 
     1105!!   namtrd       dynamics and/or tracer trends 
     1106!!   namptr       Poleward Transport Diagnostics 
    9921107!!   namflo       float parameters                                      ("key_float") 
    993 !!   namptr       Poleward Transport Diagnostics 
    9941108!!   namhsb       Heat and salt budgets 
    9951109!!====================================================================== 
     
    10071121/ 
    10081122!----------------------------------------------------------------------- 
    1009 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    1010 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    1011 !----------------------------------------------------------------------- 
    1012    nn_trd      = 365       !  time step frequency dynamics and tracers trends 
    1013    nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    1014    rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    1015    cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
    1016    cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
    1017    ln_trdmld_restart = .false.         !  restart for ML diagnostics 
    1018    ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
    1019 / 
     1123&namtrd        !   diagnostics on dynamics and/or tracer trends 
     1124!              !       and/or mixed-layer trends and/or barotropic vorticity 
     1125!----------------------------------------------------------------------- 
     1126   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     1127   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
     1128   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
     1129   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet) 
     1130   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
     1131   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
     1132   ln_tra_trd  = .FALSE.   ! (T) 3D tracer trend output 
     1133   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
     1134   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     1135/ 
     1136!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     1137!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     1138!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
     1139!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
     1140!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
     1141!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
     1142!!gm 
    10201143!----------------------------------------------------------------------- 
    10211144&namflo       !   float parameters                                      ("key_float") 
     
    10361159!----------------------------------------------------------------------- 
    10371160   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1038    ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    1039    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1040                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    1041    ln_ptrcomp = .true.     !  Add decomposition : overturning 
    1042    nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    1043    nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
     1161   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    10441162/ 
    10451163!----------------------------------------------------------------------- 
     
    10801198   ln_s3d     = .false.    ! Logical switch for S profile observations 
    10811199   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
    1082    !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     1200   ln_cor     = .false.    ! Logical switch for Coriolis insitu data set 
    10831201   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
    10841202   ln_sla     = .false.    ! Logical switch for SLA observations 
    1085  
    10861203   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1087  
    10881204   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
    1089                            !     ln_ssh                  Logical switch for SSH observations 
    1090  
    1091    ln_sst     = .true.     ! Logical switch for SST observations 
    1092    ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
    1093    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    1094  
     1205   ln_ssh     = .false.    ! Logical switch for SSH observations 
     1206   ln_sst     = .false.    ! Logical switch for SST observations 
     1207   ln_reysst  = .false.    ! Logical switch for Reynolds observations 
     1208   ln_ghrsst  = .false.    ! Logical switch for GHRSST observations 
    10951209   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    1096                            !     ln_sss                  Logical switch for SSS observations 
    1097                            !     ln_seaice               Logical switch for Sea Ice observations 
    1098                            !     ln_vel3d                Logical switch for velocity observations 
    1099                            !     ln_velavcur             Logical switch for velocity daily av. cur. 
    1100                            !     ln_velhrcur             Logical switch for velocity high freq. cur. 
    1101                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    1102                            !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    1103                            !     ln_velfb                Logical switch for feedback velocity data 
    1104                            !     ln_grid_global          Global distribtion of observations 
    1105                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
    1106                            !     grid_search_file        Grid search lookup file header 
    1107                            !     enactfiles              ENACT input observation file names 
    1108                            !     coriofiles              Coriolis input observation file name 
    1109    !                       ! profbfiles: Profile feedback input observation file name 
    1110    profbfiles = 'profiles_01.nc' 
    1111                            !     ln_profb_enatim         Enact feedback input time setting switch 
    1112                            !     slafilesact             Active SLA input observation file name 
    1113                            !     slafilespas             Passive SLA input observation file name 
    1114    !                       ! slafbfiles: Feedback SLA input observation file name 
    1115    slafbfiles = 'sla_01.nc' 
    1116                            !     sstfiles                GHRSST input observation file name 
    1117    !                       ! sstfbfiles: Feedback SST input observation file name 
    1118    sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    1119                            !     seaicefiles             Sea Ice input observation file name 
    1120                            !     velavcurfiles           Vel. cur. daily av. input file name 
    1121                            !     velhvcurfiles           Vel. cur. high freq. input file name 
    1122                            !     velavadcpfiles          Vel. ADCP daily av. input file name 
    1123                            !     velhvadcpfiles          Vel. ADCP high freq. input file name 
    1124                            !     velfbfiles              Vel. feedback input observation file name 
    1125                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
    1126                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
    1127                            !     n1dint                  Type of vertical interpolation method 
    1128                            !     n2dint                  Type of horizontal interpolation method 
    1129                            !     ln_nea                  Rejection of observations near land switch 
    1130    nmsshc     = 0          ! MSSH correction scheme 
    1131                            !     mdtcorr                 MDT  correction 
    1132                            !     mdtcutoff               MDT cutoff for computed correction 
     1210   ln_sss     = .false.    ! Logical switch for SSS observations 
     1211   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
     1212   ln_vel3d   = .false.    ! Logical switch for velocity observations 
     1213   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
     1214   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1215   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
     1216   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1217   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
     1218   ln_grid_global = .false. ! Global distribtion of observations 
     1219   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
     1220   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     1221! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
     1222   enactfiles = 'enact.nc' !  ENACT input observation file names (specify full array in namelist_cfg) 
     1223   coriofiles = 'corio.nc' !  Coriolis input observation file name 
     1224   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
     1225   ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1226   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
     1227   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
     1228   slafbfiles = 'sla_01.nc' ! slafbfiles: Feedback SLA input observation file names 
     1229   sstfiles = 'ghrsst.nc'   ! GHRSST input observation file names 
     1230   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
     1231   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
     1232   velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1233   velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1234   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
     1235   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     1236   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
     1237   dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1238   dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1239   n1dint = 0  !               Type of vertical interpolation method 
     1240   n2dint = 0  !               Type of horizontal interpolation method 
     1241   ln_nea = .false.   !        Rejection of observations near land switch 
     1242   nmsshc     = 0     !        MSSH correction scheme 
     1243   mdtcorr = 1.61     !        MDT  correction 
     1244   mdtcutoff = 65.0   !        MDT cutoff for computed correction 
    11331245   ln_altbias = .false.    ! Logical switch for alt bias 
    11341246   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    1135                            !     endailyavtypes   ENACT daily average types 
     1247   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    11361248   ln_grid_global = .true. 
    11371249   ln_grid_search_lookup = .false. 
     
    11821294   rn_htrmax         =  200.0   ! max. depth of transition range 
    11831295/ 
    1184 !----------------------------------------------------------------------- 
    1185 &namwad       !   Wetting and Drying namelist 
    1186 !----------------------------------------------------------------------- 
    1187    ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off) 
    1188    rn_wdmin1=0.1     !: minimum water depth on dried cells 
    1189    rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells 
    1190    rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered 
    1191    nn_wdit   =   10  !: maximum number of iteration for W/D limiter 
    1192 / 
     1296-----------------------------------------------------------------------  
     1297&namwad       !   Wetting and Drying namelist  
     1298!-----------------------------------------------------------------------  
     1299   ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off)  
     1300   rn_wdmin1=0.1     !: minimum water depth on dried cells  
     1301   rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells  
     1302   rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered  
     1303   nn_wdit   =   10  !: maximum number of iteration for W/D limiter  
     1304/  
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r5942 r6269  
    748748      !------------------------------------- 
    749749      jstart = 1 
    750       DO ib_bdy = 1, nb_bdy 
    751          jend = jstart - 1 + nb_bdy_fld(ib_bdy)  
    752          CALL fld_fill( bf(jstart:jend), blf_i(jstart:jend), cn_dir_array(ib_bdy), 'bdy_dta',   & 
    753          &              'open boundary conditions', 'nambdy_dta' ) 
    754          jstart = jend + 1 
    755       ENDDO 
     750      IF (size(bf) /= 0) THEN 
     751         DO ib_bdy = 1, nb_bdy 
     752            jend = jstart - 1 + nb_bdy_fld(ib_bdy)  
     753            CALL fld_fill( bf(jstart:jend), blf_i(jstart:jend), cn_dir_array(ib_bdy), 'bdy_dta',   & 
     754            &              'open boundary conditions', 'nambdy_dta' ) 
     755            jstart = jend + 1 
     756         ENDDO 
     757      ENDIF 
    756758 
    757759      ! Initialise local boundary data arrays 
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r5954 r6269  
    138138      NAMELIST/namrun/ cn_ocerst_indir, cn_ocerst_outdir, nn_stocklist, ln_rst_list,               & 
    139139         &             nn_no   , cn_exp    , cn_ocerst_in, cn_ocerst_out, ln_rstart , nn_rstctl,   & 
    140          &             ln_rstdate                                                                  & 
     140         &             ln_rstdate,                                                                 & 
    141141         &             nn_it000, nn_itend  , nn_date0    , nn_leapy     , nn_istate , nn_stock ,   & 
    142142         &             nn_write, ln_dimgnnn, ln_mskland  , ln_cfmeta    , ln_clobber, nn_chunksz, nn_euler 
Note: See TracChangeset for help on using the changeset viewer.