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 13020 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_ssh_dt/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2020-06-03T15:51:36+02:00 (4 years ago)
Author:
mattmartin
Message:

Included SSH tendency diagnostic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_ssh_dt/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r10302 r13020  
    161161 
    162162 
    163       CALL iom_put( "ssh" , sshn )                 ! sea surface height 
     163      CALL iom_put( "ssh" , sshn )                    ! sea surface height 
     164      CALL iom_put( "sshdt" , ( sshn - sshb ) / rdt ) ! sea surface height tendency (per second) 
    164165       
    165166      CALL iom_put( "toce", tsn(:,:,:,jp_tem) )    ! 3D temperature 
Note: See TracChangeset for help on using the changeset viewer.