Changeset 3794 for palm/trunk/SOURCE/pmc_interface_mod.f90
- Timestamp:
- Mar 15, 2019 9:36:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r3792 r3794 25 25 ! ----------------- 26 26 ! $Id$ 27 ! two remaining unused variables removed 28 ! 29 ! 3792 2019-03-14 16:50:07Z hellstea 27 30 ! Interpolations improved. Large number of obsolete subroutines removed. 28 31 ! All unused variables removed. … … 1542 1545 INTEGER(iwp) :: kstart !< 1543 1546 INTEGER(iwp) :: kw !< Child-grid index limited to kw <= nzt+1 1544 REAL(wp) :: tolerance !<1545 1547 1546 1548 ! … … 2105 2107 2106 2108 REAL(wp), POINTER, DIMENSION(:,:) :: p_2d !< 2107 REAL(wp), POINTER, DIMENSION(:,:) :: p_2d_sec !<2108 2109 REAL(wp), POINTER, DIMENSION(:,:,:) :: p_3d !< 2109 2110 REAL(wp), POINTER, DIMENSION(:,:,:) :: p_3d_sec !<
Note: See TracChangeset
for help on using the changeset viewer.