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 5260 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90 – NEMO

Ignore:
Timestamp:
2015-05-12T12:37:15+02:00 (9 years ago)
Author:
deazer
Message:

Merged branch with Trunk at revision 5253.
Checked with SETTE, passes modified iodef.xml for AMM12 experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90

    r4292 r5260  
    1717   USE timing          ! Timing 
    1818   USE oce             ! ocean dynamics and tracers  
     19   USE sbcisf          ! ice shelf 
    1920   USE dom_oce         ! ocean space and time domain  
    2021   USE phycst          ! physical constants 
     
    9091      ! Calculate the cumulate surface Flux z_cflxemp (m3/s) over all the domain 
    9192      ! ----------------------------------------------------------------------- 
    92       z_cflxemp = SUM ( ( emp(:,:)-rnf(:,:) ) * bdytmask(:,:) * e1t(:,:) * e2t(:,:) ) / rau0 
     93      z_cflxemp = SUM ( ( emp(:,:)-rnf(:,:)+rdivisf*fwfisf(:,:) ) * bdytmask(:,:) * e1t(:,:) * e2t(:,:) ) / rau0 
    9394      IF( lk_mpp )   CALL mpp_sum( z_cflxemp )     ! sum over the global domain 
    9495 
Note: See TracChangeset for help on using the changeset viewer.