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

Changeset 2230


Ignore:
Timestamp:
2010-10-12T16:43:11+02:00 (14 years ago)
Author:
rblod
Message:

Fix bug in obcini for locean branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/OBC/obcini.F90

    r2224 r2230  
    3333   !! NEMO/OPA 9.0 , LOCEAN-IPSL (2005)  
    3434   !! $Id$  
    35    !! software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     35   !! software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    3636   !!---------------------------------------------------------------------- 
    3737 
     
    437437         END DO 
    438438      END IF 
     439 
     440      IF( lp_obc_west ) THEN ! ... West open boundary lateral surface 
     441         DO ji = niw0, niw1 
     442            DO jj = 1, jpj  
     443               obcsurftot = obcsurftot+hu(ji,jj)*e2u(ji,jj)*uwmsk(jj,1) * MAX(obctmsk(ji,jj),obctmsk(ji+1,jj) ) 
     444            END DO 
     445         END DO 
     446      END IF 
     447 
    439448      IF( lp_obc_north ) THEN ! ... North open boundary lateral surface 
    440449         DO jj = njn0, njn1 
Note: See TracChangeset for help on using the changeset viewer.