Ignore:
Timestamp:
Jan 26, 2019 5:03:42 PM (5 years ago)
Author:
knoop
Message:

Moved user_define_netdf_grid into user_module.f90
Added module interface for the definition of additional timeseries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/bulk_cloud_model_mod.f90

    r3655 r3700  
    881881!> Initialization of the bulk cloud module
    882882!------------------------------------------------------------------------------!
    883     SUBROUTINE bcm_init !( dots_label, dots_unit, dots_num, dots_max )
     883    SUBROUTINE bcm_init
    884884
    885885       IMPLICIT NONE
     
    888888       INTEGER(iwp) ::  j !<
    889889       INTEGER(iwp) ::  k !<
    890 
    891 !        INTEGER(iwp) ::  dots_num
    892 !        INTEGER(iwp) ::  dots_max
    893 !        CHARACTER (LEN=13), DIMENSION(dots_max) :: dots_unit
    894 !        CHARACTER (LEN=13), DIMENSION(dots_max) :: dots_label
    895890
    896891       CALL location_message( 'initializing bulk cloud module', .FALSE. )
Note: See TracChangeset for help on using the changeset viewer.