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/limtrp.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/limtrp.F90

    r4045 r4072  
    2929   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    3030   USE limvar          ! clem for ice thickness correction 
     31   USE timing          ! Timing 
    3132 
    3233   IMPLICIT NONE 
     
    8788      REAL(wp) :: zdv, zda, zvi, zvs, zsmv 
    8889      !!--------------------------------------------------------------------- 
     90      IF( nn_timing == 1 )  CALL timing_start('limtrp') 
    8991 
    9092      CALL wrk_alloc( jpi, jpj, zui_u, zvi_v, zsm, zs0at, zs0ow ) 
     
    569571      CALL wrk_dealloc( jpi,jpj,jpl,zaiold, zhimax )   ! clem 
    570572      ! 
     573      IF( nn_timing == 1 )  CALL timing_stop('limtrp') 
    571574   END SUBROUTINE lim_trp 
    572575 
Note: See TracChangeset for help on using the changeset viewer.