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.
field_def_nemo-waves.xml in NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/SHARED – NEMO

source: NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/SHARED/field_def_nemo-waves.xml @ 12223

Last change on this file since 12223 was 12223, checked in by agn, 4 years ago

Reintroduce field-def_nemo-waves.xml

File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2    <!-- $id$ -->
3
4   <field_definition level="1" prec="4" operation="average" enabled=".TRUE." default_value="1.e20" detect_missing_value="true"> <!-- time step automaticaly defined -->
5
6    <!--
7============================================================================================================
8                                  WAVE variables
9============================================================================================================
10    -->
11
12
13        <!-- WAVE  diagnostics -->
14      <field_group id="WAVE_T" grid_ref="grid_T_2D"  >
15   <field id="hsw"          long_name="significant wave height"                                     unit="m"        />
16   <field id="wmp"          long_name="wave mean period"                                     unit="s"        />
17   <field id="hsw_NP"          long_name="significant wave height from NP"                                     unit="m"        />
18   <field id="wmp_NP"          long_name="wave mean period from NP"                                     unit="s"        />
19   <field id="wndm"          long_name="U_10"                                                                         unit="m/s"        />
20       </field_group>
21 
22    </field_definition>
Note: See TracBrowser for help on using the repository browser.