Changeset 2845 for palm/trunk/SOURCE/init_ocean.f90
- Timestamp:
- Mar 1, 2018 8:32:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_ocean.f90
r2718 r2845 25 25 ! ------------------ 26 26 ! $Id$ 27 ! bugfix: set kinematic viscosity for sea water 28 ! 29 ! 2718 2018-01-02 08:49:38Z maronga 27 30 ! Corrected "Former revisions" section 28 31 ! … … 115 118 116 119 ! 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 ! 117 127 !-- Calculate initial vertical profile of hydrostatic pressure (in Pa) 118 128 !-- and the reference density (used later in buoyancy term)
Note: See TracChangeset
for help on using the changeset viewer.