pub const WARNING_WIND_SHEAR_MODEL_NOT_MODELED: &str = "wind_shear_model_not_modeled";Expand description
Stable warning code emitted when an accepted effects.wind_shear_model has no profile on
this solve path and therefore leaves the wind unchanged (0.36.0). Only "ekman_spiral"
reaches it today: the boundary-layer evaluator behind TrajectorySolver implements the
logarithmic and power-law profiles, and returns the operative wind for anything else. The
model is still echoed in resolved_request, so this warning is what distinguishes “applied
and it moved the numbers” from “applied and it could not”.