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 6910 for branches/UKMO/v3_6_extra_CMIP6_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90 – NEMO

Ignore:
Timestamp:
2016-09-05T17:56:42+02:00 (8 years ago)
Author:
timgraham
Message:

Bug fixes ofr diagnostics in traadv_tvd and traadv_eiv
Modified method for barotropic heat transport calculation as values weren't being output correctly on Cray computer (although I still don't understand why).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/v3_6_extra_CMIP6_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90

    r6671 r6910  
    8787      REAL(wp) ::   zfm_ui, zfm_vj, zfm_wk   !   -      - 
    8888      REAL(wp), POINTER, DIMENSION(:,:,:) :: zwi, zwz 
    89       REAL(wp), POINTER, DIMENSION(:,:,:) :: ztrdx, ztrdy, ztrdz, z2d, zptry 
     89      REAL(wp), POINTER, DIMENSION(:,:,:) :: ztrdx, ztrdy, ztrdz, zptry 
    9090      REAL(wp), POINTER, DIMENSION(:,:)   :: z2d 
    9191      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.