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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90

    • Property svn:eol-style deleted
    r2149 r2528  
    3131#  include "obc_vectopt_loop_substitute.h90" 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OPA 9.0 , LOCEAN-IPSL (2005)  
     33   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3434   !! $Id$  
    35    !! software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_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.