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 5572 for branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2015-07-09T12:14:37+02:00 (9 years ago)
Author:
davestorkey
Message:

Update UKMO/dev_r5107_hadgem3_cplseq branch to trunk revision 5518
(= branching point of NEMO 3.6_stable).

Location:
branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/domain_def.xml

    r4690 r5572  
    169169      </domain_group> 
    170170 
    171       <domain_group id="scalarpoint"> 
    172          <domain id="scalarpoint" long_name="scalar"/> 
    173          <!-- 
    174          <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" /> 
    175          --> 
     171      <domain_group id="scalarpoint">  
     172         <domain id="scalarpoint" long_name="scalar"/>  
     173         <!--  
     174         <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" />  
     175         -->  
    176176      </domain_group> 
     177 
     178      <domain_group id="gznl"> 
     179         <domain id="ptr" long_name="zonal mean grid" zoom_ibegin="0000"  zoom_jbegin="1" zoom_ni="1" zoom_nj="0000" /> 
     180      </domain_group> 
     181 
    177182 
    178183   </domain_definition>     
  • branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/field_def.xml

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

    r4329 r5572  
    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) 
     
    4850   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter 
    4951   etamn       =   0.0e+07 !  minimun value for viscosity 
    50    creepl      =   1.0e-08 !  creep limit 
    51    ecc         =   2.0     !  eccentricity of the elliptical yield curve 
     52   rn_creepl   =   1.0e-08 !  creep limit 
     53   rn_ecc      =   2.0     !  eccentricity of the elliptical yield curve 
    5254   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] 
    53    nevp        =   120     !  number of EVP subcycling iterations 
     55   nn_nevp     =   120     !  number of EVP subcycling iterations 
    5456   telast      =   9600    !  timescale for EVP elastic waves 
    5557   alphaevp    =   1.0     !  coefficient for the solution of EVP int. stresses 
    56    hminrhg     =   0.05     !  ice thickness (m) below which ice velocity equal ocean velocity 
    5758/ 
    5859!----------------------------------------------------------------------- 
  • branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r4990 r5572  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/LIM3 :  1 - dynamics/advection/thermo          (namicerun) 
    3 !! namelists    2 - ice intialisation                  (namiceini) 
    4 !!              3 - ice dynamic                        (namicedyn) 
    5 !!              4 - ice advection                      (namicetrp) 
    6 !!              5 - thermodynamic                      (namicethd) 
    7 !!              6 - ice salinity                       (namicesal) 
    8 !!              7 - mechanical redistribution of ice   (namiceitdme) 
    9 !!              8 - ice diagnostics                    (namicedia) 
    10 !!              9 - ice outputs                        (namiceout) 
     2!! LIM3 namelist :   
     3!!              1 - Generic parameters                 (namicerun) 
     4!!              2 - Ice initialization                 (namiceini) 
     5!!              3 - Ice discretization                 (namiceitd) 
     6!!              4 - Ice dynamics and transport         (namicedyn) 
     7!!              5 - Ice thermodynamics                 (namicethd) 
     8!!              6 - Ice salinity                       (namicesal) 
     9!!              7 - Ice mechanical redistribution      (namiceitdme) 
    1110!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    12  
    13 !----------------------------------------------------------------------- 
    14 &namicerun     !   Share parameters for dynamics/advection/thermo 
    15 !----------------------------------------------------------------------- 
     11! 
     12!------------------------------------------------------------------------------ 
     13&namicerun     !   Generic parameters 
     14!------------------------------------------------------------------------------ 
     15   jpl            =    5           !  number of ice  categories 
     16   nlay_i         =    2           !  number of ice  layers 
     17   nlay_s         =    1           !  number of snow layers (only 1 is working) 
    1618   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
     19   cn_icerst_indir = "."           !  directory from which to read input ice restarts 
    1720   cn_icerst_out = "restart_ice"   !  suffix of ice restart name (output) 
     21   cn_icerst_outdir = "."          !  directory in which to write output ice restarts 
    1822   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    19    amax          = 0.999           !  maximum ice concentration 
    20    cai           = 1.40e-3         !  atmospheric drag over sea ice (clio) 
    21    cao           = 1.00e-3         !  atmospheric drag over ocean   (clio) 
    22    ln_nicep      = .false.         !  Ice points output for debug (yes or no) 
    23    ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F) 
     23   rn_amax       = 0.999           !  maximum tolerated ice concentration  
     24   ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F) 
    2425   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F) 
     26   ln_icectl     = .false.         !  ice points output for debug (T or F) 
     27   iiceprt       = 10              !  i-index for debug 
     28   jiceprt       = 10              !  j-index for debug 
    2529/ 
    26 !----------------------------------------------------------------------- 
    27 &namiceini     !   ice initialisation 
    28 !----------------------------------------------------------------------- 
    29    ln_limini   = .false.   !  activate ice initialization (T) or not (F) 
    30    thres_sst   =  0.0      !  threshold water temperature for initial sea ice 
    31    hts_ini_n   =  0.3      !  initial snow thickness in the north 
    32    hts_ini_s   =  0.3      !        "            "          south 
    33    hti_ini_n   =  1.0      !  initial ice thickness in the north 
    34    hti_ini_s   =  1.0      !        "            "         south 
    35    ati_ini_n   =  0.9      !  initial ice concentration in the north 
    36    ati_ini_s   =  0.9      !        "            "             south 
    37    smi_ini_n   =  6.301    !  initial ice salinity in the north 
    38    smi_ini_s   =  6.301    !        "            "    south 
    39    tmi_ini_n   =  270.     !  initial ice/snw temp in the north 
    40    tmi_ini_s   =  270.     !  initial ice/snw temp in the south 
     30!------------------------------------------------------------------------------ 
     31&namiceini     !   Ice initialization 
     32!------------------------------------------------------------------------------ 
     33   ln_iceini      = .true.         !  activate ice initialization (T) or not (F) 
     34   rn_thres_sst   =  2.0           !  maximum water temperature with initial ice (degC) 
     35   rn_hts_ini_n   =  0.3           !  initial real snow thickness (m), North 
     36   rn_hts_ini_s   =  0.3           !        "            "             South 
     37   rn_hti_ini_n   =  3.0           !  initial real ice thickness  (m), North 
     38   rn_hti_ini_s   =  1.0           !        "            "             South 
     39   rn_ati_ini_n   =  0.9           !  initial ice concentration   (-), North 
     40   rn_ati_ini_s   =  0.9           !        "            "             South 
     41   rn_smi_ini_n   =  6.3           !  initial ice salinity     (g/kg), North 
     42   rn_smi_ini_s   =  6.3           !        "            "             South 
     43   rn_tmi_ini_n   =  270.          !  initial ice/snw temperature (K), North 
     44   rn_tmi_ini_s   =  270.          !        "            "             South 
    4145/ 
    42 !----------------------------------------------------------------------- 
    43 &namicedyn     !   ice dynamic 
    44 !----------------------------------------------------------------------- 
    45    epsd        =   1.0e-20 !  tolerance parameter 
    46    om          =   0.5     !  relaxation constant  
    47    cw          =   5.0e-03 !  drag coefficient for oceanic stress 
    48    pstar       =   2.0e+04 !  1st bulk-rheology parameter 
    49    c_rhg       =  20.0     !  2nd bulk-rhelogy parameter 
    50    creepl      =   1.0e-12 !  creep limit 
    51    ecc         =   2.0     !  eccentricity of the elliptical yield curve 
    52    ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] 
    53    nevp        = 120       !  number of iterations for subcycling in EVP 
    54    relast      = 0.333     !  ratio of elastic timescale over ice time step (1/3 if nevp=120 ; 1/9 if nevp=300) 
    55    alphaevp    =   1.0     !  coefficient for the solution of internal ice stresses 
    56    hminrhg     =   0.001   !  ice volume (a*h in m) below which ice velocity equal ocean velocity 
     46!------------------------------------------------------------------------------ 
     47&namiceitd     !   Ice discretization 
     48!------------------------------------------------------------------------------ 
     49   nn_catbnd      =    2           !  computation of ice category boundaries based on 
     50                                   !      1: tanh function 
     51                                   !      2: h^(-alpha), function of rn_himean 
     52   rn_himean      =    2.0         !  expected domain-average ice thickness (m), nn_catbnd = 2 only 
    5753/ 
    58 !----------------------------------------------------------------------- 
    59 &namicethd     !   ice thermodynamic 
    60 !----------------------------------------------------------------------- 
    61    hmelt       = -0.15     !  maximum melting at the bottom 
    62    hiccrit     = 0.1       !  ice thickness for lateral accretion  
    63                            !         caution 1.0, 1.0 best value to be used!!! (gilles G.)  ???? 
    64    fraz_swi    = 0         !  use of frazil ice collection thickness in function of wind (1.0) or not (0.0) 
    65    maxfrazb    = 0.0       !  maximum portion of frazil ice collecting at the ice bottom 
    66    vfrazb      = 0.4166667 !  thresold drift speed for frazil ice collecting at the ice bottom 
    67    Cfrazb      = 5.0       !  squeezing coefficient for frazil ice collecting at the ice bottom 
    68    hiclim      = 0.10      !  minimum ice thickness 
    69    hnzst       = 0.1       !  thickness of the surf. layer in temp. computation 
    70    parsub      = 1.0       !  switch for snow sublimation or not 
    71    betas       = 0.6       !  exponent in lead-ice fractionation of snow precipitation 0.66 
    72                            !        betas = 1 -> equipartition, betas < 1 -> more on leads 
    73    kappa_i     = 1.0       !  extinction radiation parameter in sea ice (1.0) 
    74    nconv_i_thd = 50        !  maximal number of iterations for heat diffusion computation 
    75    maxer_i_thd = 0.0001    !  maximal error in temperature for heat diffusion computation 
    76    thcon_i_swi = 1         !  switch for computation of thermal conductivity in the ice 
    77                            !        (0) Untersteiner (1964), (1) Pringle et al. (2007) 
     54!------------------------------------------------------------------------------ 
     55&namicedyn     !   Ice dynamics and transport 
     56!------------------------------------------------------------------------------ 
     57   nn_icestr      =    0           !  ice strength parameteriztaion                       
     58                                   !     0: Hibler_79     P = pstar*<h>*exp(-c_rhg*A) 
     59                                   !     1: Rothrock_75   P = Cf*coeff*integral(wr.h^2)     
     60   ln_icestr_bvf  =    .false.     !  ice strength function brine volume (T) or not (F)      
     61   rn_pe_rdg      =   17.0         !  ridging work divided by pot. energy change in ridging, if nn_icestr = 1 
     62   rn_pstar       =    2.0e+04     !  ice strength thickness parameter (N/m2), nn_icestr = 0  
     63   rn_crhg        =   20.0         !  ice strength conc. parameter (-), nn_icestr = 0        
     64   rn_cio         =    5.0e-03     !  ice-ocean drag coefficient           (-)              
     65   rn_creepl      =    1.0e-12     !  creep limit (s-1)                                    
     66   rn_ecc         =    2.0         !  eccentricity of the elliptical yield curve           
     67   nn_nevp        =  120           !  number of EVP subcycles                              
     68   rn_relast      =    0.333       !  ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast  
     69                                   !     advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300) 
     70   nn_ahi0        =    2           !  horizontal diffusivity computation 
     71                                   !     0: use rn_ahi0_ref 
     72                                   !     1: use rn_ahi0_ref x mean grid cell length / ( 2deg mean grid cell length ) 
     73                                   !     2: use rn_ahi0_ref x grid cell length      / ( 2deg mean grid cell length ) 
     74   rn_ahi0_ref    = 350.0          !  horizontal sea ice diffusivity (m2/s)  
     75                                   !     if nn_ahi0 > 0, rn_ahi0_ref is the reference value at a nominal 2 deg resolution 
    7876/ 
    79 !----------------------------------------------------------------------- 
    80 &namicesal     !   ice salinity 
    81 !----------------------------------------------------------------------- 
    82    num_sal     =  2        !  salinity option: 1 -> S = bulk_sal 
    83                            !                   2 -> S = S(z,t) with a simple parameterization 
    84                            !                   3 -> S = S(z) profile of Scwharzacher [1959] 
    85                            !                   4 -> S = S(h) Cox and Weeks [1974] 
    86    bulk_sal    =  4.0      !  if 1 is used, it represents the ice salinity 
    87    sal_G       =  5.00     !  restoring salinity for GD 
    88    time_G      =  1.728e+6 !  restoring time for GD 
    89    sal_F       =  2.00     !  restoring salinity for flushing 
    90    time_F      =  8.640e+5 !  restoring time for flushing 
    91    s_i_max     = 20.0      !  Maximum salinity  
    92    s_i_min     =  0.1      !  Minimum tolerated ice salinity 
    93    s_i_0       =  3.5      !  1st salinity for salinity profile 
    94    s_i_1       =  4.5      !  2nd salinity for salinity profile 
     77!------------------------------------------------------------------------------ 
     78&namicehdf     !   Ice horizontal diffusion 
     79!------------------------------------------------------------------------------ 
     80   nn_convfrq     = 5              !  convergence check frequency of the Crant-Nicholson scheme (perf. optimization) 
    9581/ 
    96 !----------------------------------------------------------------------- 
    97 &namiceitdme   !   parameters for mechanical redistribution of ice  
    98 !----------------------------------------------------------------------- 
    99    ridge_scheme_swi = 0      !  which ridging scheme using (1=Rothrock,else=Hibler79) 
    100    Cs               =   0.50 !  shearing energy contribution to ridging 
    101    Cf               =  17.0  !  ratio of ridging work to PE change in ridging 
    102    fsnowrdg         =   0.5  !  snow fraction that survives in ridging 
    103    fsnowrft         =   0.5  !  snow fraction that survives in rafting 
    104    Gstar            =   0.15 !  fractional area of thin ice being ridged 
    105    astar            =   0.05 !  equivalent of gstar (0.05 for TH75 and 0.03 for weaker ice) 
    106    Hstar            = 100.0  !  parameter determining the maximum thickness of ridged ice 
    107    raft_swi         =   1    !  rafting or not 
    108    hparmeter        =   0.75 !  threshold thickness for rafting or not 
    109    Craft            =   5.0  !  coefficient used in the rafting function 
    110    ridge_por        =   0.3  !  initial porosity of the ridged ice (typically 0.30) 
    111    partfun_swi      =   1    !  participation function linear, TH75 (0) or exponential Letal07 (1) 
    112    brinstren_swi    =   0    !  (1) use brine volume to diminish ice strength 
     82!------------------------------------------------------------------------------ 
     83&namicethd     !   Ice thermodynamics 
     84!------------------------------------------------------------------------------ 
     85   rn_hnewice  = 0.1               !  thickness for new ice formation in open water (m) 
     86   ln_frazil   = .false.           !  use frazil ice collection thickness as a function of wind (T) or not (F) 
     87   rn_maxfrazb = 0.0               !  maximum fraction of frazil ice collecting at the ice base 
     88   rn_vfrazb   = 0.417             !  thresold drift speed for frazil ice collecting at the ice bottom (m/s) 
     89   rn_Cfrazb   = 5.0               !  squeezing coefficient for frazil ice collecting at the ice bottom 
     90   rn_himin    = 0.10              !  minimum ice thickness (m) used in remapping, must be smaller than rn_hnewice 
     91   rn_betas    = 0.66              !  exponent in lead-ice repratition of snow precipitation 
     92                                   !     betas = 1 -> equipartition, betas < 1 -> more on leads 
     93   rn_kappa_i  = 1.0               !  radiation attenuation coefficient in sea ice (m-1) 
     94   nn_conv_dif = 50                !  maximal number of iterations for heat diffusion computation 
     95   rn_terr_dif = 0.0001            !  maximum temperature after heat diffusion (degC) 
     96   nn_ice_thcon= 1                 !  sea ice thermal conductivity 
     97                                   !     0: k = k0 + beta.S/T (Untersteiner, 1964) 
     98                                   !     1: k = k0 + beta1.S/T - beta2.T (Pringle et al., 2007) 
     99   nn_monocat  = 0                 !  virtual ITD mono-category parameterizations (1, jpl = 1 only) or not (0) 
     100                                   !     2: simple piling instead of ridging --- temporary option 
     101                                   !     3: activate G(he) only              --- temporary option 
     102                                   !     4: activate lateral melting only    --- temporary option 
     103  ln_it_qnsice = .true.            !  iterate the surface non-solar flux with surface temperature (T) or not (F) 
    113104/ 
    114 !----------------------------------------------------------------------- 
    115 &namicedia     !   ice diagnostics 
    116 !----------------------------------------------------------------------- 
    117    fmtinf      ='1PE13.5 ' !  format of the output values 
    118    nfrinf      = 4         !  number of variables written in one line 
    119    ntmoy       = 1         !  instantaneous values of ice evolution or averaging 
    120    ninfo       = 1         !  frequency of ouputs on file ice_evolu in case of averaging 
     105!------------------------------------------------------------------------------ 
     106&namicesal     !   Ice salinity 
     107!------------------------------------------------------------------------------ 
     108   nn_icesal   =  2                !  ice salinity option 
     109                                   !     1: constant ice salinity (S=rn_icesal) 
     110                                   !     2: varying salinity parameterization S(z,t) 
     111                                   !     3: prescribed salinity profile S(z), Schwarzacher, 1959 
     112   rn_icesal   =  4.               !  ice salinity (g/kg, nn_icesal = 1 only) 
     113   rn_sal_gd   =  5.               !  restoring ice salinity, gravity drainage (g/kg) 
     114   rn_time_gd  =  1.73e+6          !  restoring time scale, gravity drainage  (s) 
     115   rn_sal_fl   =  2.               !  restoring ice salinity, flushing (g/kg) 
     116   rn_time_fl  =  8.64e+5          !  restoring time scale, flushing (s) 
     117   rn_simax    = 20.               !  maximum tolerated ice salinity (g/kg) 
     118   rn_simin    =  0.1              !  minimum tolerated ice salinity (g/kg) 
    121119/ 
    122 !!----------------------------------------------------------------------- 
    123 !&namicehsb       !  Heat and salt budgets  
    124 !!----------------------------------------------------------------------- 
    125 !/ 
    126  
     120!------------------------------------------------------------------------------ 
     121&namiceitdme   !   Ice mechanical redistribution (ridging and rafting) 
     122!------------------------------------------------------------------------------ 
     123   rn_Cs       =   0.5             !  fraction of shearing energy contributing to ridging 
     124   rn_fsnowrdg =   0.5             !  snow volume fraction that survives in ridging 
     125   rn_fsnowrft =   0.5             !  snow volume fraction that survives in rafting 
     126   nn_partfun  =   1               !  type of ridging participation function 
     127                                   !     0: linear (Thorndike et al, 1975) 
     128                                   !     1: exponential (Lipscomb, 2007 
     129   rn_gstar    =   0.15            !  fractional area of thin ice being ridged (nn_partfun = 0) 
     130   rn_astar    =   0.05            !  exponential measure of ridging ice fraction (nn_partfun = 1) 
     131   rn_hstar    = 100.0             !  determines the maximum thickness of ridged ice (m) (Hibler, 1980) 
     132   ln_rafting  =   .true.          !  rafting activated (T) or not (F) 
     133   rn_hraft    =   0.75            !  threshold thickness for rafting (m) 
     134   rn_craft    =   5.0             !  squeezing coefficient used in the rafting function 
     135   rn_por_rdg  =   0.3             !  porosity of newly ridged ice (Lepparanta et al., 1995) 
     136/ 
  • branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref

    r4529 r5572  
    4848!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    4949   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton 
    50    concdno3   =  3.E-6    ! Phosphate half saturation for diatoms 
     50   concdno3   =  3.E-6    ! Nitrate half saturation for diatoms 
    5151   concnnh4   =  1.E-7    ! NH4 half saturation for phyto 
    5252   concdnh4   =  3.E-7    ! NH4 half saturation for diatoms 
    5353   concnfer   =  1.E-9    ! Iron half saturation for phyto 
    5454   concdfer   =  3.E-9    ! Iron half saturation for diatoms 
    55    concbfe    =  1.E-11   ! Half-saturation for Fe limitation of Bacteria 
    56    concbnh4   =  2.E-8    ! NH4 half saturation for phyto 
    57    concbno3   =  2.E-7    ! Phosphate half saturation for diatoms 
     55   concbfe    =  1.E-11   ! Iron half-saturation for DOC remin. 
     56   concbnh4   =  2.E-8    ! NH4 half saturation for DOC remin. 
     57   concbno3   =  2.E-7    ! Nitrate half saturation for DOC remin. 
    5858   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms 
    5959   xsizephy   =  1.E-6    ! Minimum size criteria for phyto 
     
    6161   xsizerd    =  3.0      ! Size ratio for diatoms 
    6262   xksi1      =  2.E-6    ! half saturation constant for Si uptake 
    63    xksi2      =  20E-6  ! half saturation constant for Si/C 
     63   xksi2      =  20E-6    ! half saturation constant for Si/C 
    6464   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization 
    6565   qnfelim    =  7.E-6    ! Optimal quota of phyto 
     
    8686   excret2    =  0.05     ! excretion ratio of diatoms 
    8787   ln_newprod =  .true.   ! Enable new parame. of production (T/F)  
    88    bresp      =  0.00333  ! Basal respiration rate 
    89    chlcnm     =  0.033    ! Minimum Chl/C in nanophytoplankton 
    90    chlcdm     =  0.05     ! Minimum Chl/C in diatoms 
    91    chlcmin    =  0.004    ! Maximum Chl/c in phytoplankton 
     88   bresp      =  0.033    ! Basal respiration rate 
     89   chlcnm     =  0.033    ! Maximum Chl/C in nanophytoplankton 
     90   chlcdm     =  0.05     ! Maximum Chl/C in diatoms 
     91   chlcmin    =  0.004    ! Minimum Chl/c in phytoplankton 
    9292   fecnm      =  40E-6    ! Maximum Fe/C in nanophytoplankton 
    93    fecdm      =  40E-6    ! Minimum Fe/C in diatoms 
     93   fecdm      =  40E-6    ! Maximum Fe/C in diatoms 
    9494   grosip     =  0.159    ! mean Si/C ratio 
    9595/ 
     
    110110   resrat2    =  0.005    ! exsudation rate of mesozooplankton 
    111111   mzrat2     =  0.03     ! mesozooplankton mortality rate 
    112    xprefc     =  1.       ! zoo preference for phyto 
    113    xprefp     =  0.3      ! zoo preference for POC 
    114    xprefz     =  1.       ! zoo preference for zoo 
    115    xprefpoc   =  0.3      ! zoo preference for poc 
     112   xprefc     =  1.       ! mesozoo preference for diatoms 
     113   xprefp     =  0.3      ! mesozoo preference for nanophyto. 
     114   xprefz     =  1.       ! mesozoo preference for microzoo. 
     115   xprefpoc   =  0.3      ! mesozoo preference for poc 
    116116   xthresh2zoo = 1E-8     ! zoo feeding threshold for mesozooplankton  
    117117   xthresh2dia = 1E-8     ! diatoms feeding threshold for mesozooplankton  
     
    119119   xthresh2poc = 1E-8     ! poc feeding threshold for mesozooplankton  
    120120   xthresh2   =  3E-7     ! Food threshold for grazing 
    121    xkgraz2    =  20.E-6   ! half sturation constant for meso grazing 
     121   xkgraz2    =  20.E-6   ! half saturation constant for meso grazing 
    122122   epsher2    =  0.35     ! Efficicency of Mesozoo growth 
    123123   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM 
     
    156156&nampisrem     !   parameters for remineralization 
    157157!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    158    xremik    =  0.35      ! remineralization rate of DOC 
     158   xremik    =  0.3       ! remineralization rate of DOC 
    159159   xremip    =  0.025     ! remineralisation rate of POC 
    160160   nitrif    =  0.05      ! NH4 nitrification rate 
     
    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/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5102 r5572  
    1010!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    12 !!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
     12!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    1313!!             10 - miscellaneous    (namsol, nammpp, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
     
    3737                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    3838   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     39   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    3940   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     41   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    4042   nn_istate   =       0   !  output the initial state (1) or not (0) 
     43   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    4144   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     45   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    4246   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4347   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4448   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     49   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    4550   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    4651   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
     
    5055!!                      ***  Domain namelists  *** 
    5156!!====================================================================== 
    52 !!   namcfg       parameters of the configuration       
     57!!   namcfg       parameters of the configuration 
    5358!!   namzgr       vertical coordinate 
    5459!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
     
    5863! 
    5964!----------------------------------------------------------------------- 
    60 &namcfg     !   parameters of the configuration       
     65&namcfg     !   parameters of the configuration 
    6166!----------------------------------------------------------------------- 
    6267   cp_cfg      =  "default"            !  name of the configuration 
     
    7277   jperio      =       0               !  lateral cond. type (between 0 and 6) 
    7378                                       !  = 0 closed                 ;   = 1 cyclic East-West 
    74                                        !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     79                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    7580                                       !  = 4 cyclic East-West AND North fold T-point pivot 
    7681                                       !  = 5 North fold F-point pivot 
    7782                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     83   ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present 
     84                                       !  in netcdf input files, as the start j-row for reading 
    7885/ 
    7986!----------------------------------------------------------------------- 
     
    8390   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    8491   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
    85    ln_isfcav   = .false.   !  ice shelf cavity 
     92   ln_isfcav   = .false.   !  ice shelf cavity               (T/F) 
    8693/ 
    8794!----------------------------------------------------------------------- 
     
    99106                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    100107   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    101    rn_bb       =    0.8    !  stretching with SH94 s-sigma    
     108   rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    102109                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    103110   rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
     
    108115   rn_zb_b     =   -0.2    !  offset for calculating Zb 
    109116                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    110    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)  
     117   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
    111118/ 
    112119!----------------------------------------------------------------------- 
     
    116123   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    117124   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    118    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     125   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    119126   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    120127   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    162169   nn_baro       =    30               !  Number of iterations of barotropic mode 
    163170                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    164    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     171   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    165172   nn_bt_flt     =    1                !  Time filter choice 
    166173                                       !  = 0 None 
    167174                                       !  = 1 Boxcar over   nn_baro barotropic steps 
    168                                        !  = 2 Boxcar over 2*nn_baro     "        "   
     175                                       !  = 2 Boxcar over 2*nn_baro     "        " 
    169176/ 
    170177!----------------------------------------------------------------------- 
     
    213220!!   namsbc_core     CORE bulk formulae formulation 
    214221!!   namsbc_mfs      MFS  bulk formulae formulation 
    215 !!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     222!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
    216223!!   namsbc_sas      StAndalone Surface module 
    217224!!   namtra_qsr      penetrative solar radiation 
     
    233240   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    234241   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     242   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     243   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     244   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     245                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     246                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     247                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    235248   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    236249   nn_ice      = 2         !  =0 no ice boundary condition   , 
     
    243256   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    244257   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    245                            !  0 =no isf                  1 = presence of ISF  
    246                            !  2 = bg03 parametrisation   3 = rnf file for isf    
     258                           !  0 =no isf                  1 = presence of ISF 
     259                           !  2 = bg03 parametrisation   3 = rnf file for isf 
    247260                           !  4 = ISF fwf specified 
    248261                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     
    275288&namsbc_flx    !   surface boundary condition : flux formulation 
    276289!----------------------------------------------------------------------- 
    277 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !  
     290!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    278291!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    279292   sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     
    318331   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    319332   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    320    rn_zu       = 10.        !  Wind vector reference height (m)                  
     333   rn_zu       = 10.        !  Wind vector reference height (m) 
    321334   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    322335   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    323    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     336   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    324337                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    325338/ 
     
    340353/ 
    341354!----------------------------------------------------------------------- 
    342 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     355&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    343356!----------------------------------------------------------------------- 
    344357!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     
    371384!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    372385!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    373    sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , ''       
     386   sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    374387   sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    375388   sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    376389   sn_sal      = 'sas_grid_T' ,    120           , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    377390   sn_ssh      = 'sas_grid_T' ,    120           , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    378  
    379    ln_3d_uv    = .true.    !  specify whether we are supplying a 3D u,v field 
     391   sn_e3t      = 'sas_grid_T' ,    120           , 'e3t_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     392   sn_frq      = 'sas_grid_T' ,    120           , 'frq_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     393 
     394   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
     395   ln_read_frq = .false.    !  specify whether we must read frq or not 
    380396   cn_dir      = './'      !  root directory for the location of the bulk files are 
    381397/ 
     
    410426 
    411427   cn_dir       = './'      !  root directory for the location of the runoff files 
    412    ln_rnf_emp   = .false.   !  runoffs included into precipitation field (T) or into a file (F) 
    413428   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    414429   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
     
    418433   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
    419434   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    420 / 
    421 !----------------------------------------------------------------------- 
    422 &namsbc_isf    !  Top boundary layer (ISF)  
     435   ln_rnf_depth_ini = .false.  ! compute depth at initialisation from runoff file 
     436   rn_rnf_max   = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     437   rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     438   nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
     439/ 
     440!----------------------------------------------------------------------- 
     441&namsbc_isf    !  Top boundary layer (ISF) 
    423442!----------------------------------------------------------------------- 
    424443!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     
    457476 
    458477   cn_dir      = './'       !  root directory for the location of the bulk files 
    459    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     478   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    460479   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    461480   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     
    497516                                                      ! Initial mass required for an iceberg of each class 
    498517      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    499                                                       ! Proportion of calving mass to apportion to each class   
     518                                                      ! Proportion of calving mass to apportion to each class 
    500519      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    501520                                                      ! Ratio between effective and real iceberg mass (non-dim) 
    502                                                       ! i.e. number of icebergs represented at a point          
     521                                                      ! i.e. number of icebergs represented at a point 
    503522      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    504523                                                      ! thickness of newly calved bergs (m) 
     
    509528      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    510529      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    511       ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     530      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    512531      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    513532                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    514533      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    515       rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     534      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    516535 
    517536!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    518537!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    519538      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
    520     
    521       cn_dir = './'  
     539 
     540      cn_dir = './' 
    522541/ 
    523542 
     
    580599   ln_tide_ramp  = .false.  ! 
    581600   rdttideramp   =    0.    ! 
    582    clname(1)     =   'M2'   !  name of constituent 
    583    clname(2)     =   'S2' 
    584    clname(3)     =   'N2' 
    585    clname(4)     =   'K1' 
    586    clname(5)     =   'O1' 
    587    clname(6)     =   'Q1' 
    588    clname(7)     =   'M4' 
    589    clname(8)     =   'K2' 
    590    clname(9)     =   'P1' 
    591    clname(10)    =   'Mf' 
    592    clname(11)    =   'Mm' 
     601   clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
    593602/ 
    594603!----------------------------------------------------------------------- 
     
    605614                                          !  = 2, use tidal harmonic forcing data from files 
    606615                                          !  = 3, use external data AND tidal harmonic forcing 
    607     cn_dyn3d      =  'none'               !   
     616    cn_dyn3d      =  'none'               ! 
    608617    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    609618                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    610     cn_tra        =  'none'               !  
     619    cn_tra        =  'none'               ! 
    611620    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    612621                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    613     cn_ice_lim      =  'none'             !   
     622    cn_ice_lim      =  'none'             ! 
    614623    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    615624                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     
    620629    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    621630    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    622     rn_time_dmp   =  1.                   ! Damping time scale in days  
     631    rn_time_dmp   =  1.                   ! Damping time scale in days 
    623632    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    624633    nn_rimwidth   = 10                    !  width of the relaxation zone 
     
    673682   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    674683   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    675    rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     684   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    676685   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    677686   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     
    690699&nambbc        !   bottom temperature boundary condition 
    691700!----------------------------------------------------------------------- 
     701!              !                              !  (if <0  months)  !   
     702!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     703!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     704   sn_qgh      ='geothermal_heating.nc',  -12.  , 'heatflow'      ,   .false.      , .true.  , 'yearly'  , ''       , ''       , '' 
     705   ! 
     706   cn_dir      = './'      !  root directory for the location of the runoff files 
    692707   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    693708   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
     
    695710                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    696711   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
     712 
    697713/ 
    698714!----------------------------------------------------------------------- 
     
    719735!----------------------------------------------------------------------- 
    720736   nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
    721                                  !  =-1, TEOS-10  
    722                                  !  = 0, EOS-80  
     737                                 !  =-1, TEOS-10 
     738                                 !  = 0, EOS-80 
    723739                                 !  = 1, S-EOS   (simplified eos) 
    724740   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     
    811827!----------------------------------------------------------------------- 
    812828   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     829   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    813830   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    814831   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     
    818835&nam_vvl    !   vertical coordinate options 
    819836!----------------------------------------------------------------------- 
    820    ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     837   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    821838   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
    822839   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     
    844861   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    845862   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     863   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    846864   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    847865   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
     
    939957                           !        = 1 add a tke source below the ML 
    940958                           !        = 2 add a tke source just at the base of the ML 
    941                            !        = 3 as = 1 applied on HF part of the stress    ("key_coupled") 
     959                           !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    942960   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    943961   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
     
    961979&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    962980!----------------------------------------------------------------------- 
    963    rn_emin       = 1.e-6   !  minimum value of e   [m2/s2] 
     981   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
    964982   rn_epsmin     = 1.e-12  !  minimum value of eps [m2/s3] 
    965983   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    966    rn_clim_galp  = 0.53    !  galperin limit 
    967    ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     984   rn_clim_galp  = 0.267   !  galperin limit 
    968985   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    969986   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    970987   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
    971    nn_tkebc_surf =   1     !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    972    nn_tkebc_bot  =   1     !  bottom tke condition (0/1=Dir/Neum) 
    973    nn_psibc_surf =   1     !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
    974    nn_psibc_bot  =   1     !  bottom psi condition (0/1=Dir/Neum) 
    975    nn_stab_func  =   2     !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
    976    nn_clos       =   1     !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
     988   rn_hsro       =  0.02   !  Minimum surface roughness 
     989   rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met=2) 
     990   nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2) 
     991   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
     992   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
     993   nn_stab_func  =     2   !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     994   nn_clos       =     1   !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    977995/ 
    978996!----------------------------------------------------------------------- 
     
    10021020!!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
    10031021!!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
     1022!!   namsto            Stochastic parametrization of EOS 
    10041023!!====================================================================== 
    10051024! 
     
    10601079   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    10611080/ 
     1081!----------------------------------------------------------------------- 
     1082&namsto       ! Stochastic parametrization of EOS 
     1083!----------------------------------------------------------------------- 
     1084   ln_rststo = .false.           ! start from mean parameter (F) or from restart file (T) 
     1085   ln_rstseed = .true.           ! read seed of RNG from restart file 
     1086   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
     1087   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
     1088 
     1089   ln_sto_eos = .false.          ! stochastic equation of state 
     1090   nn_sto_eos = 1                ! number of independent random walks 
     1091   rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
     1092   rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
     1093   rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
     1094   nn_eos_ord  = 1               ! order of autoregressive processes 
     1095   nn_eos_flt  = 0               ! passes of Laplacian filter 
     1096   rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
     1097/ 
    10621098 
    10631099!!====================================================================== 
     
    10661102!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    10671103!!   namtrd       dynamics and/or tracer trends 
     1104!!   namptr       Poleward Transport Diagnostics 
    10681105!!   namflo       float parameters                                      ("key_float") 
    1069 !!   namptr       Poleward Transport Diagnostics 
    10701106!!   namhsb       Heat and salt budgets 
    10711107!!====================================================================== 
     
    11211157!----------------------------------------------------------------------- 
    11221158   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1123    ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    1124    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1125                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    1126    ln_ptrcomp = .true.     !  Add decomposition : overturning 
    1127    nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    1128    nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
     1159   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    11291160/ 
    11301161!----------------------------------------------------------------------- 
     
    11761207   ln_sst     = .false.     ! Logical switch for SST observations 
    11771208   ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1178    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
     1209   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations 
    11791210 
    11801211   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
     
    12031234   sstfbfiles = 'sst_01.nc' 
    12041235                           !     seaicefiles             Sea Ice input observation file names 
    1205    seaicefiles = 'seaice_01.nc'   
     1236   seaicefiles = 'seaice_01.nc' 
    12061237                           !     velavcurfiles           Vel. cur. daily av. input file name 
    12071238                           !     velhvcurfiles           Vel. cur. high freq. input file name 
  • branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5102 r5572  
    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!----------------------------------------------------------------------- 
     
    5052&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5153!----------------------------------------------------------------------- 
    52    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    5354!                               !  Type of the operator :  
    5455   ln_trcldf_lap    =  .true.   !     laplacian operator        
     
    8283/ 
    8384!----------------------------------------------------------------------- 
     85&namtrc_ice       !    Representation of sea ice growth & melt effects 
     86!----------------------------------------------------------------------- 
     87   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     88                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     89                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     90                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
     91/ 
     92!----------------------------------------------------------------------- 
    8493&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    8594!                          or mixed-layer trends          ('key_trdmld_trc') 
Note: See TracChangeset for help on using the changeset viewer.