Changeset 1678
- Timestamp:
- Oct 2, 2015 1:28:30 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/exchange_horiz.f90
r1677 r1678 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added new routine for exchange of three-dimensional integer arrays23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1677 2015-10-02 13:25:23Z boeske 29 ! Added new routine for exchange of three-dimensional integer arrays 27 30 ! 28 31 ! 1569 2015-03-12 07:54:38Z raasch -
palm/trunk/SOURCE/init_grid.f90
r1677 r1678 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: Ghost points are included in wall_flags_0 and wall_flags_0022 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1677 2015-10-02 13:25:23Z boeske 29 ! Bugfix: Ghost points are included in wall_flags_0 and wall_flags_00 30 ! 28 31 ! 1675 2015-10-02 08:28:59Z gronemeier 29 32 ! Bugfix: Definition of topography grid levels -
palm/trunk/SOURCE/init_pegrid.f90
r1677 r1678 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New MPI-data types for exchange of 3D integer arrays.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1677 2015-10-02 13:25:23Z boeske 29 ! New MPI-data types for exchange of 3D integer arrays. 27 30 ! 28 31 ! 1575 2015-03-27 09:56:27Z raasch -
palm/trunk/SOURCE/modules.f90
r1677 r1678 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +ngp_yz_int, type_xz_int, type_yz_int22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1677 2015-10-02 13:25:23Z boeske 29 ! +ngp_yz_int, type_xz_int, type_yz_int 30 ! 28 31 ! 1666 2015-09-23 07:31:10Z raasch 29 32 ! +user_interface_current_revision, user_interface_required_revision in
Note: See TracChangeset
for help on using the changeset viewer.