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 622 for trunk/NEMO/OPA_SRC – NEMO

Changeset 622 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2007-02-22T09:26:24+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_017 : CT : apply a mpp_sum on the zvol variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flxfwb.F90

    r531 r622  
    173173         IF( lk_mpp ) THEN 
    174174            CALL  mpp_sum( zarea    )   ! sums over all the global domain 
     175            CALL  mpp_sum( zvol     )         
    175176            CALL  mpp_sum( a_sshend )         
    176177            CALL  mpp_sum( a_salend )         
     
    308309         !                                    ! ============================== 
    309310         IF(lwp) WRITE(numout,*) 
    310          IF(lwp) WRITE(numout,*)'flx_fwb_init : NO freshwater budget correction' 
     311         IF(lwp) WRITE(numout,*)'              NO freshwater budget correction' 
    311312         empold = 0.e0 
    312313      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.