Changeset 2074
- Timestamp:
- Nov 30, 2016 2:41:05 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r2073 r2074 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! openmp bugfix: large scale forcing calculations cannot be executed thread 23 ! parallel 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2073 2016-11-30 14:34:05Z raasch 29 ! openmp bugfix: large scale forcing calculations cannot be executed thread 30 ! parallel 31 ! 29 32 ! 2037 2016-10-26 11:15:40Z knoop 30 33 ! Anelastic approximation implemented -
palm/trunk/SOURCE/header.f90
r2073 r2074 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! small bugfix concerning output of scalar profiles22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2073 2016-11-30 14:34:05Z raasch 29 ! small bugfix concerning output of scalar profiles 30 ! 28 31 ! 2050 2016-11-08 15:00:55Z gronemeier 29 32 ! Implement turbulent outflow condition -
palm/trunk/SOURCE/poismg_mod.f90
r2073 r2074 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! change of openmp directives in restrict22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2073 2016-11-30 14:34:05Z raasch 29 ! change of openmp directives in restrict 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented (stll error in optimized multigrid) -
palm/trunk/SOURCE/pres.f90
r2073 r2074 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! openmp bugfix for calculation of new divergence22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2073 2016-11-30 14:34:05Z raasch 29 ! openmp bugfix for calculation of new divergence 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r2073 r2074 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! openmp bugfix for lookup method22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2073 2016-11-30 14:34:05Z raasch 29 ! openmp bugfix for lookup method 30 ! 28 31 ! 2037 2016-10-26 11:15:40Z knoop 29 32 ! Anelastic approximation implemented
Note: See TracChangeset
for help on using the changeset viewer.