Ignore:
Timestamp:
May 21, 2013 11:58:22 AM (12 years ago)
Author:
fricke
Message:

Bugfix: In case of non-cyclic lateral boundary conditions, Neumann boundary conditions for the velocity components at the outflow are in fact radiation boundary conditions using the maximum phase velocity that ensures numerical stability (CFL-condition).
Logical operator use_cmax is now used instead of bc_lr_dirneu/_neudir.

File:
1 edited

Legend:

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

    r1132 r1159  
    2020! Current revisions:
    2121! -----------------
     22! +use_cmax
    2223!
    2324!
     
    254255             top_momentumflux_u, top_momentumflux_v, top_salinityflux, &
    255256             turbulence, turbulent_inflow, ug_surface, ug_vertical_gradient, &
    256              ug_vertical_gradient_level, use_surface_fluxes, &
     257             ug_vertical_gradient_level, use_surface_fluxes, use_cmax, &
    257258             use_top_fluxes, use_ug_for_galilei_tr, use_upstream_for_tke, &
    258259             uv_heights, u_bulk, u_profile, vg_surface, vg_vertical_gradient, &
Note: See TracChangeset for help on using the changeset viewer.