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 4072 for branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90 – NEMO

Ignore:
Timestamp:
2013-10-17T15:10:59+02:00 (11 years ago)
Author:
clem
Message:

few rewritings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90

    r4045 r4072  
    3434   USE wrk_nemo         ! work arrays 
    3535   USE lib_fortran      ! to use key_nosignedzero 
     36   USE timing          ! Timing 
    3637 
    3738   IMPLICIT NONE 
     
    6970      REAL(wp) :: zchk_vmin, zchk_amin, zchk_amax ! Check errors (C Rousset) 
    7071      !!------------------------------------------------------------------ 
     72      IF( nn_timing == 1 )  CALL timing_start('limitd_th') 
     73 
    7174      ! ------------------------------- 
    7275      !- check conservation (C Rousset) 
     
    189192      IF( num_sal == 2 )   smv_i(:,:,:) = old_smv_i(:,:,:) 
    190193      ! 
     194      IF( nn_timing == 1 )  CALL timing_stop('limitd_th') 
    191195   END SUBROUTINE lim_itd_th 
    192196   ! 
Note: See TracChangeset for help on using the changeset viewer.