Changes between Version 15 and Version 16 of doc/tec/bugs


Ignore:
Timestamp:
Aug 12, 2016 9:49:41 AM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/bugs

    v15 v16  
    22
    33||='''Date'''  =||='''Reported by'''  =||='''Description'''  =||
     4|----------------------
     5||12/08/16 || MS || Only a 'latent' bug, however, in case of {{{topography = .T. }}} initialization of the PALM grid does not scale with the number of processors, as two global arrays required only (!) for NetCDF output are necessary (zu_s_inner, zw_w_inner). If you are short on internal memory, it is possible that the required memory exceeds the available memory in case of very large grids.  ||
    46|----------------------
    57||13/06/16 || MS || '''Only if [../../app/inipar#masking_method masking_method] = .T.:''' Over-determination of Neumann boundary condition of perturbation pressure in poismg_noopt.f90 if a grid point within topography adjoins to two or more 'flow' grid points. This case, Neumann boundary conditions are not correctly set for the 'flow' grid points as the perturbation pressure inside topography is an average over all the adjoining 'flow' grid points. At this point it should be noted that is '''is not''' the reason for the velocity blow-up in case of complex topography. ||