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 3182 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90 – NEMO

Ignore:
Timestamp:
2011-11-25T12:27:22+01:00 (12 years ago)
Author:
davestorkey
Message:

Change dynamic allocation and add timing to BDY module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90

    r3116 r3182  
    1414   !!   'key_dynspg_flt'                              filtered free surface 
    1515   !!---------------------------------------------------------------------- 
     16   USE timing          ! Timing 
    1617   USE oce             ! ocean dynamics and tracers  
    1718   USE dom_oce         ! ocean space and time domain  
     
    7576      TYPE(OBC_INDEX), POINTER :: idx 
    7677      !!----------------------------------------------------------------------------- 
     78 
     79      IF( nn_timing == 1 ) CALL timing_start('bdy_vol') 
    7780 
    7881      IF( ln_vol ) THEN 
     
    161164      END IF  
    162165      ! 
     166      IF( nn_timing == 1 ) CALL timing_stop('bdy_vol') 
     167      ! 
    163168      END IF ! ln_vol 
    164169 
Note: See TracChangeset for help on using the changeset viewer.