Changeset 737 for palm/trunk/SOURCE
- Timestamp:
- Aug 17, 2011 2:17:56 PM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r736 r737 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! 7 ! Former revisions: 8 ! ----------------- 9 ! $Id$ 10 ! 11 ! 736 2011-08-17 14:13:26Z suehring 6 12 ! Bugfix concerning OpenMP parallelization. i_omp introduced, because first 7 13 ! index where fluxes on left side have to be calculated explicitly is 8 14 ! different on each thread. Furthermore the swapping of fluxes is now 9 15 ! thread-safe by adding an additional dimension. 10 !11 ! Former revisions:12 ! -----------------13 ! $Id$14 16 ! 15 17 ! 713 2011-03-30 14:21:21Z suehring -
palm/trunk/SOURCE/modules.f90
r736 r737 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! Dimension of fluxes needed for WS-scheme increased.8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 736 2011-08-17 14:13:26Z suehring 13 ! Dimension of fluxes needed for WS-scheme increased. 12 14 ! 13 15 ! 722 2011-04-11 06:21:09Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r736 r737 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: determination of first thread index i for WS-scheme7 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 736 2011-08-17 14:13:26Z suehring 12 ! Bugfix: determination of first thread index i for WS-scheme 11 13 ! 12 14 ! 709 2011-03-30 09:31:40Z raasch
Note: See TracChangeset
for help on using the changeset viewer.