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 4924 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90 – NEMO

Ignore:
Timestamp:
2014-11-28T18:24:01+01:00 (9 years ago)
Author:
mathiot
Message:

UKM02_ice_shelves merged and SETTE tested with revision 4879 of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r4747 r4924  
    20622062            DO jk = 1, jpkm1 
    20632063               IF( scobot(ji,jj) >= fsdept(ji,jj,jk) )   mbathy(ji,jj) = MAX( 2, jk ) 
    2064                IF( scobot(ji,jj) == 0._wp            )   mbathy(ji,jj) = 0 
    2065             END DO 
     2064            END DO 
     2065            IF( scobot(ji,jj) == 0._wp               )   mbathy(ji,jj) = 0 
    20662066         END DO 
    20672067      END DO 
Note: See TracChangeset for help on using the changeset viewer.