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 11620 for NEMO/branches/UKMO/NEMO_4.0_momentum_trends – NEMO

Ignore:
Timestamp:
2019-09-30T16:37:59+02:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0_momentum_trends : remove option to thickness-weight time mean of utrd_tau fields.
(Tiny error and utrd_tau fields not required for budgets).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_momentum_trends/cfgs/SHARED/field_def_nemo-oce.xml

    r11613 r11620  
    353353      <field_group id="grid_U"   grid_ref="grid_U_2D"> 
    354354        <field id="e3u"          long_name="U-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_U_3D" /> 
    355         <field id="e3u_surf"     long_name="U-cell thickness"   field_ref="e3u"  standard_name="cell_thickness"     unit="m"   grid_ref="grid_U_surface_extract"/> 
    356355        <field id="e3u_0"        long_name="Initial U-cell thickness"                               standard_name="ref_cell_thickness"          unit="m"          grid_ref="grid_U_3D"/> 
    357356        <field id="utau"         long_name="Wind Stress along i-axis"                               standard_name="surface_downward_x_stress"   unit="N/m2"                            /> 
     
    408407      <field_group id="grid_V"   grid_ref="grid_V_2D"> 
    409408        <field id="e3v"          long_name="V-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_V_3D" /> 
    410         <field id="e3v_surf"     long_name="V-cell thickness"   field_ref="e3v"  standard_name="cell_thickness"     unit="m"   grid_ref="grid_V_surface_extract"/> 
    411409        <field id="e3v_0"        long_name="Initial V-cell thickness"                               standard_name="ref_cell_thickness"          unit="m"          grid_ref="grid_V_3D" /> 
    412410        <field id="vtau"         long_name="Wind Stress along j-axis"                               standard_name="surface_downward_y_stress"   unit="N/m2"                            /> 
     
    844842     <field id="utrd_bfr_e3u"       unit="m2/s^2" > utrd_bfr * e3u </field>   
    845843     <field id="utrd_bfri_e3u"      unit="m2/s^2" > utrd_bfri * e3u </field>   
    846      <field id="utrd_tau_e3u"       unit="m2/s^2" > utrd_tau * e3u_surf </field>   
    847844   </field_group> 
    848845 
     
    885882     <field id="vtrd_bfr_e3v"       unit="m2/s^2" > vtrd_bfr * e3v </field>   
    886883     <field id="vtrd_bfri_e3v"      unit="m2/s^2" > vtrd_bfri * e3v </field>   
    887      <field id="vtrd_tau_e3v"       unit="m2/s^2" > vtrd_tau * e3v_surf </field>   
    888884   </field_group> 
    889885 
Note: See TracChangeset for help on using the changeset viewer.