Changeset 4572 for palm/trunk
- Timestamp:
- Jun 24, 2020 10:09:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4565 r4572 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 22 ! Revise description of rotation_angle 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 27 ! added pt_surface_heating_rate 28 ! 28 ! 29 29 ! 4536 2020-05-17 17:24:13Z raasch 30 30 ! +qsurf_av, ssurf_av 31 ! 31 ! 32 32 ! 4505 2020-04-20 15:37:15Z schwenkel 33 33 ! Add flag for saturation check 34 ! 34 ! 35 35 ! 4502 2020-04-17 16:14:16Z raasch 36 36 ! Implementation of ice microphysics 37 ! 37 ! 38 38 ! 4495 2020-04-13 20:11:20Z raasch 39 39 ! +restart_data_format, restart_data_format_input|output, include_total_domain_boundaries 40 ! 40 ! 41 41 ! 4476 2020-03-27 12:56:41Z maronga 42 42 ! Renamed variables for subgrids-scale model steering 43 ! 43 ! 44 44 ! 4473 2020-03-25 21:04:07Z gronemeier 45 45 ! moved wall_adjustment_factor to turbulence_closure_mod … … 957 957 REAL(wp) :: rho_reference !< reference state of density 958 958 REAL(wp) :: rho_surface !< surface value of density 959 REAL(wp) :: rotation_angle = 0.0_wp !< angle between real North and model North (clockwise)959 REAL(wp) :: rotation_angle = 0.0_wp !< clockwise rotation of model North relative to real North [deg] 960 960 REAL(wp) :: roughness_length = 0.1_wp !< namelist parameter 961 961 REAL(wp) :: simulated_time = 0.0_wp !< elapsed simulated time
Note: See TracChangeset
for help on using the changeset viewer.