@idm-plugin/meteo2 0.2.5 → 0.2.6
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 +2 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1433,7 +1433,8 @@ const V0 = [
|
|
|
1433
1433
|
tips: "3-25km",
|
|
1434
1434
|
length: 16,
|
|
1435
1435
|
frequency: 1,
|
|
1436
|
-
models: [
|
|
1436
|
+
// models: ['gfs_seamless', 'gfs_global', 'gfs_hrrr', 'ncep_nbm_conus', 'gfs_graphcast025'],
|
|
1437
|
+
models: ["gfs_seamless"],
|
|
1437
1438
|
// ncep_gfs013: 美国国家环境预报中心(NCEP)的全球预报系统(GFS),0.13度
|
|
1438
1439
|
// ncep_gfs025: 美国国家环境预报中心(NCEP)的全球预报系统(GFS),0.25度
|
|
1439
1440
|
// ncep_gfs_graphcast025: 是美国国家环境预测中心(NCEP)设立的一个实验性中期全球天气预报系统
|