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 476 – NEMO

Changeset 476


Ignore:
Timestamp:
2006-06-19T15:09:42+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_044 : CT : The array zmsk should be of size (jpi,jpj,jpk) instead of (jpi,jpj,2) this is because this array is affected to a (jpi,jpj,jpk) array in subroutine prt_ctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limthd.F90

    r421 r476  
    9494         zhicifp            ,  &   ! ice thickness for outputs 
    9595         zqlbsbq                   ! link with lead energy budget qldif 
    96       REAL(wp), DIMENSION(jpi,jpj,2) :: & 
     96      REAL(wp), DIMENSION(jpi,jpj,jpk) :: & 
    9797         zmsk                      ! working array 
    9898      !!------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.