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 410 for trunk/NEMO/OPA_SRC/TRA/traldf_iso.F90 – NEMO

Ignore:
Timestamp:
2006-03-20T17:52:22+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_025 : CT : correction of various bugs in the computation of the Poleward Heat Transport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traldf_iso.F90

    r258 r410  
    266266         pst_ldf(:) = ptr_vj( zfsv(:,:,:) ) 
    267267         ! "zonal" mean lateral eddy induced velocity heat and salt transports 
     268#if defined key_diaeiv 
    268269         pht_eiv(:) = ptr_vj( zftv(:,:,:) ) 
    269270         pst_eiv(:) = ptr_vj( zfsv(:,:,:) ) 
     271#endif 
    270272      ENDIF 
    271273 
Note: See TracChangeset for help on using the changeset viewer.