- Timestamp:
- Mar 1, 2018 8:32:34 AM (7 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmplot
r2837 r2845 19 19 # Current revisions: 20 20 # ----------------- 21 # assign configuration file within palmplot call21 # 22 22 # 23 23 # Former revisions: 24 24 # ----------------- 25 25 # $Id$ 26 # assign configuration file within palmplot call 27 # 28 # 2837 2018-02-26 14:04:53Z gronemeier 26 29 # Corrected "Former revisions" section 27 30 # -
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.