Changeset 2845


Ignore:
Timestamp:
Mar 1, 2018 8:32:34 AM (6 years ago)
Author:
raasch
Message:

bugfix: set kinematic viscosity for sea water

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmplot

    r2837 r2845  
    1919# Current revisions:
    2020# -----------------
    21 # assign configuration file within palmplot call
     21#
    2222#
    2323# Former revisions:
    2424# -----------------
    2525# $Id$
     26# assign configuration file within palmplot call
     27#
     28# 2837 2018-02-26 14:04:53Z gronemeier
    2629# Corrected "Former revisions" section
    2730#
  • palm/trunk/SOURCE/init_ocean.f90

    r2718 r2845  
    2525! ------------------
    2626! $Id$
     27! bugfix: set kinematic viscosity for sea water
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    115118
    116119!
     120!-- Set kinematic viscosity to sea water at 20C
     121!-- WARNING: This value is especially used for calculating terminal fall
     122!--          velocities in the LPM, so lpm_init should always be called after
     123!--          init_ocean!
     124    molecular_viscosity = 1.05E-6_wp
     125
     126!
    117127!-- Calculate initial vertical profile of hydrostatic pressure (in Pa)
    118128!-- and the reference density (used later in buoyancy term)
Note: See TracChangeset for help on using the changeset viewer.