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 3294 for trunk/NEMOGCM/NEMO/OPA_SRC/SOL/solmat.F90 – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SOL/solmat.F90

    r2715 r3294  
    3131   USE lib_mpp         ! distributed memory computing 
    3232   USE in_out_manager  ! I/O manager 
     33   USE timing          ! timing 
    3334 
    3435   IMPLICIT NONE 
     
    6465      REAL(wp) ::   z2dt, zcoef 
    6566      !!---------------------------------------------------------------------- 
    66  
     67      ! 
     68      IF( nn_timing == 1 )  CALL timing_start('sol_mat') 
     69      ! 
    6770       
    6871      ! 1. Construction of the matrix 
     
    297300      gccd (:,:) = 0.e0 
    298301      !  
     302      IF( nn_timing == 1 )  CALL timing_stop('sol_mat') 
     303      ! 
    299304   END SUBROUTINE sol_mat 
    300305 
Note: See TracChangeset for help on using the changeset viewer.