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

Ignore:
Timestamp:
2020-06-16T16:37:01+02:00 (5 years ago)
Author:
mattmartin
Message:

Added absolute values of the SSH tendency to diawri.F90 and the field_def.xml.

File:
1 edited

Legend:

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

    r13111 r13112  
    163163      CALL iom_put( "ssh" , sshn )                    ! sea surface height 
    164164      CALL iom_put( "sshdt" , ( sshn - sshb ) / rdt ) ! sea surface height tendency (per second) 
    165        
     165      CALL iom_put( "sshdtabs" , ABS ( ( sshn - sshb ) / rdt ) ) ! absolute value of sea surface height tendency (per second) 
     166             
    166167      CALL iom_put( "toce", tsn(:,:,:,jp_tem) )    ! 3D temperature 
    167168      CALL theta2t ! in-situ temperature conversion 
Note: See TracChangeset for help on using the changeset viewer.