From 49b3eaf84b1b0ecca43c10a17918fe9d655f4abe Mon Sep 17 00:00:00 2001 From: Daniel Richman Date: Mon, 22 Mar 2021 10:04:51 +0000 Subject: [PATCH] update for new nomads paths as-of 2021032212Z --- download.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.ml b/download.ml index fe76db3..657aa75 100644 --- a/download.ml +++ b/download.ml @@ -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