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/DYN/dynspg_ts.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/DYN/dynspg_ts.F90

    r1708 r1739  
    148148      z1_8 = 0.5 * 0.25                                     ! coefficient for vorticity estimates 
    149149      z1_4 = 0.5 * 0.5 
    150       zraur  = 1. / rauw                                    ! 1 / volumic mass of pure water 
     150      zraur  = 1. / rau0                                    ! 1 / volumic mass 
    151151      ! 
    152152      zhdiv(:,:) = 0.e0                                     ! barotropic divergence 
Note: See TracChangeset for help on using the changeset viewer.