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/LDF/ldfdyn.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/LDF/ldfdyn.F90

    r3211 r4409  
    171171      REAL(wp), INTENT(in   )                 ::   pwam       ! width of inflection 
    172172      REAL(wp), INTENT(in   )                 ::   pbot       ! bottom value (0<pbot<= 1) 
    173       REAL(wp), INTENT(in   ), DIMENSION(jpk) ::   pdep       ! depth of the gridpoint (T, U, V, F) 
    174       REAL(wp), INTENT(inout), DIMENSION(jpk) ::   pah        ! adimensional vertical profile 
     173      REAL(wp), INTENT(in   ), DIMENSION(jpkorig) ::   pdep       ! depth of the gridpoint (T, U, V, F) 
     174      REAL(wp), INTENT(inout), DIMENSION(jpkorig) ::   pah        ! adimensional vertical profile 
    175175      !! 
    176176      INTEGER  ::   jk           ! dummy loop indices 
Note: See TracChangeset for help on using the changeset viewer.