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.
2011WP/2011Stream2/DynamicMemory_improvments (diff) – NEMO

Changes between Version 3 and Version 4 of 2011WP/2011Stream2/DynamicMemory_improvments


Ignore:
Timestamp:
2011-03-04T12:22:06+01:00 (13 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2011WP/2011Stream2/DynamicMemory_improvments

    v3 v4  
    4040Another solution should be found... 
    4141At this stage we first use allocatable array within the routine. For example in zpshde.F90 
    42 {{ 
     42{{{ 
    4343      REAL(wp), ALLOCATABLE, DIMENSION(:,:,:) ::   zti, ztj    ! interpolated value of tracer 
    4444  
     
    5252      DEALLOCATE( zti ) 
    5353      DEALLOCATE( ztj ) 
    54 }} 
     54}}} 
    5555 
    5656