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 525 for trunk/NEMO/OPA_SRC/DOM/domzgr.F90 – NEMO

Ignore:
Timestamp:
2006-10-12T16:17:18+02:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_bugfix_060: correction of zh to ih in domzgr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domzgr.F90

    r516 r525  
    387387         ELSE 
    388388            ih = 0                                  ;      zh = 0.e0 
    389             IF( ln_sco )   zh = jpkm1               ;      IF( ln_sco )   zh = h_oce 
     389            IF( ln_sco )   ih = jpkm1               ;      IF( ln_sco )   zh = h_oce 
    390390            idta( :    , 1    ) = ih                ;      zdta( :    , 1    ) =  zh 
    391391            idta( :    ,jpjdta) = ih                ;      zdta( :    ,jpjdta) =  zh 
Note: See TracChangeset for help on using the changeset viewer.