Changeset 4126 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Jul 30, 2019 11:09:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4111 r4126 25 25 ! ----------------- 26 26 ! $Id$ 27 ! renamed routine to calculate uv exposure 28 ! 29 ! 4111 2019-07-22 18:16:57Z suehring 27 30 ! advc_flags_1 / advc_flags_2 renamed to advc_flags_m / advc_flags_s 28 31 ! … … 545 548 546 549 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 548 552 549 553 USE bulk_cloud_model_mod, & … … 1704 1708 !-- If required, do UV exposure calculations 1705 1709 IF ( uv_exposure ) THEN 1706 CALL uvem_calc_exposure1710 CALL bio_calculate_uv_exposure 1707 1711 ENDIF 1708 1712 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.