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/IOM/iom.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/IOM/iom.F90

    r3432 r4409  
    863863            ELSEIF( PRESENT(pv_r3d) .AND. idom /= jpdom_unknown ) THEN 
    864864               ! this if could be simplified with the new lbc_lnk that works with any size of the 3rd dimension 
    865                IF( icnt(3) == jpk ) THEN 
     865               IF( icnt(3) == jpkorig ) THEN 
    866866                  CALL lbc_lnk( pv_r3d,'Z',-999.,'no0' ) 
    867867               ELSE   ! put some arbitrary value (a call to lbc_lnk will be done later...) 
Note: See TracChangeset for help on using the changeset viewer.