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 7546 for branches/2016 – NEMO

Changeset 7546 for branches/2016


Ignore:
Timestamp:
2017-01-11T13:37:22+01:00 (7 years ago)
Author:
jamesharle
Message:

Correct for missing field definition wetdep when using xios2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/SHARED/ForXIOS2/field_def_nemo-opa.xml

    r7443 r7546  
    5454         <field id="ssh"          long_name="sea surface height"             standard_name="sea_surface_height_above_geoid"             unit="m" /> 
    5555         <field id="ssh2"         long_name="square of sea surface height"   standard_name="square_of_sea_surface_height_above_geoid"   unit="m2" > ssh * ssh </field > 
     56         <field id="wetdep"       long_name="wet depth"                      standard_name="wet_depth"                unit="m" /> 
    5657         <field id="sshmax"       long_name="max of sea surface height"   field_ref="ssh"   operation="maximum"                                  /> 
    5758 
Note: See TracChangeset for help on using the changeset viewer.