- Timestamp:
- Mar 6, 2015 11:00:41 AM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r1558 r1561 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1558 2015-03-05 16:51:41Z suehring 29 ! 30 ! 28 31 ! 1557 2015-03-05 16:43:04Z suehring 29 32 ! Enable monotone advection for scalars using monotonic limiter -
palm/trunk/SOURCE/header.f90
r1560 r1561 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! output for recycling y shift22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1560 2015-03-06 10:48:54Z keck 29 ! output for recycling y shift 30 ! 28 31 ! 1557 2015-03-05 16:43:04Z suehring 29 32 ! output for monotonic limiter -
palm/trunk/SOURCE/inflow_turbulence.f90
r1560 r1561 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1560 2015-03-06 10:48:54Z keck 22 29 ! Option recycling_yshift added. If this option is switched on, the turbulence 23 30 ! data, which is mapped from the recycling plane to the inflow, is shifted in 24 31 ! y direction (by ny * dy / 2 ) 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1353 2014-04-08 15:21:23Z heinze 31 34 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/modules.f90
r1560 r1561 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +recycling_yshift22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1560 2015-03-06 10:48:54Z keck 29 ! +recycling_yshift 30 ! 28 31 ! 1557 2015-03-05 16:43:04Z suehring 29 32 ! +monotonic_adjustment -
palm/trunk/SOURCE/parin.f90
r1560 r1561 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +recycling_yshift22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1560 2015-03-06 10:48:54Z keck 29 ! +recycling_yshift 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga 29 32 ! Renamed: "radiation -> "cloud_top_radiation" -
palm/trunk/SOURCE/read_var_list.f90
r1560 r1561 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +recycling_yshift22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1560 2015-03-06 10:48:54Z keck 29 ! +recycling_yshift 30 ! 28 31 ! 1522 2015-01-14 10:53:12Z keck 29 32 ! added query for checking if the advection scheme in the restart run is the
Note: See TracChangeset
for help on using the changeset viewer.