Changeset 3767 for palm/trunk/SOURCE/bulk_cloud_model_mod.f90
- Timestamp:
- Feb 27, 2019 8:18:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/bulk_cloud_model_mod.f90
r3724 r3767 25 25 ! ----------------- 26 26 ! $Id$ 27 ! unused variable for file index removed from rrd-subroutines parameter list 28 ! 29 ! 3724 2019-02-06 16:28:23Z kanani 27 30 ! Correct double-used log_point_s unit 28 31 ! … … 1710 1713 !> This routine reads the respective restart data for the bulk cloud module. 1711 1714 !------------------------------------------------------------------------------! 1712 SUBROUTINE bcm_rrd_local( i, k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,&1715 SUBROUTINE bcm_rrd_local( k, nxlf, nxlc, nxl_on_file, nxrf, nxrc, & 1713 1716 nxr_on_file, nynf, nync, nyn_on_file, nysf, & 1714 1717 nysc, nys_on_file, tmp_2d, tmp_3d, found ) … … 1724 1727 IMPLICIT NONE 1725 1728 1726 INTEGER(iwp) :: i !<1727 1729 INTEGER(iwp) :: k !< 1728 1730 INTEGER(iwp) :: nxlc !<
Note: See TracChangeset
for help on using the changeset viewer.