Changeset 2776 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Jan 31, 2018 10:44:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r2773 r2776 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Variable use_synthetic_turbulence_generator has been abbreviated 28 ! 29 ! 2773 2018-01-30 14:12:54Z suehring 27 30 ! - Nesting for chemical species 28 31 ! … … 438 441 439 442 USE synthetic_turbulence_generator_mod, & 440 ONLY: stg_main, use_syn thetic_turbulence_generator443 ONLY: stg_main, use_syn_turb_gen 441 444 442 445 USE user_actions_mod, & … … 798 801 ! 799 802 !-- Impose a turbulent inflow using synthetic generated turbulence 800 IF ( use_syn thetic_turbulence_generator) THEN803 IF ( use_syn_turb_gen ) THEN 801 804 CALL stg_main 802 805 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.