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 9125 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/MY_SRC/bdyini.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T09:47:17+01:00 (7 years ago)
Author:
timgraham
Message:

Removed wrk_arrays from whole code. No change in SETTE results from this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/MY_SRC/bdyini.F90

    r9124 r9125  
    2929   USE lib_mpp        ! for mpp_sum   
    3030   USE iom            ! I/O 
    31    USE wrk_nemo       ! Memory Allocation 
    3231 
    3332   IMPLICIT NONE 
     
    148147      INTEGER :: com_east_b, com_west_b, com_south_b, com_north_b  ! Flags for boundaries receiving 
    149148      INTEGER :: iw_b(4), ie_b(4), is_b(4), in_b(4)                ! Arrays for neighbours coordinates 
    150       REAL(wp), POINTER, DIMENSION(:,:)       ::   zfmask  ! temporary fmask array excluding coastal boundary condition (shlat) 
     149      REAL(wp), DIMENSION(jpi,jpj)       ::   zfmask  ! temporary fmask array excluding coastal boundary condition (shlat) 
    151150      !! 
    152151      CHARACTER(LEN=1)                     ::   ctypebdy   !     -        -  
     
    11891188      ! For the flagu/flagv calculation below we require a version of fmask without 
    11901189      ! the land boundary condition (shlat) included: 
    1191       CALL wrk_alloc(jpi,jpj,  zfmask )  
    11921190      DO ij = 2, jpjm1 
    11931191         DO ii = 2, jpim1 
     
    13181316      IF( nb_bdy>0 )   DEALLOCATE( nbidta, nbjdta, nbrdta ) 
    13191317      ! 
    1320       CALL wrk_dealloc(jpi,jpj,   zfmask )  
    13211318      ! 
    13221319   END SUBROUTINE bdy_segs 
Note: See TracChangeset for help on using the changeset viewer.