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/par_oce.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/par_oce.F90

    r4421 r4479  
    177177   INTEGER, PUBLIC  ::   jpj   ! = ( jpjglo-2*jprecj + (jpnj-1) ) / jpnj + 2*jprecj   !: second dimension 
    178178   INTEGER, PUBLIC  ::   jpk   ! = jpkdta                                             !: third dimension 
    179    INTEGER, PUBLIC  ::   jpkf  ! <= jpk                                             !: Max wet level of MPP subdomain 
    180    INTEGER, PUBLIC  ::   jpkorig ! = jpk before it is reset to jpkf 
     179   INTEGER, PUBLIC  ::   jpkorig ! = jpk before it is reduced to a sub-domain-local value 
    181180   INTEGER, PUBLIC  ::   jpim1 ! = jpi-1                                            !: inner domain indices 
    182181   INTEGER, PUBLIC  ::   jpjm1 ! = jpj-1                                            !:   -     -      - 
    183182   INTEGER, PUBLIC  ::   jpkm1 ! = jpk-1                                            !:   -     -      - 
    184    INTEGER, PUBLIC  ::   jpkfm1 ! = jpkf-1                                          !:   -     -      - 
    185183   INTEGER, PUBLIC  ::   jpij  ! = jpi*jpj                                          !:  jpi x jpj 
    186184 
Note: See TracChangeset for help on using the changeset viewer.