Changes between Version 32 and Version 33 of doc/tec/bugs


Ignore:
Timestamp:
Sep 6, 2017 3:31:37 PM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/bugs

    v32 v33  
    22
    33||='''Date'''  =||='''Reported by'''  =||='''Description'''  =||
     4|----------------------
     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.'''
    46|----------------------
    57||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}}}. ||