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/NEMO/OPA_SRC/DIA/diadct.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/NEMO/OPA_SRC/DIA/diadct.F90

    r9124 r9125  
    506506                istart,iend      !first and last points selected in listpoint 
    507507     INTEGER :: jpoint           !loop on list points 
    508      INTEGER, POINTER, DIMENSION(nb_point_max)   :: idirec !contains temporary sec%direction 
    509      INTEGER, POINTER, DIMENSION(2,nb_point_max) :: icoord !contains temporary sec%listpoint 
     508     INTEGER, DIMENSION(nb_point_max)   :: idirec !contains temporary sec%direction 
     509     INTEGER, DIMENSION(2,nb_point_max) :: icoord !contains temporary sec%listpoint 
    510510     !---------------------------------------------------------------------------- 
    511       ! 
     511     ! 
    512512     IF( ld_debug )WRITE(numout,*)'      -------------------------' 
    513513     IF( ld_debug )WRITE(numout,*)'      removepoints in listpoint' 
     
    559559      ! 
    560560   END SUBROUTINE removepoints 
     561 
    561562 
    562563   SUBROUTINE transport(sec,ld_debug,jsec) 
Note: See TracChangeset for help on using the changeset viewer.