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_flt.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_flt.F90

    r1683 r1739  
    109109      !!                                    
    110110      INTEGER  ::   ji, jj, jk           ! dummy loop indices 
    111       REAL(wp) ::   z2dt, z2dtg, zraur   ! temporary scalars 
     111      REAL(wp) ::   z2dt, z2dtg          ! temporary scalars 
    112112      REAL(wp) ::   zgcb, zbtd   !   -          - 
    113113      REAL(wp) ::   ztdgu, ztdgv         !   -          - 
     
    135135      IF( neuler == 0 .AND. kt == nit000+1 )   CALL sol_mat( kt ) 
    136136      z2dtg  = grav * z2dt 
    137       zraur  = 1. / rauw 
    138137 
    139138      ! Evaluate the masked next velocity (effect of the additional force not included) 
Note: See TracChangeset for help on using the changeset viewer.