Changeset 3786 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Mar 6, 2019 4:58:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r3767 r3786 25 25 ! ----------------- 26 26 ! $Id$ 27 ! further unused variables removed 28 ! 29 ! 3767 2019-02-27 08:18:02Z raasch 27 30 ! unused variable for file index removed from rrd-subroutines parameter list 28 31 ! … … 2584 2587 2585 2588 INTEGER(iwp) :: i !< running index 2586 INTEGER(iwp) :: i_off !< index offset of surface element, seen from atmospheric grid point2587 2589 INTEGER(iwp) :: j !< running index 2588 INTEGER(iwp) :: j_off !< index offset of surface element, seen from atmospheric grid point2589 2590 INTEGER(iwp) :: k !< running index 2590 2591 INTEGER(iwp) :: kn !< running index … … 6561 6562 IMPLICIT NONE 6562 6563 6563 INTEGER(iwp) :: i !<6564 6564 INTEGER(iwp) :: k !< 6565 6565 INTEGER(iwp) :: l !< running index surface orientation … … 7262 7262 IMPLICIT NONE 7263 7263 7264 INTEGER(iwp) :: i, j, k, l,m !< running indices7264 INTEGER(iwp) :: i, j, k, m !< running indices 7265 7265 7266 7266
Note: See TracChangeset
for help on using the changeset viewer.