Changeset 2563 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Oct 19, 2017 3:36:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r2365 r2563 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Variable wind_turbine moved to module control_parameters 28 ! 29 ! 2365 2017-08-21 14:59:59Z kanani 27 30 ! Vertical grid nesting implemented (SadiqHuq) 28 31 ! … … 323 326 use_initial_profile_as_reference, & 324 327 use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, & 325 w s_scheme_mom, ws_scheme_sca328 wind_turbine, ws_scheme_mom, ws_scheme_sca 326 329 327 330 USE cpulog, & … … 400 403 401 404 USE wind_turbine_model_mod, & 402 ONLY: w ind_turbine, wtm_forces405 ONLY: wtm_forces 403 406 404 407 USE vertical_nesting_mod, &
Note: See TracChangeset
for help on using the changeset viewer.