Changeset 3126
- Timestamp:
- Jul 13, 2018 3:13:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/model_1d_mod.f90
r3083 r3126 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: define c_0 = 0.03^0.25 = 0.416179145 28 ! 29 ! 3083 2018-06-19 14:03:12Z gronemeier 27 30 ! Bugfixes: 28 31 ! - preset te_diss and te_e to avoid runtime errors … … 194 197 195 198 REAL(wp) :: alpha_buoyancy !< model constant according to Koblitz (2013) 196 REAL(wp) :: c_0 = 0. 03_wp**0.25_wp !<model constant according to Koblitz (2013)199 REAL(wp) :: c_0 = 0.416179145_wp !< = 0.03^0.25; model constant according to Koblitz (2013) 197 200 REAL(wp) :: c_1 = 1.52_wp !< model constant according to Koblitz (2013) 198 201 REAL(wp) :: c_2 = 1.83_wp !< model constant according to Koblitz (2013)
Note: See TracChangeset
for help on using the changeset viewer.