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 1739 for trunk/NEMO/OPA_SRC/OBC/obcvol.F90 – NEMO

Ignore:
Timestamp:
2009-11-19T14:24:00+01:00 (14 years ago)
Author:
rblod
Message:

Use rau0 instead of rauw for sbc, uchange rau0 to 1035, see ticket #606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obcvol.F90

    r1528 r1739  
    9797      ! --------------------------------------------------------------------------- 
    9898 
    99       zCflxemp = SUM ( emp(:,:)*obctmsk(:,:)* e1t(:,:) * e2t(:,:)  / rauw ) 
     99      zCflxemp = SUM ( emp(:,:)*obctmsk(:,:)* e1t(:,:) * e2t(:,:)  / rau0 ) 
    100100 
    101101      IF( lk_mpp )   CALL mpp_sum( zCflxemp )   ! sum over the global domain 
Note: See TracChangeset for help on using the changeset viewer.