You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clip_values function currently restricts rh_[uli]_cor to the range of 0 to 100.
Is this approach valid, given that the allowable range for these values was initially set between 0 and 150%, accommodating supersaturated states?
Would it be more appropriate to validate and filter the inferred values before computing the corrected humidity variables? Clipping might be overly restrictive in cases where supersaturation is expected or meaningful.
The
clip_values
function currently restrictsrh_[uli]_cor
to the range of 0 to 100.Is this approach valid, given that the allowable range for these values was initially set between 0 and 150%, accommodating supersaturated states?
Would it be more appropriate to validate and filter the inferred values before computing the corrected humidity variables? Clipping might be overly restrictive in cases where supersaturation is expected or meaningful.
#307 (review)
The text was updated successfully, but these errors were encountered: