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/TOP_SRC/PISCES/P4Z/p4zsms.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/TOP_SRC/PISCES/P4Z/p4zsms.F90

    r7753 r7910  
    424424      CHARACTER(LEN=100)   ::   cltxt 
    425425      INTEGER :: jk 
    426       REAL(wp), POINTER, DIMENSION(:,:,:) :: zwork 
     426      REAL(wp), DIMENSION(jpi,jpj,jpk) :: zwork 
    427427      !!---------------------------------------------------------------------- 
    428428 
     
    444444      ENDIF 
    445445 
    446       CALL wrk_alloc( jpi, jpj, jpk, zwork ) 
    447446      ! 
    448447      IF( iom_use( "pno3tot" ) .OR. ( ln_check_mass .AND. kt == nitend )  ) THEN 
     
    510509      ENDIF 
    511510      ! 
    512       CALL wrk_dealloc( jpi, jpj, jpk, zwork ) 
    513511      ! 
    514512      ! Global budget of N SMS : denitrification in the water column and in the sediment 
Note: See TracChangeset for help on using the changeset viewer.