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 3209 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DYN – NEMO

Ignore:
Timestamp:
2011-12-10T09:04:49+01:00 (13 years ago)
Author:
smasson
Message:

dev_NEMO_MERGE_2011: syntaxe change to dynamical allocation, see ticket #896

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DYN/divcur.F90

    r3194 r3209  
    8888      INTEGER ::   ii, ij, ijt, iju, ierr   ! local integer 
    8989      REAL(wp) ::  zraur, zdep              ! local scalar 
    90       REAL(wp), POINTER,  DIMENSION(:,:) ::   zwu, zwv   ! specific 2D workspace 
     90      REAL(wp), POINTER,  DIMENSION(:,:) ::   zwu   ! specific 2D workspace 
     91      REAL(wp), POINTER,  DIMENSION(:,:) ::   zwv   ! specific 2D workspace 
    9192      !!---------------------------------------------------------------------- 
    9293      ! 
Note: See TracChangeset for help on using the changeset viewer.