Changeset 4196 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Aug 29, 2019 11:02:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4184 r4196 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Added rotation_angle 28 ! 29 ! 4184 2019-08-23 08:07:40Z oliver.maas 27 30 ! changed allocated length of recycling_method_for_thermodynamic_quantities 28 31 ! from 20 to 80 characters … … 867 870 REAL(wp) :: rho_reference !< reference state of density 868 871 REAL(wp) :: rho_surface !< surface value of density 872 REAL(wp) :: rotation_angle = 0.0_wp !< angle between real North and model North (clockwise) 869 873 REAL(wp) :: roughness_length = 0.1_wp !< namelist parameter 870 874 REAL(wp) :: simulated_time = 0.0_wp !< elapsed simulated time
Note: See TracChangeset
for help on using the changeset viewer.