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/bdydyn3d.F90 – NEMO

Ignore:
Timestamp:
2011-11-25T12:27:22+01:00 (13 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/bdydyn3d.F90

    r3117 r3182  
    11MODULE bdydyn3d 
    22   !!====================================================================== 
    3    !!                       ***  MODULE  bdydyn  *** 
     3   !!                       ***  MODULE  bdydyn3d  *** 
    44   !! Unstructured Open Boundary Cond. :   Flow relaxation scheme on velocities 
    55   !!====================================================================== 
     
    1818   !!   bdy_dyn3d_frs    : apply Flow Relaxation Scheme 
    1919   !!---------------------------------------------------------------------- 
     20   USE timing          ! Timing 
    2021   USE oce             ! ocean dynamics and tracers  
    2122   USE dom_oce         ! ocean space and time domain 
     
    8687      !!---------------------------------------------------------------------- 
    8788      ! 
     89      IF( nn_timing == 1 ) CALL timing_start('bdy_dyn3d_frs') 
    8890      ! 
    8991      igrd = 2                      ! Relaxation of zonal velocity 
     
    110112      IF( kt .eq. nit000 ) CLOSE( unit = 102 ) 
    111113 
     114      IF( nn_timing == 1 ) CALL timing_stop('bdy_dyn3d_frs') 
     115 
    112116   END SUBROUTINE bdy_dyn3d_frs 
    113117 
Note: See TracChangeset for help on using the changeset viewer.