Changeset 1410
- Timestamp:
- May 23, 2014 12:16:18 PM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1409 r1410 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: set inflow boundary conditions also if no humidity or passive_scalar 23 ! is used. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1399 2014-05-07 11:16:25Z heinze 29 ! Bugfix: set inflow boundary conditions also if no humidity or passive_scalar 30 ! is used. 31 ! 29 32 ! 1398 2014-05-07 11:15:00Z heinze 30 33 ! Dirichlet-condition at the top for u and v changed to u_init and v_init also -
palm/trunk/SOURCE/init_grid.f90
r1409 r1410 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: set wall_flags_0 at inflow and outflow boundary also for i <= nxlu 23 ! j <= nysv 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1409 2014-05-23 12:11:32Z suehring 29 ! Bugfix: set wall_flags_0 at inflow and outflow boundary also for i <= nxlu 30 ! j <= nysv 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/prognostic_equations.f90
r1409 r1410 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1409 2014-05-23 12:11:32Z suehring 22 29 ! Bugfix: i_omp_start changed for advec_u_ws at left inflow and outflow boundary. 23 30 ! This ensures that left-hand side fluxes are also calculated for nxl in that 24 31 ! case, even though the solution at nxl is overwritten in boundary_conds() 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1398 2014-05-07 11:15:00Z heinze 31 34 ! Rayleigh-damping for horizontal velocity components changed: instead of damping
Note: See TracChangeset
for help on using the changeset viewer.