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 9051 for branches/2017/dev_merge_2017/NEMOGCM/TOOLS/DOMAINcfg/field_def.xml – NEMO

Ignore:
Timestamp:
2017-12-14T15:47:12+01:00 (7 years ago)
Author:
flavoni
Message:

put back correct routines for TOOLS/DOMAINcfg, do not change these routines in merge development or merge phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/TOOLS/DOMAINcfg/field_def.xml

    r9019 r9051  
    9898         <field id="tpt_dep"      long_name="T-point depth"                  standard_name="depth_below_geoid"   unit="m"   grid_ref="grid_T_3D" /> 
    9999         <field id="e3tdef"       long_name="T-cell thickness deformation"                                       unit="%"   grid_ref="grid_T_3D" /> 
    100        </field_group> 
    101  
    102        <!-- OSMOSIS diagnostics --> 
    103        <field_group id="OSMOSIS_T" grid_ref="grid_T_2D" operation="instant" > 
    104          <field id="ghamt"          long_name="non-local temperature flux"    grid_ref="grid_T_3D"  unit="deg m/s"        /> 
    105          <field id="ghams"          long_name="non-local salinity flux"        grid_ref="grid_T_3D"   unit="psu m/s"        /> 
    106          <field id="zwth0"          long_name="surface non-local temperature flux"                             unit="deg m/s"        /> 
    107          <field id="zws0"          long_name="surface non-local salinity flux"                                     unit="psu m/s"        /> 
    108          <field id="hbl"          long_name="boundary layer depth"                                                unit="m"        /> 
    109          <field id="hbli"          long_name="initial boundary layer depth"                                     unit="m"        /> 
    110          <field id="dstokes"          long_name="stokes drift  depth scale"                                     unit="m"        /> 
    111          <field id="zustke"          long_name="magnitude of stokes drift  at T-points"                     unit="m/s"        /> 
    112          <field id="zwstrc"          long_name="convective velocity scale"                                  unit="m/s"        /> 
    113          <field id="zwstrl"          long_name="langmuir velocity scale"                                   unit="m/s"        /> 
    114          <field id="zustar"          long_name="friction velocity"                                           unit="m/s"        /> 
    115          <field id="zhbl"          long_name="boundary layer depth"                                           unit="m"        /> 
    116          <field id="zhml"          long_name="mixed layer depth"                                           unit="m"        /> 
    117        </field_group> 
    118      
    119        <field_group id="OSMOSIS_U" grid_ref="grid_U_2D" > 
    120          <field id="ghamu"          long_name="non-local u-momentum flux"        grid_ref="grid_U_3D"   unit="m^2/s^2"        /> 
    121          <field id="us_x"          long_name="i component of Stokes drift"                             unit="m/s"        /> 
    122        </field_group> 
    123     
    124        <field_group id="OSMOSIS_V" grid_ref="grid_V_2D" > 
    125          <field id="ghamv"          long_name="non-local v-momentum flux"        grid_ref="grid_V_3D"   unit="m^2/s^2"        /> 
    126          <field id="us_y"          long_name="j component of Stokes drift"                             unit="m/s"        /> 
    127        </field_group> 
    128  
     100      </field_group> 
    129101 
    130102      <!-- Tides --> 
Note: See TracChangeset for help on using the changeset viewer.