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 5989 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2015-12-03T09:10:32+01:00 (9 years ago)
Author:
deazer
Message:

Merging TMB and 25h diagnostics to head of trunk
added brief documentation

Location:
branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/domain_def.xml

    r5260 r5989  
    66         <domain id="myzoom" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="5" zoom_nj="5" /> 
    77         <domain id="1point" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="1" zoom_nj="1" /> 
    8          <domain id="ptr" zoom_ibegin="0000"  zoom_jbegin="1" zoom_ni="1" zoom_nj="0000" /> 
    98         <!--   Eq section   --> 
    109         <domain id="EqT" zoom_ibegin="1" zoom_jbegin="0000" zoom_ni="0000" zoom_nj="1" /> 
     
    164163 
    165164      <domain id="grid_V" long_name="grid V"/> 
     165       
    166166      <domain_group id="grid_W"> 
    167167         <domain id="grid_W" long_name="grid W"/> 
     
    170170      </domain_group> 
    171171 
    172       <domain_group id="scalarpoint"> 
    173          <domain id="scalarpoint" long_name="scalar"/> 
    174          <!-- 
    175          <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" /> 
    176          --> 
     172      <domain id="grid_F" long_name="grid F"/> 
     173 
     174      <domain_group id="scalarpoint">  
     175         <domain id="scalarpoint" long_name="scalar"/>  
     176         <!--  
     177         <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" />  
     178         -->  
    177179      </domain_group> 
     180 
     181      <domain_group id="gznl"> 
     182         <domain id="ptr" long_name="zonal mean grid" zoom_ibegin="0000"  zoom_jbegin="1" zoom_ni="1" zoom_nj="0000" /> 
     183      </domain_group> 
     184 
    178185 
    179186   </domain_definition>     
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/field_def.xml

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

    r5260 r5989  
    1414!----------------------------------------------------------------------- 
    1515   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     16   cn_icerst_indir = "."              !  directory from which to read input ice restarts 
    1617   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
     18   cn_icerst_outdir = "."             !  directory in which to write output ice restarts 
    1719   ln_limdyn     = .true.             !  ice dynamics (T) or thermodynamics only (F) 
    1820   ln_limdmp     = .false.            !  restoring ice thickness and fraction leads   (T => fill  namice_dmp) 
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r5260 r5989  
    1717   nlay_s         =    1           !  number of snow layers (only 1 is working) 
    1818   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
     19   cn_icerst_indir = "."           !  directory from which to read input ice restarts 
    1920   cn_icerst_out = "restart_ice"   !  suffix of ice restart name (output) 
     21   cn_icerst_outdir = "."          !  directory in which to write output ice restarts 
    2022   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    2123   rn_amax       = 0.999           !  maximum tolerated ice concentration  
     
    7476/ 
    7577!------------------------------------------------------------------------------ 
     78&namicehdf     !   Ice horizontal diffusion 
     79!------------------------------------------------------------------------------ 
     80   nn_convfrq     = 5              !  convergence check frequency of the Crant-Nicholson scheme (perf. optimization) 
     81/ 
     82!------------------------------------------------------------------------------ 
    7683&namicethd     !   Ice thermodynamics 
    7784!------------------------------------------------------------------------------ 
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref

    r5260 r5989  
    207207/ 
    208208!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     209&nampisice      !  Prescribed sea ice tracers 
     210!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     211! constant ocean tracer concentrations are defined in trcice_pisces.F90 (Global, Arctic, Antarctic and Baltic) 
     212! trc_ice_ratio     * betw 0 and 1: prescribed ice/ocean tracer concentration ratio 
     213!                   * -1 => the ice-ocean tracer concentration ratio follows the  
     214!                           ice-ocean salinity ratio 
     215!                   * -2 => tracer concentration in sea ice is prescribed and  
     216!                           trc_ice_prescr is used 
     217! trc_ice_prescr    * prescribed tracer concentration. used only if  
     218!                     trc_ice_ratio = -2. equals -99 if not used. 
     219! cn_trc_o          * 'GL' use global ocean values making the Baltic distinction only 
     220!                     'AA' use specific Arctic/Antarctic/Baltic values 
     221!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     222!    sn_tri_ ! trc_ice_ratio ! trc_ice_prescr !     cn_trc_o 
     223   sn_tri_dic =           -1.,           -99.,          'AA' 
     224   sn_tri_doc =            0.,           -99.,          'AA' 
     225   sn_tri_tal =           -1.,           -99.,          'AA' 
     226   sn_tri_oxy =           -1.,           -99.,          'AA' 
     227   sn_tri_cal =            0.,           -99.,          'AA' 
     228   sn_tri_po4 =           -1.,           -99.,          'AA' 
     229   sn_tri_poc =            0.,           -99.,          'AA' 
     230   sn_tri_goc =            0.,           -99.,          'AA' 
     231   sn_tri_bfe =            0.,           -99.,          'AA' 
     232   sn_tri_num =            0.,           -99.,          'AA' 
     233   sn_tri_sil =           -1.,           -99.,          'AA' 
     234   sn_tri_dsi =            0.,           -99.,          'AA' 
     235   sn_tri_gsi =            0.,           -99.,          'AA' 
     236   sn_tri_phy =            0.,           -99.,          'AA' 
     237   sn_tri_dia =            0.,           -99.,          'AA' 
     238   sn_tri_zoo =            0.,           -99.,          'AA' 
     239   sn_tri_mes =            0.,           -99.,          'AA' 
     240   sn_tri_fer =           -2.,          15E-9,          'AA' 
     241   sn_tri_sfe =            0.,           -99.,          'AA' 
     242   sn_tri_dfe =            0.,           -99.,          'AA' 
     243   sn_tri_nfe =            0.,           -99.,          'AA' 
     244   sn_tri_nch =            0.,           -99.,          'AA' 
     245   sn_tri_dch =            0.,           -99.,          'AA' 
     246   sn_tri_no3 =           -1.,           -99.,          'AA' 
     247   sn_tri_nh4 =            1.,           -99.,          'AA' 
     248/ 
     249!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    209250&nampiskrp     !   Kriest parameterization : parameters     "key_kriest" 
    210251!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5260 r5989  
     1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     2!!                            namelist_ref 
    13!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    24!! NEMO/OPA  :  1 - run manager      (namrun) 
     
    57!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    68!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     9!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    810!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    9 !!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     11!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_ldfeiv, namtra_dmp) 
    1012!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    11 !!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    12 !!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb) 
    13 !!             10 - miscellaneous    (namsol, nammpp, namctl) 
     13!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_ddm, namzdf_tmx) 
     14!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
     15!!             10 - miscellaneous    (nammpp, namctl) 
    1416!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1517!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    3739                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    3840   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     41   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    3942   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     43   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    4044   nn_istate   =       0   !  output the initial state (1) or not (0) 
     45   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    4146   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     47   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    4248   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4349   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4450   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    45    ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     51   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
     52   ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    4653   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4754/ 
     
    5057!!                      ***  Domain namelists  *** 
    5158!!====================================================================== 
    52 !!   namcfg       parameters of the configuration       
     59!!   namcfg       parameters of the configuration 
    5360!!   namzgr       vertical coordinate 
    5461!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
     
    5865! 
    5966!----------------------------------------------------------------------- 
    60 &namcfg     !   parameters of the configuration       
     67&namcfg     !   parameters of the configuration 
    6168!----------------------------------------------------------------------- 
    6269   cp_cfg      =  "default"            !  name of the configuration 
     
    7279   jperio      =       0               !  lateral cond. type (between 0 and 6) 
    7380                                       !  = 0 closed                 ;   = 1 cyclic East-West 
    74                                        !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     81                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    7582                                       !  = 4 cyclic East-West AND North fold T-point pivot 
    7683                                       !  = 5 North fold F-point pivot 
    7784                                       !  = 6 cyclic East-West AND North fold F-point pivot 
    78    ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present  
     85   ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present 
    7986                                       !  in netcdf input files, as the start j-row for reading 
    8087/ 
     
    101108                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    102109   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    103    rn_bb       =    0.8    !  stretching with SH94 s-sigma    
     110   rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    104111                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    105112   rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
     
    110117   rn_zb_b     =   -0.2    !  offset for calculating Zb 
    111118                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    112    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)  
     119   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
    113120/ 
    114121!----------------------------------------------------------------------- 
     
    118125   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    119126   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    120    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     127   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    121128   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    122129   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    156163/ 
    157164!----------------------------------------------------------------------- 
    158 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    159 !----------------------------------------------------------------------- 
    160    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
    161    ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    162    ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
    163                                        !  a user defined maximum courant number (rn_bt_cmax) 
    164    nn_baro       =    30               !  Number of iterations of barotropic mode 
    165                                        !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    166    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
    167    nn_bt_flt     =    1                !  Time filter choice 
    168                                        !  = 0 None 
    169                                        !  = 1 Boxcar over   nn_baro barotropic steps 
    170                                        !  = 2 Boxcar over 2*nn_baro     "        "   
    171 / 
    172 !----------------------------------------------------------------------- 
    173165&namcrs        !   Grid coarsening for dynamics output and/or 
    174166               !   passive tracer coarsened online simulations 
     
    196188&namtsd    !   data : Temperature  & Salinity 
    197189!----------------------------------------------------------------------- 
    198 !----------------------------------------------------------------------- 
    199190!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    200191!          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     
    215206!!   namsbc_core     CORE bulk formulae formulation 
    216207!!   namsbc_mfs      MFS  bulk formulae formulation 
    217 !!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     208!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
    218209!!   namsbc_sas      StAndalone Surface module 
    219210!!   namtra_qsr      penetrative solar radiation 
     
    235226   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    236227   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     228   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     229   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     230   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     231                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     232                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     233                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    237234   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    238235   nn_ice      = 2         !  =0 no ice boundary condition   , 
     
    245242   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    246243   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    247                            !  0 =no isf                  1 = presence of ISF  
    248                            !  2 = bg03 parametrisation   3 = rnf file for isf    
     244                           !  0 =no isf                  1 = presence of ISF 
     245                           !  2 = bg03 parametrisation   3 = rnf file for isf 
    249246                           !  4 = ISF fwf specified 
    250247                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     
    277274&namsbc_flx    !   surface boundary condition : flux formulation 
    278275!----------------------------------------------------------------------- 
    279 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !  
     276!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    280277!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    281278   sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     
    320317   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    321318   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    322    rn_zu       = 10.        !  Wind vector reference height (m)                  
     319   rn_zu       = 10.        !  Wind vector reference height (m) 
    323320   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    324321   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    325    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     322   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    326323                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    327324/ 
     
    342339/ 
    343340!----------------------------------------------------------------------- 
    344 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     341&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    345342!----------------------------------------------------------------------- 
    346343!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     
    373370!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    374371!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    375    sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , ''       
     372   sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    376373   sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    377374   sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    378375   sn_sal      = 'sas_grid_T' ,    120           , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    379376   sn_ssh      = 'sas_grid_T' ,    120           , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    380  
    381    ln_3d_uv    = .true.    !  specify whether we are supplying a 3D u,v field 
     377   sn_e3t      = 'sas_grid_T' ,    120           , 'e3t_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     378   sn_frq      = 'sas_grid_T' ,    120           , 'frq_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     379 
     380   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
     381   ln_read_frq = .false.    !  specify whether we must read frq or not 
    382382   cn_dir      = './'      !  root directory for the location of the bulk files are 
    383383/ 
     
    412412 
    413413   cn_dir       = './'      !  root directory for the location of the runoff files 
    414    ln_rnf_emp   = .false.   !  runoffs included into precipitation field (T) or into a file (F) 
    415414   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    416415   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
     
    420419   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
    421420   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    422 / 
    423 !----------------------------------------------------------------------- 
    424 &namsbc_isf    !  Top boundary layer (ISF)  
     421   ln_rnf_depth_ini = .false.  ! compute depth at initialisation from runoff file 
     422   rn_rnf_max   = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     423   rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     424   nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
     425/ 
     426!----------------------------------------------------------------------- 
     427&namsbc_isf    !  Top boundary layer (ISF) 
    425428!----------------------------------------------------------------------- 
    426429!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     
    459462 
    460463   cn_dir      = './'       !  root directory for the location of the bulk files 
    461    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     464   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    462465   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    463466   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     
    499502                                                      ! Initial mass required for an iceberg of each class 
    500503      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    501                                                       ! Proportion of calving mass to apportion to each class   
     504                                                      ! Proportion of calving mass to apportion to each class 
    502505      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    503506                                                      ! Ratio between effective and real iceberg mass (non-dim) 
    504                                                       ! i.e. number of icebergs represented at a point          
     507                                                      ! i.e. number of icebergs represented at a point 
    505508      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    506509                                                      ! thickness of newly calved bergs (m) 
     
    511514      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    512515      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    513       ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     516      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    514517      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    515518                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    516519      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    517       rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     520      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    518521 
    519522!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    520523!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    521524      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
    522     
    523       cn_dir = './'  
     525 
     526      cn_dir = './' 
    524527/ 
    525528 
     
    528531!!====================================================================== 
    529532!!   namlbc        lateral momentum boundary condition 
    530 !!   namcla        cross land advection 
    531533!!   namobc        open boundaries parameters                           ("key_obc") 
    532534!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    543545/ 
    544546!----------------------------------------------------------------------- 
    545 &namcla        !   cross land advection 
    546 !----------------------------------------------------------------------- 
    547    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    548 / 
    549 !----------------------------------------------------------------------- 
    550 &namobc        !   open boundaries parameters                           ("key_obc") 
    551 !----------------------------------------------------------------------- 
    552    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    553    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    554    ln_obc_fla  = .false.   !  Flather open boundary condition 
    555    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    556                            !  = 1 the obc data are read in 'obc.dta' files 
    557    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    558                            !  set to monthly if obc datafile hold 1 month of data 
    559    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    560    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    561    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    562    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    563    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    564    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    565    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    566    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    567    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    568                            !  = 1 the total volume remains constant 
    569 / 
    570 !----------------------------------------------------------------------- 
    571547&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    572548!----------------------------------------------------------------------- 
     
    575551   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    576552   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     553   ln_chk_bathy  = .FALSE. ! 
    577554/ 
    578555!----------------------------------------------------------------------- 
     
    597574                                          !  = 2, use tidal harmonic forcing data from files 
    598575                                          !  = 3, use external data AND tidal harmonic forcing 
    599     cn_dyn3d      =  'none'               !   
     576    cn_dyn3d      =  'none'               ! 
    600577    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    601578                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    602     cn_tra        =  'none'               !  
     579    cn_tra        =  'none'               ! 
    603580    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    604581                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    605     cn_ice_lim      =  'none'             !   
     582    cn_ice_lim      =  'none'             ! 
    606583    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    607584                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     
    612589    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    613590    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    614     rn_time_dmp   =  1.                   ! Damping time scale in days  
     591    rn_time_dmp   =  1.                   ! Damping time scale in days 
    615592    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    616593    nn_rimwidth   = 10                    !  width of the relaxation zone 
     
    665642   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    666643   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    667    rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     644   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    668645   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    669646   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     
    682659&nambbc        !   bottom temperature boundary condition 
    683660!----------------------------------------------------------------------- 
     661!              !                              !  (if <0  months)  !   
     662!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     663!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     664   sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , '' 
     665   ! 
     666   cn_dir      = './'      !  root directory for the location of the runoff files 
    684667   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    685668   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
     
    700683!!                        Tracer (T & S ) namelists 
    701684!!====================================================================== 
    702 !!   nameos        equation of state 
    703 !!   namtra_adv    advection scheme 
     685!!   nameos           equation of state 
     686!!   namtra_adv       advection scheme 
    704687!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.) 
    705 !!   namtra_ldf    lateral diffusion scheme 
    706 !!   namtra_dmp    T & S newtonian damping 
     688!!   namtra_ldf       lateral diffusion scheme 
     689!!   namtra_ldfeiv    eddy induced velocity param. 
     690!!   namtra_dmp       T & S newtonian damping 
    707691!!====================================================================== 
    708692! 
     
    711695!----------------------------------------------------------------------- 
    712696   nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
    713                                  !  =-1, TEOS-10  
    714                                  !  = 0, EOS-80  
     697                                 !  =-1, TEOS-10 
     698                                 !  = 0, EOS-80 
    715699                                 !  = 1, S-EOS   (simplified eos) 
    716700   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    717    !                             ! 
     701                                 ! 
    718702   !                     ! S-EOS coefficients : 
    719    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     703                                 !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    720704   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    721705   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     
    729713&namtra_adv    !   advection scheme for tracer 
    730714!----------------------------------------------------------------------- 
    731    ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    732    ln_traadv_tvd    =  .true.    !  TVD scheme 
    733    ln_traadv_muscl  =  .false.   !  MUSCL scheme 
    734    ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
    735    ln_traadv_ubs    =  .false.   !  UBS scheme 
    736    ln_traadv_qck    =  .false.   !  QUICKEST scheme 
    737    ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
    738    ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
     715   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     716      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     717      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     718   ln_traadv_fct =  .false.  !  FCT scheme 
     719      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     720      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     721      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     722      !                             !        (number of sub-timestep = nn_fct_zts) 
     723   ln_traadv_mus =  .false.  !  MUSCL scheme 
     724      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     725   ln_traadv_ubs =  .false.  !  UBS scheme 
     726      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     727   ln_traadv_qck =  .false.  !  QUICKEST scheme 
    739728/ 
    740729!----------------------------------------------------------------------- 
    741730&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    742731!----------------------------------------------------------------------- 
    743    ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     732   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    744733   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
    745734   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     
    755744!---------------------------------------------------------------------------------- 
    756745   !                       !  Operator type: 
    757    ln_traldf_lap    =  .true.   !  laplacian operator 
    758    ln_traldf_bilap  =  .false.  !  bilaplacian operator 
     746   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     747   ln_traldf_lap   =  .false.  !    laplacian operator 
     748   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    759749   !                       !  Direction of action: 
    760    ln_traldf_level  =  .false.  !  iso-level 
    761    ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    762    ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
    763    !                 !  Griffies parameters              (all need "key_ldfslp") 
    764    ln_traldf_grif   =  .false.  !  use griffies triads 
    765    ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
    766    ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
    767    ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
    768    !                       !  Coefficients 
    769    ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
    770    ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
    771    !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
    772    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
    773    rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    774    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    775    !                                           (normally=0; not used with Griffies) 
    776    rn_slpmax        =     0.01  !  slope limit 
    777    rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
    778    rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    779    rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
     750   ln_traldf_lev   =  .false.  !  iso-level 
     751   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     752   ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
     753   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     754   ! 
     755   !                       !  iso-neutral options:         
     756   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
     757   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     758   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     759   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     760   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     761   ! 
     762   !                       !  Coefficients: 
     763   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     764   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     765   !                                !   =  0           constant  
     766   !                                !   = 10 F(k)      =ldf_c1d  
     767   !                                !   = 20 F(i,j)    =ldf_c2d  
     768   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     769   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     770   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     771   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     772   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     773/ 
     774!---------------------------------------------------------------------------------- 
     775&namtra_ldfeiv !   eddy induced velocity param. 
     776!---------------------------------------------------------------------------------- 
     777   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     778   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     779   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
     780   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     781   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     782   !                                !   =  0           constant  
     783   !                                !   = 10 F(k)      =ldf_c1d  
     784   !                                !   = 20 F(i,j)    =ldf_c2d  
     785   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     786   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    780787/ 
    781788!----------------------------------------------------------------------- 
     
    795802!!   namdyn_vor    advection scheme 
    796803!!   namdyn_hpg    hydrostatic pressure gradient 
    797 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     804!!   namdyn_spg    surface pressure gradient 
    798805!!   namdyn_ldf    lateral diffusion scheme 
    799806!!====================================================================== 
     
    803810!----------------------------------------------------------------------- 
    804811   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     812   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    805813   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    806814   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     
    810818&nam_vvl    !   vertical coordinate options 
    811819!----------------------------------------------------------------------- 
    812    ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     820   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    813821   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
    814822   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     
    827835   ln_dynvor_ens = .false. !  energy conserving scheme 
    828836   ln_dynvor_mix = .false. !  mixed scheme 
    829    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    830    ln_dynvor_een_old = .false.  !  energy & enstrophy scheme - original formulation 
     837   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     838      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     839   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
    831840/ 
    832841!----------------------------------------------------------------------- 
     
    839848   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    840849   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    841    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    842                                  !           centered      time scheme  (F) 
    843 / 
    844 !----------------------------------------------------------------------- 
    845 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    846 !----------------------------------------------------------------------- 
    847 !                          !  explicit free surface                     ("key_dynspg_exp") 
    848 !                          !  filtered free surface                     ("key_dynspg_flt") 
    849 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    850  
     850/ 
     851!----------------------------------------------------------------------- 
     852&namdyn_spg    !   surface pressure gradient 
     853!----------------------------------------------------------------------- 
     854   ln_dynspg_exp  = .false.   ! explicit free surface 
     855   ln_dynspg_ts   = .false.   ! split-explicit free surface 
     856      ln_bt_fw      = .true.    ! Forward integration of barotropic Eqs. 
     857      ln_bt_av      = .true.    ! Time filtering of barotropic variables 
     858         nn_bt_flt    =  1        ! Time filter choice  = 0 None 
     859         !                        !                     = 1 Boxcar over   nn_baro sub-steps 
     860         !                        !                     = 2 Boxcar over 2*nn_baro  "    " 
     861      ln_bt_auto    = .true.    ! Number of sub-step defined from: 
     862         rn_bt_cmax   =  0.8      ! =T : the Maximum Courant Number allowed 
     863         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     864/ 
    851865!----------------------------------------------------------------------- 
    852866&namdyn_ldf    !   lateral diffusion on momentum 
    853867!----------------------------------------------------------------------- 
    854868   !                       !  Type of the operator : 
    855    ln_dynldf_lap    =  .true.   !  laplacian operator 
    856    ln_dynldf_bilap  =  .false.  !  bilaplacian operator 
     869   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     870   ln_dynldf_lap =  .false.    !    laplacian operator 
     871   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    857872   !                       !  Direction of action  : 
    858    ln_dynldf_level  =  .false.  !  iso-level 
    859    ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    860    ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
     873   ln_dynldf_lev =  .false.    !  iso-level 
     874   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     875   ln_dynldf_iso =  .false.    !  iso-neutral 
    861876   !                       !  Coefficient 
    862    rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    863    rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    864    rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    865    rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
    866    rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
    867    rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
    868    rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
    869    rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
     877   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     878   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     879   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     880   !                                !  =  0  constant  
     881   !                                !  = 10  F(k)=c1d 
     882   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     883   !                                !  = 30  F(i,j,k)=c2d*c1d 
     884   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     885   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     886   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     887   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     888   ! 
     889   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    870890/ 
    871891 
     
    876896!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    877897!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
    878 !!    namzdf_kpp    KPP dependent vertical mixing                       ("key_zdfkpp") 
    879898!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    880899!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     
    932951                           !        = 1 add a tke source below the ML 
    933952                           !        = 2 add a tke source just at the base of the ML 
    934                            !        = 3 as = 1 applied on HF part of the stress    ("key_coupled") 
     953                           !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    935954   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    936955   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
    937956                           !        = 0  constant 10 m length scale 
    938957                           !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
    939 / 
    940 !------------------------------------------------------------------------ 
    941 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    942 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    943    ln_kpprimix = .true.    !  shear instability mixing 
    944    rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    945    rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    946    rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
    947    rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    948    rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2] 
    949    rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s] 
    950    nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    951    nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
    952958/ 
    953959!----------------------------------------------------------------------- 
     
    989995!!                  ***  Miscellaneous namelists  *** 
    990996!!====================================================================== 
    991 !!   namsol            elliptic solver / island / free surface 
    992997!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    993998!!   namctl            Control prints & Benchmark 
     
    9951000!!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
    9961001!!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
    997 !!====================================================================== 
    998 ! 
    999 !----------------------------------------------------------------------- 
    1000 &namsol        !   elliptic solver / island / free surface 
    1001 !----------------------------------------------------------------------- 
    1002    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    1003                            !                   =2 successive-over-relaxation (sor) 
    1004    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    1005    rn_eps      =  1.e-6    !  absolute precision of the solver 
    1006    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    1007    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    1008    nn_nmod     =     10    !  frequency of test for the SOR solver 
    1009    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    1010    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    1011 / 
     1002!!   namsto            Stochastic parametrization of EOS 
     1003!!====================================================================== 
     1004! 
    10121005!----------------------------------------------------------------------- 
    10131006&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     
    10531046   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    10541047/ 
     1048!----------------------------------------------------------------------- 
     1049&namsto       ! Stochastic parametrization of EOS 
     1050!----------------------------------------------------------------------- 
     1051   ln_rststo = .false.           ! start from mean parameter (F) or from restart file (T) 
     1052   ln_rstseed = .true.           ! read seed of RNG from restart file 
     1053   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
     1054   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
     1055 
     1056   ln_sto_eos = .false.          ! stochastic equation of state 
     1057   nn_sto_eos = 1                ! number of independent random walks 
     1058   rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
     1059   rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
     1060   rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
     1061   nn_eos_ord  = 1               ! order of autoregressive processes 
     1062   nn_eos_flt  = 0               ! passes of Laplacian filter 
     1063   rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
     1064/ 
    10551065 
    10561066!!====================================================================== 
     
    11531163   ln_s3d     = .false.    ! Logical switch for S profile observations 
    11541164   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
    1155    !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     1165   ln_cor     = .false.    ! Logical switch for Coriolis insitu data set 
    11561166   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
    11571167   ln_sla     = .false.    ! Logical switch for SLA observations 
    1158  
    11591168   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1160  
    11611169   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
    1162                            !     ln_ssh                  Logical switch for SSH observations 
    1163  
    1164    ln_sst     = .false.     ! Logical switch for SST observations 
    1165    ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1166    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    1167  
     1170   ln_ssh     = .false.    ! Logical switch for SSH observations 
     1171   ln_sst     = .false.    ! Logical switch for SST observations 
     1172   ln_reysst  = .false.    ! Logical switch for Reynolds observations 
     1173   ln_ghrsst  = .false.    ! Logical switch for GHRSST observations 
    11681174   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    1169                            !     ln_sss                  Logical switch for SSS observations 
     1175   ln_sss     = .false.    ! Logical switch for SSS observations 
    11701176   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    1171                            !     ln_vel3d                Logical switch for velocity observations 
    1172                            !     ln_velavcur             Logical switch for velocity daily av. cur. 
    1173                            !     ln_velhrcur             Logical switch for velocity high freq. cur. 
    1174                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    1175                            !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    1176                            !     ln_velfb                Logical switch for feedback velocity data 
    1177                            !     ln_grid_global          Global distribtion of observations 
    1178                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
    1179                            !     grid_search_file        Grid search lookup file header 
    1180                            !     enactfiles              ENACT input observation file names 
    1181                            !     coriofiles              Coriolis input observation file name 
    1182    !                       ! profbfiles: Profile feedback input observation file name 
    1183    profbfiles = 'profiles_01.nc' 
    1184                            !     ln_profb_enatim         Enact feedback input time setting switch 
    1185                            !     slafilesact             Active SLA input observation file name 
    1186                            !     slafilespas             Passive SLA input observation file name 
    1187    !                       ! slafbfiles: Feedback SLA input observation file name 
    1188    slafbfiles = 'sla_01.nc' 
    1189                            !     sstfiles                GHRSST input observation file name 
    1190    !                       ! sstfbfiles: Feedback SST input observation file name 
    1191    sstfbfiles = 'sst_01.nc' 
    1192                            !     seaicefiles             Sea Ice input observation file names 
    1193    seaicefiles = 'seaice_01.nc'   
    1194                            !     velavcurfiles           Vel. cur. daily av. input file name 
    1195                            !     velhvcurfiles           Vel. cur. high freq. input file name 
    1196                            !     velavadcpfiles          Vel. ADCP daily av. input file name 
    1197                            !     velhvadcpfiles          Vel. ADCP high freq. input file name 
    1198                            !     velfbfiles              Vel. feedback input observation file name 
    1199                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
    1200                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
    1201                            !     n1dint                  Type of vertical interpolation method 
    1202                            !     n2dint                  Type of horizontal interpolation method 
    1203                            !     ln_nea                  Rejection of observations near land switch 
    1204    nmsshc     = 0          ! MSSH correction scheme 
    1205                            !     mdtcorr                 MDT  correction 
    1206                            !     mdtcutoff               MDT cutoff for computed correction 
     1177   ln_vel3d   = .false.    ! Logical switch for velocity observations 
     1178   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
     1179   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1180   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
     1181   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1182   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
     1183   ln_grid_global = .false. ! Global distribtion of observations 
     1184   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
     1185   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     1186! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
     1187   enactfiles = 'enact.nc' !  ENACT input observation file names (specify full array in namelist_cfg) 
     1188   coriofiles = 'corio.nc' !  Coriolis input observation file name 
     1189   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
     1190   ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1191   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
     1192   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
     1193   slafbfiles = 'sla_01.nc' ! slafbfiles: Feedback SLA input observation file names 
     1194   sstfiles = 'ghrsst.nc'   ! GHRSST input observation file names 
     1195   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
     1196   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
     1197   velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1198   velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1199   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
     1200   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     1201   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
     1202   dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1203   dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1204   n1dint = 0  !               Type of vertical interpolation method 
     1205   n2dint = 0  !               Type of horizontal interpolation method 
     1206   ln_nea = .false.   !        Rejection of observations near land switch 
     1207   nmsshc     = 0     !        MSSH correction scheme 
     1208   mdtcorr = 1.61     !        MDT  correction 
     1209   mdtcutoff = 65.0   !        MDT cutoff for computed correction 
    12071210   ln_altbias = .false.    ! Logical switch for alt bias 
    12081211   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    1209                            !     endailyavtypes   ENACT daily average types 
     1212   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    12101213   ln_grid_global = .true. 
    12111214   ln_grid_search_lookup = .false. 
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5260 r5989  
    2121                           !                  = 2 calendar parameters read in the restart file 
    2222   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     23   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts 
    2324   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     25   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts 
    2426/ 
    2527!----------------------------------------------------------------------- 
     
    3941&namtrc_adv    !   advection scheme for passive tracer  
    4042!----------------------------------------------------------------------- 
    41    ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
    42    ln_trcadv_tvd     =  .true.  !  TVD scheme 
    43    ln_trcadv_muscl   =  .false.   !  MUSCL scheme 
    44    ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    45    ln_trcadv_ubs     =  .false.  !  UBS scheme 
    46    ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
    47    ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
     43   ln_trcadv_cen =  .false.  !  2nd order centered scheme 
     44      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     45      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     46   ln_trcadv_fct =  .false.  !  FCT scheme 
     47      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     48      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     49      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     50      !                             !        (number of sub-timestep = nn_fct_zts) 
     51   ln_trcadv_mus =  .false.  !  MUSCL scheme 
     52      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     53   ln_trcadv_ubs =  .false.  !  UBS scheme 
     54      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     55   ln_trcadv_qck =  .false.  !  QUICKEST scheme 
    4856/ 
    4957!----------------------------------------------------------------------- 
    5058&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5159!----------------------------------------------------------------------- 
    52    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    53 !                               !  Type of the operator :  
    54    ln_trcldf_lap    =  .true.   !     laplacian operator        
    55    ln_trcldf_bilap  =  .false.  !     bilaplacian operator      
    56                                 !  Direction of action  : 
    57    ln_trcldf_level  =  .false.  !     iso-level                 
    58    ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    59    ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    60 !                               !  Coefficient 
    61    rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    62    rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s] 
     60!                          !  Type of the operator:   
     61   ln_trcldf_lap   =  .true.   !    laplacian operator 
     62   ln_trcldf_blp   =  .false.  !  bilaplacian operator 
     63   !                       !  Direction of action: 
     64   ln_trcldf_lev   =  .false.  !  iso-level 
     65   ln_trcldf_hor   =  .false.  !  horizontal (geopotential) 
     66   ln_trcldf_iso   =  .true.   !  iso-neutral (standard operator) 
     67   ln_trcldf_triad =  .false.  !  iso-neutral (triad    operator) 
     68   !                       !  Coefficient  
     69   rn_ahtrc_0      = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     70   rn_bhtrc_0      = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    6371/ 
    6472!----------------------------------------------------------------------- 
     
    8088                           !                   =2 no damping in the mixed  layer (rho crieria) 
    8189   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0) 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtrc_ice       !    Representation of sea ice growth & melt effects 
     93!----------------------------------------------------------------------- 
     94   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     95                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     96                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     97                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
    8298/ 
    8399!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.