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/module_interface.f90

    r3735 r3739  
    2525! -----------------
    2626! $Id$
     27! Removed bio_check_parameters as the method is empty.
     28!
     29! 3735 2019-02-12 09:52:40Z dom_dwd_user
    2730! Accepting variable j from check_parameters and passing it to
    2831! bio_check_data_output
     
    9699   USE biometeorology_mod,                                                     &
    97100       ONLY:  bio_parin,                                                       &
    98               bio_check_parameters,                                            &
    99101              bio_check_data_output,                                           &
    100102              bio_init,                                                        &
     
    492494
    493495
    494    IF ( biometeorology )       CALL bio_check_parameters
    495496   IF ( bulk_cloud_model )     CALL bcm_check_parameters
    496497   IF ( air_chemistry )        CALL chem_check_parameters
Note: See TracChangeset for help on using the changeset viewer.