Changes between Version 33 and Version 34 of doc/tec/bugs
- Timestamp:
- Nov 20, 2018 2:59:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/bugs
v33 v34 5 5 ||06/09/17 || MS || ~~Particle advection using SGS-velocities does not work properly since -r 1359, more precisely, time loop for sub-timesteps is only carried out once. As a consequence, particles accumulate near horizontal and vertical walls.~~ '''Fixed in -r2417.''' 6 6 |---------------------- 7 ||14/07/17 || TG || {{{palmplot}}} does not work with NCL 6.3.0. Reading of variable names is incorrect: instead of reading {{{u}}} it reads {{{/u}}} from file. If you use {{{palmplot pr ... var="/u"}}} it does not find the vertical dimension because it searches for {{{z/u}}} but the dimension name is read as {{{/zu}}}.||7 ||14/07/17 || TG || ~~{{{palmplot}}} does not work with NCL 6.3.0. Reading of variable names is incorrect: instead of reading {{{u}}} it reads {{{/u}}} from file. If you use {{{palmplot pr ... var="/u"}}} it does not find the vertical dimension because it searches for {{{z/u}}} but the dimension name is read as {{{/zu}}}.~~ '''won't fix: error occurs with deprecated version of NCL. Solution: update NCL version.''' || 8 8 |---------------------- 9 9 ||30/06/17 || TG || ~~If 3D topography is used (lod=2), topography and air volume are switched. I.e., prognostic equations are only calculated ''within'' the topography (observed using r2292).~~ '''Fixed in -r2302'''. ||