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/SBC/sbcfwb.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/SBC/sbcfwb.F90

    r2207 r2208  
    4242   !!  OPA 9.0 , LOCEAN-IPSL (2006)  
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
     
    167167            IF( lk_mpp )   CALL  mpp_sum( zsurf_neg ) 
    168168            IF( lk_mpp )   CALL  mpp_sum( zsurf_pos ) 
     169            IF( lk_mpp )   CALL  mpp_sum( zsurf_neg ) 
     170            IF( lk_mpp )   CALL  mpp_sum( zsurf_pos ) 
    169171             
    170172            IF( z_fwf < 0.e0 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.