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 2208 for branches/DEV_r2191_3partymerge2010/NEMO/OPA_SRC/OBC/obcini.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T11:20:53+02:00 (14 years ago)
Author:
rblod
Message:

Put FCM NEMO code changes in DEV_r2191_3partymerge2010 branch

File:
1 edited

Legend:

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

    r2149 r2208  
    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 
     
    427427               obcsurftot = obcsurftot+hu(ji,jj)*e2u(ji,jj)*uemsk(jj,1) * MAX(obctmsk(ji,jj),obctmsk(ji+1,jj) ) 
    428428            END DO 
     429<<<<<<< .working 
    429430         END DO 
    430431      END IF 
     
    434435            DO jj = 1, jpj  
    435436               obcsurftot = obcsurftot+hu(ji,jj)*e2u(ji,jj)*uwmsk(jj,1) * MAX(obctmsk(ji,jj),obctmsk(ji+1,jj) ) 
     437======= 
     438         END DO 
     439      END IF 
     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>>>>>>> .merge-right.r2207 
    436445            END DO 
    437446         END DO 
Note: See TracChangeset for help on using the changeset viewer.