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 2565 for trunk – NEMO

Changeset 2565 for trunk


Ignore:
Timestamp:
2011-01-20T20:07:44+01:00 (13 years ago)
Author:
rblod
Message:

Suppress duplicated code in obcini, see ticket #788

File:
1 edited

Legend:

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

    r2528 r2565  
    438438      END IF 
    439439 
    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  
    448440      IF( lp_obc_north ) THEN ! ... North open boundary lateral surface 
    449441         DO jj = njn0, njn1 
Note: See TracChangeset for help on using the changeset viewer.