Skip to content

Commit

Permalink
update for new nomads paths as-of 2021032212Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Richman committed Mar 22, 2021
1 parent dbc538c commit 49b3eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open Common

module Urls = struct
let base_url = "https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod"
let forecast_dir = sprintf !"%s/gfs.%{Forecast_time#yyyymmdd_slash_hh}/" base_url
let forecast_dir = sprintf !"%s/gfs.%{Forecast_time#yyyymmdd_slash_hh}/atmos/" base_url

let grib_file fcst_time levels hour =
let fcst_hr = Forecast_time.hour_int fcst_time in
Expand Down

0 comments on commit 49b3eaf

Please sign in to comment.