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

u* unrealistic #69

Closed mafavaron closed 6 years ago

mafavaron commented 6 years ago

After eddy covariance processing, the value of u* is in some cases negative, in others positive, but with values well above the wind speed.

This cannot be.

mafavaron commented 6 years ago

Problem is in Theta appearing in file header, but not printed to file. This induces a data-position shift, which manifests in u* containing the second rotation angle.

Upon test, all looks correct.

Closing this issue.