geodata.wind.psi_linear
=======================

.. py:function:: geodata.wind.psi_linear(z, ds)

   NOTE: This function does not perform well for high z/L
   Linear stability correction [1,2]
           z = to_height
           ds = dataset with variables: L

   Eval =      0, if z/L <=0
                   linear if z/L > 0
   [1] Businger, J.A., Wyngaard, J.C., Izumi, Y., Bradley, E.F., 1971. Flux profile relationships in the atmospheric surface layer. J. Atmos. Sci. 28, 181–189.
   [2] Dyer, A.J., 1974. A review of flux–profile relationships. Boundary-Layer Meteorol. 7, 363–372.

