Ignore:
Timestamp:
Nov 8, 2016 3:00:55 PM (8 years ago)
Author:
gronemeier
Message:

Implement turbulent outflow condition

File:
1 edited

Legend:

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

    r2032 r2050  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Implement turbulent outflow condition
    2323!
    2424! Former revisions:
     
    282282               time_dots, time_do_av, time_do_sla, time_disturb, time_dvrp,    &
    283283               time_run_control, time_since_reference_point,                   &
    284                turbulent_inflow, urban_surface,                                &
     284               turbulent_inflow, turbulent_outflow, urban_surface,             &
    285285               use_initial_profile_as_reference,                               &
    286286               use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, &
     
    803803!--       Impose a turbulent inflow using the recycling method
    804804          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
    805809
    806810!
Note: See TracChangeset for help on using the changeset viewer.