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 1930 for trunk/NEMO/OPA_SRC/DOM/phycst.F90 – NEMO

Ignore:
Timestamp:
2010-06-15T09:55:52+02:00 (14 years ago)
Author:
smasson
Message:

supress rauw and change rau0 to 1035 in OFF_SRC, see ticket:606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/phycst.F90

    r1860 r1930  
    4949#endif 
    5050      rau0     = 1035._wp   ,  &  !: volumic mass of reference (kg/m3) 
    51       rauw     = 1000._wp   ,  &  !: volumic mass of pure water (kg/m3) 
    5251      rcp      =    4.e+3_wp,  &  !: ocean specific heat 
    5352      ro0cpr                      !: = 1. / ( rau0 * rcp ) 
     
    154153      ro0cpr = 1. / ( rau0 * rcp ) 
    155154      IF(lwp) WRITE(numout,*) 
    156       IF(lwp) WRITE(numout,*) '          volumic mass of pure water         rauw   = ', rauw, ' kg/m^3' 
    157155      IF(lwp) WRITE(numout,*) '          volumic mass of reference          rau0   = ', rau0, ' kg/m^3' 
    158156      IF(lwp) WRITE(numout,*) '          ocean specific heat                rcp    = ', rcp 
Note: See TracChangeset for help on using the changeset viewer.