Changeset 2564


Ignore:
Timestamp:
Oct 19, 2017 3:56:56 PM (7 years ago)
Author:
Giersch
Message:

Bugfix: Variable wind_turbine changed to module control_parameters

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r2550 r2564  
    2525! -----------------
    2626! $Id$
     27! Variable wind_turbine was added to control_parameters.
     28!
     29! 2550 2017-10-16 17:12:01Z boeske
    2730! Added checks for complex terrain simulations
    2831!
     
    581584        ONLY:  usm_check_data_output, usm_check_parameters
    582585    USE wind_turbine_model_mod,                                                &
    583         ONLY:  wtm_check_parameters, wind_turbine
     586        ONLY:  wtm_check_parameters
    584587    USE vertical_nesting_mod,                                                  &
    585588        ONLY:  vnested, vnest_check_parameters
  • palm/trunk/SOURCE/init_3d_model.f90

    r2550 r2564  
    2525! -----------------
    2626! $Id$
     27! Variable wind_turbine was added to control_parameters.
     28!
     29! 2550 2017-10-16 17:12:01Z boeske
    2730! Modifications to cyclic fill method and turbulence recycling method in case of
    2831! complex terrain simulations
     
    448451
    449452    USE wind_turbine_model_mod,                                                &
    450         ONLY:  wtm_init, wtm_init_arrays, wind_turbine
     453        ONLY:  wtm_init, wtm_init_arrays
    451454
    452455    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.