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 15322 – NEMO

Changeset 15322


Ignore:
Timestamp:
2021-10-04T13:10:05+02:00 (3 years ago)
Author:
hadjt
Message:

TRA/traadv.F90

Added output of depth integrated volume tranport

This requires an updated field_def_nemo-oce.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/TRA/traadv.F90

    r14075 r15322  
    132132      CALL iom_put( "vocetr_eff", zvn ) 
    133133      CALL iom_put( "wocetr_eff", zwn ) 
     134      !JT 
     135      CALL iom_put( "uocetr_eff_zint", sum(zun*umask, dim=3 ))          ! output effective transport depth sum      
     136      CALL iom_put( "vocetr_eff_zint", sum(zvn*vmask, dim=3 )) 
     137      !JT 
    134138      ! 
    135139!!gm ??? 
Note: See TracChangeset for help on using the changeset viewer.