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_3/limthd_da.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_3/limthd_da.F90

    r7753 r7910  
    1717   USE ice                    ! LIM variables 
    1818   USE lib_mpp                ! MPP library 
    19    USE wrk_nemo               ! work arrays 
    2019   USE lib_fortran            ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    2120 
     
    104103      REAL(wp), PARAMETER ::   zm2   = 1.36_wp 
    105104      ! 
    106       REAL(wp), POINTER, DIMENSION(:,:) ::   zda_tot 
     105      REAL(wp), DIMENSION(jpi,jpj) ::   zda_tot 
    107106      !!--------------------------------------------------------------------- 
    108       CALL wrk_alloc( jpi,jpj, zda_tot ) 
    109107 
    110108      !------------------------------------------------------------! 
     
    168166      WHERE( a_i == 0._wp ) ht_i = 0._wp 
    169167      ! 
    170       CALL wrk_dealloc( jpi,jpj, zda_tot ) 
    171168      ! 
    172169   END SUBROUTINE lim_thd_da 
Note: See TracChangeset for help on using the changeset viewer.