Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 900 Bytes

Preprocessing.rst

File metadata and controls

11 lines (6 loc) · 900 Bytes

Preprocessing

Since QGField requires all grid points of the input fields to have finite values, to process model output with grid points below topography masked as NaN, users have to fill in reasonable values for those grid points.

A pragmatic implementation was published in Lubis et al (2018), in which the grids are filled level-by-level by solving Poisson equation, such that no extremum values are filled in. (In contrast, extrapolation over vertical direction would introduce unrealistic extreme values.) Such gridfill procedure is implemented by the python package gridfill published by Andrew Dawson. After computing the finite-amplitude wave diagnostics, regions with gridfilled values are masked out.

.. automodule:: preprocessing
   :members: