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 11180 for NEMO/branches/UKMO/NEMO_4.0_surge/cfgs/SHARED/field_def_nemo-oce.xml – NEMO

Ignore:
Timestamp:
2019-06-25T18:50:27+02:00 (5 years ago)
Author:
clne
Message:

Initial commit of code for 2d (surge) work in NEMO4.
This is aiming to replicate the 3.6 version in branches/UKMO/dev_r5518_Surge_Modelling

File:
1 edited

Legend:

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

    r10823 r11180  
    259259          <field id="taum"         long_name="wind stress module"                    standard_name="magnitude_of_surface_downward_stress"                                 unit="N/m2"                           /> 
    260260          <field id="wspd"         long_name="wind speed module"                     standard_name="wind_speed"                                                           unit="m/s"                            /> 
     261          <field id="uwnd"         long_name="u component of wind"       unit="m/s"          grid_ref="grid_U_2D"     /> 
     262          <field id="vwnd"         long_name="v component of wind"       unit="m/s"          grid_ref="grid_V_2D"    /> 
    261263           
    262264          <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
Note: See TracChangeset for help on using the changeset viewer.