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 7910 for branches/2017/dev_r7881_no_wrk_alloc/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90 – NEMO

Ignore:
Timestamp:
2017-04-13T16:21:08+02:00 (7 years ago)
Author:
timgraham
Message:

All wrk_alloc removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_no_wrk_alloc/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90

    r7646 r7910  
    1616   !!                    conditions 
    1717   !!---------------------------------------------------------------------- 
    18    USE wrk_nemo        ! Memory Allocation 
    1918   USE timing          ! Timing 
    2019   USE oce             ! ocean dynamics and tracers  
     
    5150      INTEGER ::   jk, ii, ij, ib_bdy, ib, igrd     ! Loop counter 
    5251      LOGICAL ::   ll_dyn2d, ll_dyn3d, ll_orlanski 
    53       REAL(wp), POINTER, DIMENSION(:,:) :: pua2d, pva2d     ! after barotropic velocities 
     52      REAL(wp), DIMENSION(jpi,jpj) :: pua2d, pva2d     ! after barotropic velocities 
    5453      !!---------------------------------------------------------------------- 
    5554      ! 
     
    7372      !------------------------------------------------------- 
    7473 
    75       CALL wrk_alloc( jpi,jpj,   pua2d, pva2d )  
    7674 
    7775      !------------------------------------------------------- 
     
    127125      END IF 
    128126      ! 
    129       CALL wrk_dealloc( jpi,jpj,  pua2d, pva2d )  
    130127      ! 
    131128      IF( nn_timing == 1 )   CALL timing_stop('bdy_dyn') 
Note: See TracChangeset for help on using the changeset viewer.