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 191 for trunk/NEMO/OPA_SRC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2004-12-22T16:33:18+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX132 : correction of a symbol in an IF statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/mppini_2.h90

    r169 r191  
    145145 
    146146      imask(:,:)=1 
    147       WHERE ( zdta(jpizoom:jpiglo+jpizoom-1, jpjzoom:jpjglo+jpjzoom-1) <== 0. ) imask = 0 
     147      WHERE ( zdta(jpizoom:jpiglo+jpizoom-1, jpjzoom:jpjglo+jpjzoom-1) <= 0. ) imask = 0 
    148148 
    149149       
Note: See TracChangeset for help on using the changeset viewer.