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/limwri_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/limwri_2.F90

    r6140 r7910  
    3030   USE in_out_manager 
    3131   USE lib_mpp          ! MPP library 
    32    USE wrk_nemo         ! work arrays 
    3332   USE iom 
    3433   USE ioipsl 
     
    103102         &          zindh, zinda, zindb, ztmu 
    104103      REAL(wp), DIMENSION(1)                ::   zdept 
    105       REAL(wp), POINTER, DIMENSION(:,:)     ::   zfield 
    106       !!------------------------------------------------------------------- 
    107  
    108       CALL wrk_alloc( jpi, jpj, zfield ) 
     104      REAL(wp), DIMENSION(jpi,jpj)     ::   zfield 
     105      !!------------------------------------------------------------------- 
     106 
    109107                                                 !--------------------! 
    110108      IF( kt == nit000 ) THEN                    !   Initialisation   ! 
     
    206204      IF( ( nn_fsbc * niter ) >= nitend )   CALL histclo( nice )  
    207205 
    208       CALL wrk_dealloc( jpi, jpj, zfield ) 
    209206      ! 
    210207   END SUBROUTINE lim_wri_2 
Note: See TracChangeset for help on using the changeset viewer.