| 1234567891011121314 |
- module.exports = {
- // leftlon: 73, // 东经70度
- // rightlon: 135, // 东经140度
- // toplat: 54, // 北纬15度
- // bottomlat: 18, // 北纬55度
- leftlon: 0,
- rightlon: 360,
- toplat: 90,
- bottomlat: -90,
- }
- // https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?dir=/gfs.20250907/12/atmos&file=gfs.t18z.pgrb2.1p00.f000&all_var=on&all_lev=on&toplat=90&leftlon=0&rightlon=360&bottomlat=-90
- // https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?dir=%2Fgfs.20250907%2F18%2Fatmos&file=gfs.t18z.pgrb2.1p00.anl&all_var=on&all_lev=on&toplat=90&leftlon=0&rightlon=360&bottomlat=-90
|