Ignore:
Timestamp:
Jul 30, 2019 11:09:11 AM (5 years ago)
Author:
gronemeier
Message:

renaming in biometeorology_mod, adding of example cases for biometeorolgy

File:
1 edited

Legend:

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

    r4111 r4126  
    2525! -----------------
    2626! $Id$
     27! renamed routine to calculate uv exposure
     28!
     29! 4111 2019-07-22 18:16:57Z suehring
    2730! advc_flags_1 / advc_flags_2 renamed to advc_flags_m / advc_flags_s
    2831!
     
    545548
    546549    USE biometeorology_mod,                                                                        &
    547         ONLY:  bio_calculate_thermal_index_maps, thermal_comfort, uvem_calc_exposure, uv_exposure
     550        ONLY:  bio_calculate_thermal_index_maps, thermal_comfort, bio_calculate_uv_exposure,       &
     551               uv_exposure
    548552
    549553    USE bulk_cloud_model_mod,                                                                      &
     
    17041708!--       If required, do UV exposure calculations
    17051709          IF ( uv_exposure )  THEN
    1706              CALL uvem_calc_exposure
     1710             CALL bio_calculate_uv_exposure
    17071711          ENDIF
    17081712       ENDIF
Note: See TracChangeset for help on using the changeset viewer.