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/LIM_SRC_2/limhdf_2.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/LIM_SRC_2/limhdf_2.F90

    r4990 r7910  
    1818   USE lbclnk           ! lateral boundary condition - MPP exchanges 
    1919   USE lib_mpp          ! MPP library 
    20    USE wrk_nemo         ! work arrays 
    2120   USE prtctl           ! Print control 
    2221   USE in_out_manager   ! I/O manager 
     
    5857      INTEGER  ::   its, iter, ierr   ! local integers 
    5958      REAL(wp) ::   zalfa, zrlxint, zconv, zeps   ! local scalars 
    60       REAL(wp), DIMENSION(:,:), POINTER :: zrlx, zflu, zflv, zdiv0, zdiv, ztab0  
     59      REAL(wp), DIMENSION(jpi,jpj) :: zrlx, zflu, zflv, zdiv0, zdiv, ztab0  
    6160      CHARACTER (len=55) :: charout 
    6261      !!------------------------------------------------------------------- 
    6362 
    64       CALL wrk_alloc( jpi, jpj, zrlx, zflu, zflv, zdiv0, zdiv, ztab0 ) 
    6563 
    6664      !                       !==  Initialisation  ==! 
     
    144142      ENDIF 
    145143      ! 
    146       CALL wrk_dealloc( jpi, jpj, zrlx, zflu, zflv, zdiv0, zdiv, ztab0 ) 
    147144      ! 
    148145   END SUBROUTINE lim_hdf_2 
Note: See TracChangeset for help on using the changeset viewer.