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

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

Remove jpkf as un-needed now we just reset jpk instead

File:
1 edited

Legend:

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

    r4476 r4479  
    300300    USE par_oce, ONLY: wp, jpreci, jprecj, jpim1 
    301301    USE dom_oce, ONLY: nlci, nlcj, nldi, nlei, nldj, nlej, & 
    302                        nperio, nbondi, npolj, narea, jpkf 
     302                       nperio, nbondi, npolj, narea 
    303303    USE mapcomm_mod, ONLY: Iminus, Iplus, NONE, ilbext, iubext, cyclic_bc 
    304304    USE mapcomm_mod, ONLY: trimmed, eidx, widx 
     
    359359       ! we can limit the length of our z loops to the 
    360360       ! no. of levels above the ocean floor. 
    361        IF(kdim1 == jpkorig)kdim1 = jpkf 
     361       IF(kdim1 == jpkorig)kdim1 = jpk 
    362362    ELSEIF ( PRESENT(ib3) ) THEN 
    363363#if defined key_z_first 
     
    369369       ! we can limit the length of our z loops to the 
    370370       ! no. of levels above the ocean floor. 
    371        IF(kdim1 == jpk)kdim1 = jpkf 
     371       IF(kdim1 == jpk)kdim1 = jpk 
    372372    ELSEIF ( PRESENT(b2) ) THEN 
    373373       kdim1 = SIZE(b2,dim=2) 
Note: See TracChangeset for help on using the changeset viewer.