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 – NEMO

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

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

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/MY_SRC/usrdef_zgr.F90

    r9089 r9125  
    2424   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    2525   USE lib_mpp        ! distributed memory computing library 
    26    USE wrk_nemo       ! Memory allocation 
    2726   USE timing         ! Timing 
    2827 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/MY_SRC/usrdef_zgr.F90

    r7188 r9125  
    2121   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    2222   USE lib_mpp        ! distributed memory computing library 
    23    USE wrk_nemo       ! Memory allocation 
    2423   USE timing         ! Timing 
    2524 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/MY_SRC/usrdef_zgr.F90

    r7188 r9125  
    2323   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    2424   USE lib_mpp        ! distributed memory computing library 
    25    USE wrk_nemo       ! Memory allocation 
    2625   USE timing         ! Timing 
    2726 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/MY_SRC/usrdef_zgr.F90

    r9124 r9125  
    2323   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    2424   USE lib_mpp        ! distributed memory computing library 
    25    USE wrk_nemo       ! Memory allocation 
    2625 
    2726   IMPLICIT NONE 
  • 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 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/MY_SRC/domain.F90

    r9124 r9125  
    4545   USE lbclnk         ! ocean lateral boundary condition (or mpp link) 
    4646   USE lib_mpp        ! distributed memory computing library 
    47    USE wrk_nemo       ! Memory Allocation 
    4847 
    4948   IMPLICIT NONE 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/MY_SRC/usrdef_zgr.F90

    r9124 r9125  
    2424   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    2525   USE lib_mpp        ! distributed memory computing library 
    26    USE wrk_nemo       ! Memory allocation 
    2726 
    2827   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.