serv-terr / pbl_met

"pbl_met" is a set of Fortran modules aimed at building meteorological processors and other software pertaining Planetary Boundary Layer (PBL) applications.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Wind speed not the same as in SonicLib #72

Closed mafavaron closed 6 years ago

mafavaron commented 6 years ago

The version under test tends to underestimate SonicLib wind speed.

mafavaron commented 6 years ago

Cause found in the very definition of wind speed. In SonicLib, the correspondent of pbl_met is named "resultant.vel".

This closes the current issue, as far as the "bug" is considered.

The question remains, as whether extracting wind speed and other common quantities a posteriori is better than computing them directly on eddy covariance processing, as made for example with u*.

Surely, a-posteriori extraction may limit the possibilities, and could produce misleading results more easily than computation-within.