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 8568 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/RK3_SRC/TRA/trazdf.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T16:29:24+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/RK3_SRC/TRA/trazdf.F90

    r8367 r8568  
    5656      !!--------------------------------------------------------------------- 
    5757      ! 
    58       IF( nn_timing == 1 )  CALL timing_start('tra_zdf') 
     58      IF( ln_timing )   CALL timing_start('tra_zdf') 
    5959      ! 
    6060      IF( neuler == 0 .AND. kt == nit000 ) THEN     ! at nit000 
     
    9797         &                       tab3d_2=tsa(:,:,:,jp_sal), clinfo2=       ' Sa: ', mask2=tmask, clinfo3='tra' ) 
    9898      ! 
    99       IF( nn_timing == 1 )  CALL timing_stop('tra_zdf') 
     99      IF( ln_timing )   CALL timing_stop('tra_zdf') 
    100100      ! 
    101101   END SUBROUTINE tra_zdf 
     
    135135      !!--------------------------------------------------------------------- 
    136136      ! 
    137       IF( nn_timing == 1 )  CALL timing_start('tra_zdf_imp') 
     137      IF( ln_timing )   CALL timing_start('tra_zdf_imp') 
    138138      ! 
    139139      IF( kt == kit000 )  THEN 
     
    255255      !                                               ! ================= ! 
    256256      ! 
    257       IF( nn_timing == 1 )  CALL timing_stop('tra_zdf_imp') 
     257      IF( ln_timing )   CALL timing_stop('tra_zdf_imp') 
    258258      ! 
    259259   END SUBROUTINE tra_zdf_imp 
Note: See TracChangeset for help on using the changeset viewer.