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 4409 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LBC/lbclnk.F90 – NEMO

Ignore:
Timestamp:
2014-02-04T13:12:20+01:00 (10 years ago)
Author:
trackstand2
Message:

Changes to allow jpk to be modified to deepest level within a subdomain. jpkorig holds original value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/LBC/lbclnk.F90

    r3837 r4409  
    9696! DCSE_NEMO: work around a deficiency in ftrans 
    9797!     REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::   pt3d1   , pt3d2      ! 3D array on which the lbc is applied 
    98       REAL(wp), INTENT(inout)   ::   pt3d1(jpi,jpj,jpk)   , pt3d2(jpi,jpj,jpk) 
     98      REAL(wp), INTENT(inout)   ::   pt3d1(jpi,jpj,jpkorig), pt3d2(jpi,jpj,jpkorig) 
    9999      REAL(wp), INTENT(in   )   ::   psgn                 ! control of the sign  
    100100      !!---------------------------------------------------------------------- 
     
    123123!! DCSE_NEMO: work around a deficiency in ftrans 
    124124!     REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout)           ::   pt3d      ! 3D array on which the lbc is applied 
    125       REAL(wp), INTENT(inout)                                   ::   pt3d(jpi,jpj,jpk) 
     125      REAL(wp), INTENT(inout)                                   ::   pt3d(jpi,jpj,jpkorig) 
    126126      REAL(wp)                        , INTENT(in   )           ::   psgn      ! control of the sign  
    127127      CHARACTER(len=3)                , INTENT(in   ), OPTIONAL ::   cd_mpp    ! MPP only (here do nothing) 
Note: See TracChangeset for help on using the changeset viewer.