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/DOM/domcfg.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/DOM/domcfg.F90

    r2715 r3294  
    1515   USE in_out_manager  ! I/O manager 
    1616   USE lib_mpp         ! distributed memory computing library 
     17   USE timing          ! Timing 
    1718 
    1819   IMPLICIT NONE 
     
    3536      !! 
    3637      !!---------------------------------------------------------------------- 
    37  
     38      ! 
     39      IF( nn_timing == 1 )  CALL timing_start('dom_cfg') 
     40      ! 
    3841      IF(lwp) THEN                   ! Control print 
    3942         WRITE(numout,*) 
     
    5659      ! 
    5760      CALL dom_glo                   ! global domain versus zoom and/or local domain 
     61      ! 
     62      IF( nn_timing == 1 )  CALL timing_stop('dom_cfg') 
    5863      ! 
    5964   END SUBROUTINE dom_cfg 
Note: See TracChangeset for help on using the changeset viewer.