Changeset 2050 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Nov 8, 2016 3:00:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r2032 r2050 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Implement turbulent outflow condition 23 23 ! 24 24 ! Former revisions: … … 282 282 time_dots, time_do_av, time_do_sla, time_disturb, time_dvrp, & 283 283 time_run_control, time_since_reference_point, & 284 turbulent_inflow, urban_surface,&284 turbulent_inflow, turbulent_outflow, urban_surface, & 285 285 use_initial_profile_as_reference, & 286 286 use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, & … … 803 803 !-- Impose a turbulent inflow using the recycling method 804 804 IF ( turbulent_inflow ) CALL inflow_turbulence 805 806 ! 807 !-- Set values at outflow boundary using the special outflow condition 808 IF ( turbulent_outflow ) CALL outflow_turbulence 805 809 806 810 !
Note: See TracChangeset
for help on using the changeset viewer.