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/bdytides.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/bdytides.F90

    r7646 r7910  
    2525   USE fldread        ! 
    2626   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    27    USE wrk_nemo       ! Memory allocation 
    2827   USE timing         ! timing 
    2928 
     
    7675      CHARACTER(len=80)                         ::   clfile              !: full file name for tidal input file  
    7776      REAL(wp),ALLOCATABLE, DIMENSION(:,:,:)    ::   dta_read            !: work space to read in tidal harmonics data 
    78       REAL(wp), POINTER, DIMENSION(:,:)         ::   ztr, zti            !:  "     "    "   "   "   "        "      "  
     77      REAL(wp), DIMENSION(jpi,jpj)         ::   ztr, zti            !:  "     "    "   "   "   "        "      "  
    7978      !! 
    8079      TYPE(TIDES_DATA),  POINTER                ::   td                  !: local short cut    
     
    153152               ! given on the global domain (ie global, jpiglo x jpjglo) 
    154153               ! 
    155                CALL wrk_alloc( jpi,jpj,   zti, ztr ) 
    156154               ! 
    157155               ! SSH fields 
     
    203201               CALL iom_close( inum ) 
    204202               ! 
    205                CALL wrk_dealloc( jpi,jpj,   ztr, zti )  
    206203               ! 
    207204            ELSE             
Note: See TracChangeset for help on using the changeset viewer.