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_zps.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_zps.F90

    r258 r410  
    292292         pst_ldf(:) = ptr_vj( zfsv(:,:,:) ) 
    293293         ! "zonal" mean lateral eddy induced velocity heat and salt transports 
     294#if defined key_diaeiv 
    294295         pht_eiv(:) = ptr_vj( zftv(:,:,:) ) 
    295296         pst_eiv(:) = ptr_vj( zfsv(:,:,:) ) 
     297#endif 
    296298      ENDIF 
    297299 
Note: See TracChangeset for help on using the changeset viewer.