WSL/SLF GitLab Repository

Skip to content

Inlcuding curvature length scale in listonwind, and fixing the calculation of curvature

Nander Wever requested to merge include_eta_in_listonwind into master

This fixes the calculation of curvature by including the distance between points. It also implements the curvature length scale ETA in the ListonWind algorithm (see eta in Eq. 14 in Liston et al., 2006). To be specified in the configuration via:

VW::algorithms  = LISTON_WIND
VW::liston_wind::eta = 5000

Merge request reports