Changeset 4656 for palm/trunk
- Timestamp:
- Aug 28, 2020 2:51:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4655 r4656 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Bugfix for serial build 30 31 ! 31 32 ! 4653 2020-08-27 08:54:43Z pavelkrc … … 8705 8706 INTEGER(iwp) :: lastdir !< wall direction before hitting this column 8706 8707 INTEGER(iwp), DIMENSION(2) :: lastcolumn 8708 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: vert_col !< vertical faces from previous to current column 8709 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: up_col !< upward oriented surfaces in current column 8710 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: down_col !< downward oriented surfaces in current column 8707 8711 8708 8712 #if defined( __parallel ) … … 8710 8714 INTEGER(iwp) :: wcount !< RMA window item count 8711 8715 INTEGER(MPI_ADDRESS_KIND) :: wdisp !< RMA window displacement 8712 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: vert_col !< vertical faces from previous to current column8713 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: up_col !< upward oriented surfaces in current column8714 INTEGER(iwp), DIMENSION(:), ALLOCATABLE:: down_col !< downward oriented surfaces in current column8715 8716 #endif 8716 8717
Note: See TracChangeset
for help on using the changeset viewer.