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
@WPringle when trying the persistent fill with uniform error and GAHM I noticed a convergence error again! I didn't see this issue with Laura 2020 and Florence 2018. Please see the added test in the dev branch at:
@SorooshMani-NOAA It looks like this is happening in the persistent because the Rmax value becomes unreasonably small compared to the 64-kt isotach, which forces the B/Bg parameters to be extremely large to compensate. When this occurs it is really tricky to converge as it is so sensitive to small changes in the radial distance.
Previously I had set the limit of Rrat = Rmax/isotach_rad to be 0.999 which can cause Bg/B to be O(1e3). If we set this limit lower to 0.99 then Bg/B is O(1e2) and can converge.
This value of Bg/B is still rather high, if I further limit to say 0.95 it seems to always be below 100, and maximum of ~40. I think it's practically reasonable to limit Bg\B to O(10), so will go with 0.95..
@WPringle when trying the persistent fill with uniform error and GAHM I noticed a convergence error again! I didn't see this issue with Laura 2020 and Florence 2018. Please see the added test in the dev branch at:
EnsemblePerturbation/tests/test_perturb.py
Lines 57 to 90 in 3de55ad
The text was updated successfully, but these errors were encountered: