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/LIM_SRC_3/limmsh.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/LIM_SRC_3/limmsh.F90

    r2528 r2715  
    1616   USE dom_ice        ! sea-ice domain 
    1717   USE in_out_manager ! I/O manager 
    18    USE lbclnk         !  
     18   USE lbclnk         ! lateral boundary condition - MPP exchanges 
     19   USE lib_mpp        ! MPP library 
    1920 
    2021   IMPLICIT NONE 
     
    2425 
    2526   !!---------------------------------------------------------------------- 
    26    !! NEMO/LIM3 3.3 , UCL - NEMO Consortium (2010) 
     27   !! NEMO/LIM3 4.0 , UCL - NEMO Consortium (2011) 
    2728   !! $Id$ 
    28    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     29   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    2930   !!---------------------------------------------------------------------- 
    30  
    3131CONTAINS 
    3232 
     
    4545      !!---------------------------------------------------------------------  
    4646      INTEGER  ::   ji, jj   ! dummy loop indices 
    47       REAL(wp) ::   zusden   ! temporary scalar 
     47      REAL(wp) ::   zusden   ! local scalar 
    4848      !!--------------------------------------------------------------------- 
    4949 
     
    5555 
    5656      IF( jphgr_msh == 2 .OR. jphgr_msh == 3 .OR. jphgr_msh == 5 )   & 
    57           &      CALL ctl_stop(' Coriolis parameter in LIM not set for f- or beta-plane' ) 
     57          &      CALL ctl_stop(' Coriolis parameter in LIM not set for f- or beta-plane') 
    5858 
    5959      !                           !==  coriolis factor & Equator position ==! 
Note: See TracChangeset for help on using the changeset viewer.