@idm-plugin/meteo2 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2463,7 +2463,7 @@ class T {
2463
2463
  * @returns 风圈半径对象
2464
2464
  */
2465
2465
  static estimateWindRadii(M, z, b) {
2466
- if (!M || M < 17)
2466
+ if (!M || M < 32)
2467
2467
  return { r7: null, r10: null, r12: null };
2468
2468
  const p = T.estimateRMW(M, z, b), c = p * 2.5, W = M >= 50 ? p * 1.8 : null, A = M >= 64 ? p * 1.3 : null;
2469
2469
  return {