Ignore:
Timestamp:
Feb 13, 2019 8:05:17 AM (5 years ago)
Author:
dom_dwd_user
Message:

biometeorology_mod.f90:
(N) Auto-adjusting thermal_comfort flag if not set by user, but thermal_indices set as output quantities.
(C) Renamed flags "bio_<index>" to "do_calculate_<index>" for better readability
(C) Removed everything related to "time_bio_results" as this is never used.
(C) Moved humidity warning to check_data_output so it will also be triggered if thermal_comofrt flag was auto-set later.
(B) Fixed bug in mrt calculation introduced with my commit yesterday.

time_integration.f90:
(C) Removed everything related to "time_bio_results" as this is never used

module_interface.f90:
(C) Removed call to empty method bio_check_parameters.

File:
1 edited

Legend:

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

    r3724 r3739  
    2525! -----------------
    2626! $Id$
     27! Removed everything related to "time_bio_results" as this is never used.
     28!
     29! 3724 2019-02-06 16:28:23Z kanani
    2730! Correct double-used log_point_s unit
    2831!
     
    460463
    461464    USE biometeorology_mod,                                                    &
    462         ONLY:  bio_calculate_thermal_index_maps, time_bio_results,             &
     465        ONLY:  bio_calculate_thermal_index_maps,                               &
    463466               thermal_comfort, uvem_calc_exposure, uv_exposure
    464467
     
    15241527          IF ( thermal_comfort )  THEN
    15251528             CALL bio_calculate_thermal_index_maps ( .FALSE. )
    1526              time_bio_results = time_since_reference_point
    15271529          ENDIF
    15281530!
Note: See TracChangeset for help on using the changeset viewer.