Ignore:
Timestamp:
Nov 14, 2018 4:06:14 PM (5 years ago)
Author:
kanani
Message:

Changes related to clean-up of biometeorology (by dom_dwd_user)

File:
1 edited

Legend:

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

    r3524 r3525  
    2525! -----------------
    2626! $Id$
     27! Changes related to clean-up of biometeorology (dom_dwd_user)
     28!
     29! 3524 2018-11-14 13:36:44Z raasch
    2730! unused variables removed
    2831!
     
    412415
    413416    USE biometeorology_mod,                                                    &
    414         ONLY:  biom_calculate_static_grid, time_biom_results
     417        ONLY:  bio_calculate_thermal_index_maps, time_bio_results
    415418
    416419    USE bulk_cloud_model_mod,                                                  &
     
    13631366!--    Biometeorology calculation of stationary thermal indices
    13641367       IF ( biometeorology  .AND.  time_do3d >= dt_do3d )  THEN
    1365           CALL biom_calculate_static_grid ( .FALSE. )
    1366           time_biom_results = time_since_reference_point
     1368          CALL bio_calculate_thermal_index_maps ( .FALSE. )
     1369          time_bio_results = time_since_reference_point
    13671370       ENDIF
    13681371
Note: See TracChangeset for help on using the changeset viewer.