Changeset 3700 for palm/trunk/SOURCE/bulk_cloud_model_mod.f90
- Timestamp:
- Jan 26, 2019 5:03:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/bulk_cloud_model_mod.f90
r3655 r3700 881 881 !> Initialization of the bulk cloud module 882 882 !------------------------------------------------------------------------------! 883 SUBROUTINE bcm_init !( dots_label, dots_unit, dots_num, dots_max )883 SUBROUTINE bcm_init 884 884 885 885 IMPLICIT NONE … … 888 888 INTEGER(iwp) :: j !< 889 889 INTEGER(iwp) :: k !< 890 891 ! INTEGER(iwp) :: dots_num892 ! INTEGER(iwp) :: dots_max893 ! CHARACTER (LEN=13), DIMENSION(dots_max) :: dots_unit894 ! CHARACTER (LEN=13), DIMENSION(dots_max) :: dots_label895 890 896 891 CALL location_message( 'initializing bulk cloud module', .FALSE. )
Note: See TracChangeset
for help on using the changeset viewer.