Ignore:
Timestamp:
Aug 8, 2019 11:26:00 AM (5 years ago)
Author:
suehring
Message:

indoor_model_mod: Revision of indoor model; urban_surface_mod: parameters for waste heat from cooling and heating are introduced to building data base; initialization of building data base moved to an earlier point of time before indoor model will be initialized; radiation_model_mod: minor improvement in some comments; synthetic_turbulence_generator: unused variable removed

File:
1 edited

Legend:

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

    r4144 r4148  
    2525! -----------------
    2626! $Id$
     27! Remove unused variable
     28!
     29! 4144 2019-08-06 09:11:47Z raasch
    2730! relational operators .EQ., .NE., etc. replaced by ==, /=, etc.
    2831!
     
    22692272       
    22702273    USE surface_mod,                                                           &
    2271         ONLY:  get_topography_top_index_ji, surf_def_h, surf_lsm_h, surf_usm_h
     2274        ONLY:  surf_def_h, surf_lsm_h, surf_usm_h
    22722275
    22732276    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.