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 2339 – NEMO

Changeset 2339


Ignore:
Timestamp:
2010-10-29T11:06:26+02:00 (13 years ago)
Author:
rblod
Message:

Correct a bug in rev2335 supposed to be only an innocent suppression of cpp keys ; I will definitely dedicate my day to read SVN book and find a way to allow Gurvan to commit only in DOC directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/lbclnk.F90

    r2335 r2339  
    194194      !!---------------------------------------------------------------------- 
    195195      CHARACTER(len=1)            , INTENT(in   )           ::   cd_type   ! nature of pt3d grid-points 
    196       REAL(wp), DIMENSION(jpi,jpj), INTENT(inout)           ::   pt3d      ! 2D array on which the lbc is applied 
     196      REAL(wp), DIMENSION(jpi,jpj), INTENT(inout)           ::   pt2d      ! 2D array on which the lbc is applied 
    197197      REAL(wp)                    , INTENT(in   )           ::   psgn      ! control of the sign  
    198198      CHARACTER(len=3)            , INTENT(in   ), OPTIONAL ::   cd_mpp    ! MPP only (here do nothing) 
Note: See TracChangeset for help on using the changeset viewer.