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 11993 for NEMO/trunk/src/OCE/TRA/traadv.F90 – NEMO

Ignore:
Timestamp:
2019-11-28T11:20:53+01:00 (4 years ago)
Author:
cetlod
Message:

trunk : undo bad commit. Oups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/traadv.F90

    r11989 r11993  
    134134      ! 
    135135!!gm ??? 
    136       CALL dia_ptr( kt, zvn )                                    ! diagnose the effective MSF  
     136      IF( ln_diaptr )   CALL dia_ptr( zvn )                                    ! diagnose the effective MSF  
    137137!!gm ??? 
    138138      ! 
    139  
    140139      IF( l_trdtra )   THEN                    !* Save ta and sa trends 
    141140         ALLOCATE( ztrdt(jpi,jpj,jpk), ztrds(jpi,jpj,jpk) ) 
Note: See TracChangeset for help on using the changeset viewer.