Changeset 4668
- Timestamp:
- Sep 9, 2020 1:00:16 PM (4 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4667 r4668 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! Improve debug messages during timestepping25 ! 26 26 ! 27 27 ! Former revisions: 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Improve debug messages during timestepping 31 ! 32 ! 4664 2020-09-02 15:36:10Z gronemeier 30 33 ! Add additional debug messages around MPI-AlltoAllv calls 31 34 ! -
palm/trunk/SOURCE/time_integration.f90
r4667 r4668 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Improve debug messages during timestepping23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Improve debug messages during timestepping 28 ! 29 ! 4581 2020-06-29 08:49:58Z suehring 27 30 ! Omit explicit pressure forcing via geostrophic wind components in case of 28 31 ! mesoscale nesting. -
palm/trunk/SOURCE/time_integration_spinup.f90
r4667 r4668 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Improve debug messages during timestepping22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Improve debug messages during timestepping 27 28 ! 28 29 ! 4654 2020-08-28 13:47:23Z pavelkrc -
palm/trunk/SOURCE/urban_surface_mod.f90
r4667 r4668 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! Limit vertical r_a similarly to horizontal24 ! 25 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Limit vertical r_a similarly to horizontal 30 ! 31 ! 4660 2020-09-01 14:49:39Z pavelkrc 29 32 ! Fix of wrong limitation of calculation of ueff (avoid r_a=inf) (J. Resler) 30 33 !
Note: See TracChangeset
for help on using the changeset viewer.