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 2715 for trunk/NEMOGCM/NEMO/OPA_SRC/lib_print.f90 – NEMO

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/lib_print.f90

    r2528 r2715  
    1010   !!   prizre       : print an real 2D vertical field 
    1111   !!---------------------------------------------------------------------- 
    12    !! * Mules used 
    1312   USE par_kind      ! kind parameters 
    1413 
     
    1615   PRIVATE 
    1716 
    18    !! * Routine accessibility 
    19    PUBLIC prihin, prihre, prizre 
    20    !!---------------------------------------------------------------------- 
     17   PUBLIC   prihin, prihre, prizre 
     18 
    2119   !!---------------------------------------------------------------------- 
    2220   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     
    4038      !!        !  03-07 (G. Madec)  F90, free form 
    4139      !!---------------------------------------------------------------------- 
    42       !! * Arguments 
    4340      INTEGER, INTENT( in ) ::   & 
    4441         ki, kj,                 &  ! array dimensions 
Note: See TracChangeset for help on using the changeset viewer.