region.js 620 B

1234567891011121314
  1. module.exports = {
  2. // leftlon: 73, // 东经70度
  3. // rightlon: 135, // 东经140度
  4. // toplat: 54, // 北纬15度
  5. // bottomlat: 18, // 北纬55度
  6. leftlon: 0,
  7. rightlon: 360,
  8. toplat: 90,
  9. bottomlat: -90,
  10. }
  11. // 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
  12. // 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