Running StormCast-CONUS Inference¶
Basic StormCast-CONUS inference workflow for the full Continental United States.
This example demonstrates how to run a single-member forecast using StormCast-CONUS, a generative convection-allowing model at 3 km resolution over the full CONUS HRRR domain. For details about the model see
In this example you will learn:
- How to instantiate StormCast-CONUS from a model package
- Creating an HRRR initial-condition data source and a GFS forecast conditioning source
- Running a deterministic forecast with
earth2studio.run.deterministic - Post-processing and plotting composite reflectivity and 2-m temperature
Set Up¶
StormCast-CONUS requires a low-resolution global conditioning source. We use
earth2studio.data.GFS_FX (the default), which provides GFS forecast
fields interpolated to the HRRR grid. An analysis source such as
earth2studio.data.ARCO can also be used.
import os
import numpy as np
from loguru import logger
from tqdm import tqdm
logger.remove()
logger.add(lambda msg: tqdm.write(msg, end=""), colorize=True)
os.makedirs("outputs", exist_ok=True)
from dotenv import load_dotenv
load_dotenv()
from earth2studio.data import HRRR
from earth2studio.io import ZarrBackend
from earth2studio.models.px import StormCastCONUS
# Load the model from the default package
package = StormCastCONUS.load_default_package()
# By default, the model uses GFS_FX as the conditioning data source
# Thus we do not need to explicitly specify the conditioning data source
model = StormCastCONUS.load_model(package)
# Create the HRRR initial-condition data source
data = HRRR()
# Create the IO handler, store in memory
io = ZarrBackend()
Console output394 lines
/__w/earth2studio/earth2studio/.venv/lib/python3.13/site-packages/torch/cuda/__init__.py:64: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.10.0+cu128 with CUDA 1208 (you have 2.13.0+cu130)
Python 3.10.19 (you have 3.13.13)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
CuPy distance computation test failed with error: cuVS >= 24.12 or pylibraft < 24.12 should be installed to use this feature
Downloading config.json: 0%| | 0.00/37.0 [00:00<?, ?B/s]
Downloading config.json: 100%|โโโโโโโโโโ| 37.0/37.0 [00:00<00:00, 356B/s]
Downloading config.json: 100%|โโโโโโโโโโ| 37.0/37.0 [00:00<00:00, 349B/s]
Downloading model.yaml: 0%| | 0.00/122 [00:00<?, ?B/s]
Downloading model.yaml: 100%|โโโโโโโโโโ| 122/122 [00:00<00:00, 1.19kB/s]
Downloading model.yaml: 100%|โโโโโโโโโโ| 122/122 [00:00<00:00, 1.16kB/s]
Downloading StormCastCONUS-high.mdlus: 0%| | 0.00/0.99G [00:00<?, ?B/s]
Downloading StormCastCONUS-high.mdlus: 1%| | 10.0M/0.99G [00:01<02:00, 8.76MB/s]
Downloading StormCastCONUS-high.mdlus: 2%|โ | 20.0M/0.99G [00:01<00:56, 18.5MB/s]
Downloading StormCastCONUS-high.mdlus: 3%|โ | 30.0M/0.99G [00:01<00:36, 28.2MB/s]
Downloading StormCastCONUS-high.mdlus: 4%|โ | 40.0M/0.99G [00:01<00:28, 35.5MB/s]
Downloading StormCastCONUS-high.mdlus: 5%|โ | 50.0M/0.99G [00:01<00:23, 42.9MB/s]
Downloading StormCastCONUS-high.mdlus: 6%|โ | 60.0M/0.99G [00:01<00:20, 48.9MB/s]
Downloading StormCastCONUS-high.mdlus: 7%|โ | 70.0M/0.99G [00:02<00:24, 39.7MB/s]
Downloading StormCastCONUS-high.mdlus: 8%|โ | 80.0M/0.99G [00:02<00:22, 44.2MB/s]
Downloading StormCastCONUS-high.mdlus: 9%|โ | 90.0M/0.99G [00:02<00:20, 48.3MB/s]
Downloading StormCastCONUS-high.mdlus: 10%|โ | 100M/0.99G [00:02<00:18, 52.4MB/s]
Downloading StormCastCONUS-high.mdlus: 11%|โ | 110M/0.99G [00:02<00:15, 60.4MB/s]
Downloading StormCastCONUS-high.mdlus: 12%|โโ | 120M/0.99G [00:03<00:16, 56.9MB/s]
Downloading StormCastCONUS-high.mdlus: 13%|โโ | 130M/0.99G [00:03<00:17, 52.7MB/s]
Downloading StormCastCONUS-high.mdlus: 14%|โโ | 140M/0.99G [00:03<00:16, 56.7MB/s]
Downloading StormCastCONUS-high.mdlus: 15%|โโ | 150M/0.99G [00:03<00:14, 62.4MB/s]
Downloading StormCastCONUS-high.mdlus: 16%|โโ | 160M/0.99G [00:03<00:13, 64.1MB/s]
Downloading StormCastCONUS-high.mdlus: 17%|โโ | 170M/0.99G [00:03<00:12, 68.5MB/s]
Downloading StormCastCONUS-high.mdlus: 18%|โโ | 180M/0.99G [00:04<00:12, 69.8MB/s]
Downloading StormCastCONUS-high.mdlus: 19%|โโ | 190M/0.99G [00:04<00:11, 73.9MB/s]
Downloading StormCastCONUS-high.mdlus: 20%|โโ | 200M/0.99G [00:04<00:13, 62.0MB/s]
Downloading StormCastCONUS-high.mdlus: 21%|โโ | 210M/0.99G [00:04<00:13, 64.3MB/s]
Downloading StormCastCONUS-high.mdlus: 22%|โโโ | 220M/0.99G [00:04<00:13, 63.0MB/s]
Downloading StormCastCONUS-high.mdlus: 23%|โโโ | 230M/0.99G [00:04<00:13, 62.2MB/s]
Downloading StormCastCONUS-high.mdlus: 24%|โโโ | 240M/0.99G [00:05<00:12, 67.0MB/s]
Downloading StormCastCONUS-high.mdlus: 25%|โโโ | 250M/0.99G [00:05<00:10, 73.0MB/s]
Downloading StormCastCONUS-high.mdlus: 26%|โโโ | 260M/0.99G [00:05<00:13, 56.9MB/s]
Downloading StormCastCONUS-high.mdlus: 27%|โโโ | 270M/0.99G [00:05<00:12, 63.5MB/s]
Downloading StormCastCONUS-high.mdlus: 28%|โโโ | 280M/0.99G [00:05<00:11, 66.9MB/s]
Downloading StormCastCONUS-high.mdlus: 29%|โโโ | 290M/0.99G [00:05<00:10, 72.4MB/s]
Downloading StormCastCONUS-high.mdlus: 30%|โโโ | 300M/0.99G [00:06<00:11, 67.3MB/s]
Downloading StormCastCONUS-high.mdlus: 31%|โโโ | 310M/0.99G [00:06<00:11, 66.8MB/s]
Downloading StormCastCONUS-high.mdlus: 32%|โโโโ | 320M/0.99G [00:06<00:12, 58.4MB/s]
Downloading StormCastCONUS-high.mdlus: 33%|โโโโ | 330M/0.99G [00:06<00:12, 58.7MB/s]
Downloading StormCastCONUS-high.mdlus: 34%|โโโโ | 340M/0.99G [00:06<00:10, 66.1MB/s]
Downloading StormCastCONUS-high.mdlus: 35%|โโโโ | 350M/0.99G [00:06<00:10, 69.3MB/s]
Downloading StormCastCONUS-high.mdlus: 36%|โโโโ | 360M/0.99G [00:07<00:10, 66.6MB/s]
Downloading StormCastCONUS-high.mdlus: 37%|โโโโ | 370M/0.99G [00:07<00:10, 66.0MB/s]
Downloading StormCastCONUS-high.mdlus: 37%|โโโโ | 380M/0.99G [00:07<00:10, 63.7MB/s]
Downloading StormCastCONUS-high.mdlus: 38%|โโโโ | 390M/0.99G [00:07<00:12, 51.3MB/s]
Downloading StormCastCONUS-high.mdlus: 39%|โโโโ | 400M/0.99G [00:07<00:11, 58.3MB/s]
Downloading StormCastCONUS-high.mdlus: 40%|โโโโ | 410M/0.99G [00:07<00:09, 63.6MB/s]
Downloading StormCastCONUS-high.mdlus: 41%|โโโโโ | 420M/0.99G [00:08<00:09, 65.4MB/s]
Downloading StormCastCONUS-high.mdlus: 42%|โโโโโ | 430M/0.99G [00:08<00:09, 64.5MB/s]
Downloading StormCastCONUS-high.mdlus: 43%|โโโโโ | 440M/0.99G [00:08<00:09, 66.3MB/s]
Downloading StormCastCONUS-high.mdlus: 44%|โโโโโ | 450M/0.99G [00:08<00:10, 55.8MB/s]
Downloading StormCastCONUS-high.mdlus: 45%|โโโโโ | 460M/0.99G [00:08<00:09, 59.8MB/s]
Downloading StormCastCONUS-high.mdlus: 46%|โโโโโ | 470M/0.99G [00:08<00:08, 65.9MB/s]
Downloading StormCastCONUS-high.mdlus: 47%|โโโโโ | 480M/0.99G [00:09<00:08, 69.0MB/s]
Downloading StormCastCONUS-high.mdlus: 48%|โโโโโ | 490M/0.99G [00:09<00:10, 51.3MB/s]
Downloading StormCastCONUS-high.mdlus: 49%|โโโโโ | 500M/0.99G [00:09<00:09, 56.5MB/s]
Downloading StormCastCONUS-high.mdlus: 50%|โโโโโ | 510M/0.99G [00:09<00:09, 57.3MB/s]
Downloading StormCastCONUS-high.mdlus: 51%|โโโโโโ | 520M/0.99G [00:09<00:10, 47.2MB/s]
Downloading StormCastCONUS-high.mdlus: 52%|โโโโโโ | 530M/0.99G [00:10<00:09, 54.8MB/s]
Downloading StormCastCONUS-high.mdlus: 53%|โโโโโโ | 540M/0.99G [00:10<00:08, 59.8MB/s]
Downloading StormCastCONUS-high.mdlus: 54%|โโโโโโ | 550M/0.99G [00:10<00:07, 65.0MB/s]
Downloading StormCastCONUS-high.mdlus: 55%|โโโโโโ | 560M/0.99G [00:10<00:06, 71.1MB/s]
Downloading StormCastCONUS-high.mdlus: 56%|โโโโโโ | 570M/0.99G [00:10<00:06, 73.6MB/s]
Downloading StormCastCONUS-high.mdlus: 57%|โโโโโโ | 580M/0.99G [00:10<00:07, 62.0MB/s]
Downloading StormCastCONUS-high.mdlus: 58%|โโโโโโ | 590M/0.99G [00:10<00:06, 70.3MB/s]
Downloading StormCastCONUS-high.mdlus: 59%|โโโโโโ | 600M/0.99G [00:11<00:05, 73.6MB/s]
Downloading StormCastCONUS-high.mdlus: 60%|โโโโโโ | 610M/0.99G [00:11<00:05, 80.3MB/s]
Downloading StormCastCONUS-high.mdlus: 61%|โโโโโโ | 620M/0.99G [00:11<00:06, 64.2MB/s]
Downloading StormCastCONUS-high.mdlus: 62%|โโโโโโโ | 630M/0.99G [00:11<00:06, 64.5MB/s]
Downloading StormCastCONUS-high.mdlus: 63%|โโโโโโโ | 640M/0.99G [00:11<00:06, 63.0MB/s]
Downloading StormCastCONUS-high.mdlus: 64%|โโโโโโโ | 650M/0.99G [00:11<00:05, 66.3MB/s]
Downloading StormCastCONUS-high.mdlus: 65%|โโโโโโโ | 660M/0.99G [00:12<00:05, 70.5MB/s]
Downloading StormCastCONUS-high.mdlus: 66%|โโโโโโโ | 670M/0.99G [00:12<00:04, 76.4MB/s]
Downloading StormCastCONUS-high.mdlus: 67%|โโโโโโโ | 680M/0.99G [00:12<00:04, 70.7MB/s]
Downloading StormCastCONUS-high.mdlus: 69%|โโโโโโโ | 700M/0.99G [00:12<00:04, 81.7MB/s]
Downloading StormCastCONUS-high.mdlus: 70%|โโโโโโโ | 710M/0.99G [00:12<00:04, 66.3MB/s]
Downloading StormCastCONUS-high.mdlus: 72%|โโโโโโโโ | 730M/0.99G [00:12<00:03, 78.7MB/s]
Downloading StormCastCONUS-high.mdlus: 74%|โโโโโโโโ | 750M/0.99G [00:13<00:03, 89.0MB/s]
Downloading StormCastCONUS-high.mdlus: 75%|โโโโโโโโ | 760M/0.99G [00:13<00:02, 91.7MB/s]
Downloading StormCastCONUS-high.mdlus: 76%|โโโโโโโโ | 770M/0.99G [00:13<00:03, 79.2MB/s]
Downloading StormCastCONUS-high.mdlus: 77%|โโโโโโโโ | 780M/0.99G [00:13<00:03, 75.0MB/s]
Downloading StormCastCONUS-high.mdlus: 78%|โโโโโโโโ | 790M/0.99G [00:13<00:03, 73.1MB/s]
Downloading StormCastCONUS-high.mdlus: 79%|โโโโโโโโ | 800M/0.99G [00:13<00:03, 73.4MB/s]
Downloading StormCastCONUS-high.mdlus: 80%|โโโโโโโโ | 810M/0.99G [00:14<00:02, 79.2MB/s]
Downloading StormCastCONUS-high.mdlus: 81%|โโโโโโโโ | 820M/0.99G [00:14<00:02, 81.0MB/s]
Downloading StormCastCONUS-high.mdlus: 82%|โโโโโโโโโ | 830M/0.99G [00:14<00:02, 80.2MB/s]
Downloading StormCastCONUS-high.mdlus: 83%|โโโโโโโโโ | 840M/0.99G [00:14<00:02, 65.9MB/s]
Downloading StormCastCONUS-high.mdlus: 84%|โโโโโโโโโ | 850M/0.99G [00:14<00:02, 67.1MB/s]
Downloading StormCastCONUS-high.mdlus: 85%|โโโโโโโโโ | 860M/0.99G [00:14<00:02, 70.5MB/s]
Downloading StormCastCONUS-high.mdlus: 86%|โโโโโโโโโ | 870M/0.99G [00:14<00:01, 77.6MB/s]
Downloading StormCastCONUS-high.mdlus: 88%|โโโโโโโโโ | 890M/0.99G [00:15<00:01, 86.2MB/s]
Downloading StormCastCONUS-high.mdlus: 89%|โโโโโโโโโ | 900M/0.99G [00:15<00:01, 90.1MB/s]
Downloading StormCastCONUS-high.mdlus: 91%|โโโโโโโโโ | 920M/0.99G [00:15<00:00, 98.5MB/s]
Downloading StormCastCONUS-high.mdlus: 93%|โโโโโโโโโโ| 940M/0.99G [00:15<00:00, 104MB/s]
Downloading StormCastCONUS-high.mdlus: 95%|โโโโโโโโโโ| 960M/0.99G [00:15<00:00, 107MB/s]
Downloading StormCastCONUS-high.mdlus: 97%|โโโโโโโโโโ| 980M/0.99G [00:15<00:00, 107MB/s]
Downloading StormCastCONUS-high.mdlus: 99%|โโโโโโโโโโ| 0.98G/0.99G [00:16<00:00, 77.8MB/s]
Downloading StormCastCONUS-high.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:16<00:00, 81.4MB/s]
Downloading StormCastCONUS-high.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:16<00:00, 64.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 0%| | 0.00/0.99G [00:00<?, ?B/s]
Downloading StormCastCONUS-pz-low.mdlus: 1%| | 10.0M/0.99G [00:01<02:35, 6.77MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 2%|โ | 20.0M/0.99G [00:01<01:13, 14.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 3%|โ | 30.0M/0.99G [00:01<00:46, 22.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 4%|โ | 40.0M/0.99G [00:02<00:35, 28.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 5%|โ | 50.0M/0.99G [00:02<00:27, 37.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 6%|โ | 60.0M/0.99G [00:02<00:23, 42.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 7%|โ | 70.0M/0.99G [00:02<00:23, 42.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 8%|โ | 80.0M/0.99G [00:02<00:19, 50.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 10%|โ | 100M/0.99G [00:02<00:14, 65.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 11%|โ | 110M/0.99G [00:03<00:13, 69.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 12%|โโ | 120M/0.99G [00:03<00:12, 72.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 13%|โโ | 130M/0.99G [00:03<00:15, 59.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 14%|โโ | 140M/0.99G [00:03<00:14, 64.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 15%|โโ | 150M/0.99G [00:03<00:15, 58.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 16%|โโ | 160M/0.99G [00:04<00:15, 58.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 17%|โโ | 170M/0.99G [00:04<00:16, 54.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 18%|โโ | 180M/0.99G [00:04<00:15, 55.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 19%|โโ | 190M/0.99G [00:04<00:14, 58.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 20%|โโ | 200M/0.99G [00:04<00:17, 47.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 21%|โโ | 210M/0.99G [00:05<00:15, 53.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 22%|โโโ | 220M/0.99G [00:05<00:15, 53.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 23%|โโโ | 230M/0.99G [00:05<00:13, 58.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 24%|โโโ | 240M/0.99G [00:05<00:12, 62.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 25%|โโโ | 250M/0.99G [00:05<00:11, 70.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 26%|โโโ | 260M/0.99G [00:05<00:12, 63.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 27%|โโโ | 270M/0.99G [00:05<00:11, 70.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 28%|โโโ | 280M/0.99G [00:06<00:11, 66.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 29%|โโโ | 290M/0.99G [00:06<00:10, 70.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 30%|โโโ | 300M/0.99G [00:06<00:10, 71.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 31%|โโโ | 310M/0.99G [00:06<00:10, 70.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 32%|โโโโ | 320M/0.99G [00:06<00:10, 70.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 34%|โโโโ | 340M/0.99G [00:06<00:08, 84.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 36%|โโโโ | 360M/0.99G [00:08<00:22, 29.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 37%|โโโโ | 370M/0.99G [00:08<00:19, 35.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 38%|โโโโ | 390M/0.99G [00:08<00:15, 42.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 39%|โโโโ | 400M/0.99G [00:08<00:14, 44.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 40%|โโโโ | 410M/0.99G [00:09<00:13, 47.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 41%|โโโโโ | 420M/0.99G [00:09<00:12, 48.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 42%|โโโโโ | 430M/0.99G [00:09<00:11, 51.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 43%|โโโโโ | 440M/0.99G [00:09<00:10, 55.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 44%|โโโโโ | 450M/0.99G [00:09<00:13, 44.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 45%|โโโโโ | 460M/0.99G [00:10<00:11, 49.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 46%|โโโโโ | 470M/0.99G [00:10<00:11, 48.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 47%|โโโโโ | 480M/0.99G [00:10<00:11, 49.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 48%|โโโโโ | 490M/0.99G [00:10<00:09, 55.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 49%|โโโโโ | 500M/0.99G [00:10<00:08, 62.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 50%|โโโโโ | 510M/0.99G [00:11<00:09, 54.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 51%|โโโโโโ | 520M/0.99G [00:11<00:11, 46.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 52%|โโโโโโ | 530M/0.99G [00:11<00:10, 46.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 53%|โโโโโโ | 540M/0.99G [00:11<00:10, 46.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 54%|โโโโโโ | 550M/0.99G [00:11<00:09, 49.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 55%|โโโโโโ | 560M/0.99G [00:12<00:08, 53.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 56%|โโโโโโ | 570M/0.99G [00:12<00:08, 53.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 57%|โโโโโโ | 580M/0.99G [00:12<00:10, 45.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 58%|โโโโโโ | 590M/0.99G [00:12<00:08, 51.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 59%|โโโโโโ | 600M/0.99G [00:12<00:07, 54.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 60%|โโโโโโ | 610M/0.99G [00:13<00:07, 58.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 61%|โโโโโโ | 620M/0.99G [00:13<00:06, 59.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 62%|โโโโโโโ | 630M/0.99G [00:13<00:06, 64.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 64%|โโโโโโโ | 650M/0.99G [00:13<00:06, 63.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 65%|โโโโโโโ | 660M/0.99G [00:13<00:05, 65.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 66%|โโโโโโโ | 670M/0.99G [00:14<00:05, 64.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 67%|โโโโโโโ | 680M/0.99G [00:14<00:05, 63.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 68%|โโโโโโโ | 690M/0.99G [00:14<00:05, 61.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 69%|โโโโโโโ | 700M/0.99G [00:14<00:05, 65.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 70%|โโโโโโโ | 710M/0.99G [00:14<00:05, 55.1MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 71%|โโโโโโโ | 720M/0.99G [00:14<00:05, 58.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 72%|โโโโโโโโ | 730M/0.99G [00:15<00:05, 56.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 73%|โโโโโโโโ | 740M/0.99G [00:15<00:04, 60.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 74%|โโโโโโโโ | 750M/0.99G [00:15<00:04, 59.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 75%|โโโโโโโโ | 760M/0.99G [00:15<00:06, 43.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 76%|โโโโโโโโ | 770M/0.99G [00:15<00:05, 50.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 77%|โโโโโโโโ | 780M/0.99G [00:16<00:04, 54.2MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 78%|โโโโโโโโ | 790M/0.99G [00:16<00:04, 54.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 79%|โโโโโโโโ | 800M/0.99G [00:16<00:03, 59.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 80%|โโโโโโโโ | 810M/0.99G [00:16<00:03, 63.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 81%|โโโโโโโโ | 820M/0.99G [00:16<00:03, 65.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 82%|โโโโโโโโโ | 830M/0.99G [00:16<00:02, 65.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 83%|โโโโโโโโโ | 840M/0.99G [00:17<00:03, 51.0MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 84%|โโโโโโโโโ | 850M/0.99G [00:17<00:03, 56.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 85%|โโโโโโโโโ | 860M/0.99G [00:17<00:02, 54.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 86%|โโโโโโโโโ | 870M/0.99G [00:17<00:02, 54.4MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 87%|โโโโโโโโโ | 880M/0.99G [00:17<00:02, 56.7MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 88%|โโโโโโโโโ | 890M/0.99G [00:18<00:02, 60.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 89%|โโโโโโโโโ | 900M/0.99G [00:18<00:02, 51.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 90%|โโโโโโโโโ | 910M/0.99G [00:18<00:02, 53.5MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 91%|โโโโโโโโโ | 920M/0.99G [00:18<00:01, 57.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 92%|โโโโโโโโโโ| 930M/0.99G [00:18<00:01, 61.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 93%|โโโโโโโโโโ| 940M/0.99G [00:19<00:01, 60.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 94%|โโโโโโโโโโ| 950M/0.99G [00:19<00:01, 58.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 95%|โโโโโโโโโโ| 960M/0.99G [00:19<00:01, 44.3MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 96%|โโโโโโโโโโ| 970M/0.99G [00:19<00:00, 46.9MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 97%|โโโโโโโโโโ| 980M/0.99G [00:19<00:00, 49.6MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 98%|โโโโโโโโโโ| 990M/0.99G [00:20<00:00, 51.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 99%|โโโโโโโโโโ| 0.98G/0.99G [00:20<00:00, 54.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:20<00:00, 53.8MB/s]
Downloading StormCastCONUS-pz-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:20<00:00, 51.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 0%| | 0.00/0.99G [00:00<?, ?B/s]
Downloading StormCastCONUS-tq-low.mdlus: 1%| | 10.0M/0.99G [00:01<01:42, 10.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 2%|โ | 20.0M/0.99G [00:01<00:51, 20.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 3%|โ | 30.0M/0.99G [00:01<00:35, 29.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 4%|โ | 40.0M/0.99G [00:01<00:37, 27.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 5%|โ | 50.0M/0.99G [00:01<00:27, 36.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 6%|โ | 60.0M/0.99G [00:02<00:26, 38.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 7%|โ | 70.0M/0.99G [00:02<00:22, 43.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 9%|โ | 90.0M/0.99G [00:02<00:16, 57.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 10%|โ | 100M/0.99G [00:02<00:16, 59.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 12%|โโ | 120M/0.99G [00:02<00:12, 75.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 13%|โโ | 130M/0.99G [00:03<00:13, 69.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 14%|โโ | 140M/0.99G [00:03<00:13, 68.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 15%|โโ | 150M/0.99G [00:03<00:13, 67.5MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 17%|โโ | 170M/0.99G [00:03<00:15, 56.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 18%|โโ | 180M/0.99G [00:03<00:13, 62.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 20%|โโ | 200M/0.99G [00:04<00:12, 70.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 21%|โโ | 210M/0.99G [00:04<00:14, 59.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 22%|โโโ | 220M/0.99G [00:04<00:12, 66.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 23%|โโโ | 230M/0.99G [00:04<00:13, 60.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 24%|โโโ | 240M/0.99G [00:04<00:12, 67.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 25%|โโโ | 250M/0.99G [00:05<00:11, 70.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 26%|โโโ | 260M/0.99G [00:05<00:18, 41.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 28%|โโโ | 280M/0.99G [00:05<00:14, 52.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 30%|โโโ | 300M/0.99G [00:06<00:11, 65.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 31%|โโโ | 310M/0.99G [00:06<00:12, 61.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 32%|โโโโ | 320M/0.99G [00:06<00:11, 61.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 34%|โโโโ | 340M/0.99G [00:06<00:10, 65.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 36%|โโโโ | 360M/0.99G [00:07<00:10, 63.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 37%|โโโโ | 380M/0.99G [00:07<00:09, 68.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 38%|โโโโ | 390M/0.99G [00:07<00:09, 67.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 40%|โโโโ | 410M/0.99G [00:07<00:08, 71.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 41%|โโโโโ | 420M/0.99G [00:07<00:09, 67.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 43%|โโโโโ | 440M/0.99G [00:08<00:07, 78.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 44%|โโโโโ | 450M/0.99G [00:08<00:08, 73.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 46%|โโโโโ | 470M/0.99G [00:08<00:07, 80.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 48%|โโโโโ | 490M/0.99G [00:08<00:06, 79.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 49%|โโโโโ | 500M/0.99G [00:08<00:06, 82.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 50%|โโโโโ | 510M/0.99G [00:08<00:06, 84.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 51%|โโโโโโ | 520M/0.99G [00:09<00:06, 76.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 52%|โโโโโโ | 530M/0.99G [00:09<00:06, 79.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 54%|โโโโโโ | 550M/0.99G [00:09<00:07, 65.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 56%|โโโโโโ | 570M/0.99G [00:09<00:06, 71.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 57%|โโโโโโ | 580M/0.99G [00:10<00:06, 66.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 59%|โโโโโโ | 600M/0.99G [00:10<00:05, 78.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 61%|โโโโโโ | 620M/0.99G [00:10<00:04, 87.5MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 62%|โโโโโโโ | 630M/0.99G [00:10<00:04, 89.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 63%|โโโโโโโ | 640M/0.99G [00:10<00:04, 80.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 64%|โโโโโโโ | 650M/0.99G [00:10<00:04, 84.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 66%|โโโโโโโ | 670M/0.99G [00:11<00:04, 81.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 67%|โโโโโโโ | 680M/0.99G [00:11<00:04, 81.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 68%|โโโโโโโ | 690M/0.99G [00:11<00:03, 84.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 69%|โโโโโโโ | 700M/0.99G [00:11<00:03, 88.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 70%|โโโโโโโ | 710M/0.99G [00:11<00:04, 73.5MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 71%|โโโโโโโ | 720M/0.99G [00:11<00:03, 79.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 73%|โโโโโโโโ | 740M/0.99G [00:12<00:03, 82.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 75%|โโโโโโโโ | 760M/0.99G [00:12<00:02, 92.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 76%|โโโโโโโโ | 770M/0.99G [00:12<00:03, 79.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 78%|โโโโโโโโ | 790M/0.99G [00:12<00:02, 91.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 80%|โโโโโโโโ | 810M/0.99G [00:12<00:02, 98.0MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 82%|โโโโโโโโโ | 830M/0.99G [00:12<00:01, 103MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 83%|โโโโโโโโโ | 840M/0.99G [00:13<00:02, 90.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 84%|โโโโโโโโโ | 850M/0.99G [00:13<00:02, 81.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 86%|โโโโโโโโโ | 870M/0.99G [00:13<00:01, 81.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 87%|โโโโโโโโโ | 880M/0.99G [00:13<00:01, 84.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 88%|โโโโโโโโโ | 890M/0.99G [00:13<00:01, 70.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 89%|โโโโโโโโโ | 900M/0.99G [00:14<00:02, 57.9MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 91%|โโโโโโโโโ | 920M/0.99G [00:14<00:01, 53.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 93%|โโโโโโโโโโ| 940M/0.99G [00:14<00:01, 64.6MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 94%|โโโโโโโโโโ| 950M/0.99G [00:15<00:01, 63.2MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 95%|โโโโโโโโโโ| 960M/0.99G [00:15<00:00, 61.8MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 96%|โโโโโโโโโโ| 970M/0.99G [00:15<00:00, 64.3MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 97%|โโโโโโโโโโ| 980M/0.99G [00:15<00:00, 54.7MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 99%|โโโโโโโโโโ| 0.98G/0.99G [00:15<00:00, 62.1MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:16<00:00, 58.4MB/s]
Downloading StormCastCONUS-tq-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:16<00:00, 65.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 0%| | 0.00/0.99G [00:00<?, ?B/s]
Downloading StormCastCONUS-uv-low.mdlus: 1%| | 10.0M/0.99G [00:01<02:14, 7.85MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 2%|โ | 20.0M/0.99G [00:01<01:00, 17.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 3%|โ | 30.0M/0.99G [00:01<00:40, 25.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 4%|โ | 40.0M/0.99G [00:01<00:33, 30.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 5%|โ | 50.0M/0.99G [00:02<00:27, 36.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 6%|โ | 60.0M/0.99G [00:02<00:24, 40.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 7%|โ | 70.0M/0.99G [00:02<00:26, 37.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 8%|โ | 80.0M/0.99G [00:02<00:24, 39.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 9%|โ | 90.0M/0.99G [00:02<00:22, 43.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 10%|โ | 100M/0.99G [00:03<00:20, 45.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 11%|โ | 110M/0.99G [00:03<00:20, 45.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 12%|โโ | 120M/0.99G [00:03<00:19, 47.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 13%|โโ | 130M/0.99G [00:04<00:24, 38.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 14%|โโ | 140M/0.99G [00:04<00:21, 42.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 15%|โโ | 150M/0.99G [00:04<00:20, 43.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 16%|โโ | 160M/0.99G [00:04<00:18, 48.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 17%|โโ | 170M/0.99G [00:04<00:18, 48.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 18%|โโ | 180M/0.99G [00:04<00:16, 52.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 19%|โโ | 190M/0.99G [00:05<00:16, 50.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 20%|โโ | 200M/0.99G [00:05<00:19, 43.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 21%|โโ | 210M/0.99G [00:05<00:19, 42.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 22%|โโโ | 220M/0.99G [00:05<00:17, 48.0MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 23%|โโโ | 230M/0.99G [00:06<00:16, 48.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 24%|โโโ | 240M/0.99G [00:06<00:16, 50.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 25%|โโโ | 250M/0.99G [00:06<00:16, 48.0MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 26%|โโโ | 260M/0.99G [00:06<00:19, 39.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 27%|โโโ | 270M/0.99G [00:07<00:18, 42.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 28%|โโโ | 280M/0.99G [00:07<00:15, 48.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 29%|โโโ | 290M/0.99G [00:07<00:15, 48.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 30%|โโโ | 300M/0.99G [00:07<00:14, 52.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 31%|โโโ | 310M/0.99G [00:07<00:14, 52.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 32%|โโโโ | 320M/0.99G [00:08<00:14, 51.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 33%|โโโโ | 330M/0.99G [00:08<00:11, 61.0MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 35%|โโโโ | 350M/0.99G [00:08<00:09, 77.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 36%|โโโโ | 360M/0.99G [00:09<00:20, 33.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 37%|โโโโ | 370M/0.99G [00:09<00:20, 32.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 38%|โโโโ | 390M/0.99G [00:09<00:14, 44.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 39%|โโโโ | 400M/0.99G [00:09<00:12, 49.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 40%|โโโโ | 410M/0.99G [00:10<00:11, 55.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 41%|โโโโโ | 420M/0.99G [00:10<00:10, 61.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 42%|โโโโโ | 430M/0.99G [00:10<00:09, 64.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 43%|โโโโโ | 440M/0.99G [00:10<00:09, 65.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 44%|โโโโโ | 450M/0.99G [00:10<00:10, 57.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 45%|โโโโโ | 460M/0.99G [00:10<00:09, 60.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 46%|โโโโโ | 470M/0.99G [00:11<00:09, 62.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 47%|โโโโโ | 480M/0.99G [00:11<00:08, 66.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 48%|โโโโโ | 490M/0.99G [00:11<00:13, 40.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 49%|โโโโโ | 500M/0.99G [00:11<00:11, 46.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 50%|โโโโโ | 510M/0.99G [00:12<00:12, 41.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 51%|โโโโโโ | 520M/0.99G [00:12<00:15, 33.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 52%|โโโโโโ | 530M/0.99G [00:13<00:17, 28.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 53%|โโโโโโ | 540M/0.99G [00:13<00:19, 25.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 54%|โโโโโโ | 550M/0.99G [00:13<00:17, 28.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 55%|โโโโโโ | 560M/0.99G [00:14<00:14, 33.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 56%|โโโโโโ | 570M/0.99G [00:14<00:16, 27.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 57%|โโโโโโ | 580M/0.99G [00:14<00:15, 29.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 58%|โโโโโโ | 590M/0.99G [00:15<00:12, 35.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 59%|โโโโโโ | 600M/0.99G [00:15<00:12, 35.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 60%|โโโโโโ | 610M/0.99G [00:15<00:09, 42.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 61%|โโโโโโ | 620M/0.99G [00:15<00:09, 44.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 62%|โโโโโโโ | 630M/0.99G [00:15<00:08, 47.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 63%|โโโโโโโ | 640M/0.99G [00:16<00:09, 40.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 64%|โโโโโโโ | 650M/0.99G [00:16<00:08, 44.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 65%|โโโโโโโ | 660M/0.99G [00:16<00:07, 48.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 66%|โโโโโโโ | 670M/0.99G [00:16<00:07, 46.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 67%|โโโโโโโ | 680M/0.99G [00:16<00:07, 47.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 68%|โโโโโโโ | 690M/0.99G [00:17<00:06, 49.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 69%|โโโโโโโ | 700M/0.99G [00:17<00:06, 52.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 70%|โโโโโโโ | 710M/0.99G [00:17<00:07, 42.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 71%|โโโโโโโ | 720M/0.99G [00:17<00:06, 45.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 72%|โโโโโโโโ | 730M/0.99G [00:18<00:06, 45.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 73%|โโโโโโโโ | 740M/0.99G [00:18<00:05, 51.0MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 74%|โโโโโโโโ | 750M/0.99G [00:18<00:04, 55.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 75%|โโโโโโโโ | 760M/0.99G [00:18<00:04, 61.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 76%|โโโโโโโโ | 770M/0.99G [00:18<00:04, 55.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 77%|โโโโโโโโ | 780M/0.99G [00:18<00:04, 59.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 78%|โโโโโโโโ | 790M/0.99G [00:19<00:04, 56.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 79%|โโโโโโโโ | 800M/0.99G [00:19<00:03, 60.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 80%|โโโโโโโโ | 810M/0.99G [00:19<00:03, 58.9MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 81%|โโโโโโโโ | 820M/0.99G [00:19<00:03, 60.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 82%|โโโโโโโโโ | 830M/0.99G [00:19<00:03, 62.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 83%|โโโโโโโโโ | 840M/0.99G [00:20<00:03, 50.8MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 84%|โโโโโโโโโ | 850M/0.99G [00:20<00:03, 47.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 85%|โโโโโโโโโ | 860M/0.99G [00:20<00:02, 55.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 86%|โโโโโโโโโ | 870M/0.99G [00:20<00:03, 39.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 87%|โโโโโโโโโ | 880M/0.99G [00:21<00:03, 41.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 88%|โโโโโโโโโ | 890M/0.99G [00:21<00:02, 45.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 89%|โโโโโโโโโ | 900M/0.99G [00:21<00:02, 41.3MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 90%|โโโโโโโโโ | 910M/0.99G [00:21<00:02, 48.4MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 91%|โโโโโโโโโ | 920M/0.99G [00:22<00:04, 21.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 92%|โโโโโโโโโโ| 930M/0.99G [00:23<00:03, 26.6MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 93%|โโโโโโโโโโ| 940M/0.99G [00:23<00:03, 25.1MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 94%|โโโโโโโโโโ| 950M/0.99G [00:23<00:02, 28.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 95%|โโโโโโโโโโ| 960M/0.99G [00:24<00:01, 31.7MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 96%|โโโโโโโโโโ| 970M/0.99G [00:24<00:01, 37.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 97%|โโโโโโโโโโ| 980M/0.99G [00:24<00:00, 44.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 98%|โโโโโโโโโโ| 990M/0.99G [00:24<00:00, 50.0MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 99%|โโโโโโโโโโ| 0.98G/0.99G [00:24<00:00, 55.5MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:24<00:00, 57.2MB/s]
Downloading StormCastCONUS-uv-low.mdlus: 100%|โโโโโโโโโโ| 0.99G/0.99G [00:24<00:00, 42.7MB/s]
Downloading metadata.nc: 0%| | 0.00/8.56M [00:00<?, ?B/s]
Downloading metadata.nc: 100%|โโโโโโโโโโ| 8.56M/8.56M [00:00<00:00, 11.9MB/s]
Downloading metadata.nc: 100%|โโโโโโโโโโ| 8.56M/8.56M [00:00<00:00, 11.8MB/s]Execute the Workflow¶
With all components initialized, running the workflow is a single line of Python code.
We save only t2m and refc to keep memory usage manageable; the full model
state has 99 channels on the 1024 ร 1792 CONUS grid.
For the forecast we will predict 4 hours ahead.
import earth2studio.run as run
nsteps = 4
date = "2022-11-04T18:00:00"
io = run.deterministic(
[date],
nsteps,
model,
data,
io,
output_coords={"variable": np.array(["t2m", "refc"])},
)
print(io.root.tree())
Console output1407 lines
2026-08-15 05:21:01.184 | INFO | earth2studio.run:deterministic:85 - Running simple workflow!
2026-08-15 05:21:01.185 | INFO | earth2studio.run:deterministic:92 - Inference device: cuda
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.924 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 95953600-1061152
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.924 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 9371516-1146067
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.924 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 326303134-1877706
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.925 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 112063128-1059334
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.925 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 23462419-1151696
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.926 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 375936301-1460632
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.926 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 127945020-1046677
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.926 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 37732730-1138855
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.927 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 0-2243979
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.927 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 143304187-1019776
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.928 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 51947556-1106539
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.928 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 14022097-2243582
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.928 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 157884019-984193
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.929 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 67062010-1067237
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.929 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 28243575-2242405
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.930 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 185285645-944504
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.930 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 272723954-2210308
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.930 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 82598580-1040255
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.931 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 42476747-2241157
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.931 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 211849418-917239
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.932 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 98519632-1035434
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.932 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 56623065-2239832
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.932 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 274934262-816553
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.933 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 114673609-1039508
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.933 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 71843320-2238748
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.934 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 328180840-679420
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.934 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 130512279-1024616
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.934 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 87412288-2237675
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.935 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 377396933-646774
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.935 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 145778799-1003667
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.937 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 103335270-2236113
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.938 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 7962086-1409430
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.938 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 160228896-982616
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.939 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 119268253-2232519
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.939 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 22081327-1381092
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.940 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 187448812-937850
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.940 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 134941611-2210983
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.941 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 36368353-1364377
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.941 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 214553478-898609
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.941 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 149860207-2180501
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.942 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 50588716-1358840
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.942 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 277008297-831964
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.943 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 177885889-2133075
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.944 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 65671687-1390323
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.944 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 330412458-821630
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.945 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 204766598-2304208
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.945 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 81149364-1449216
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.946 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 379113535-819777
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.947 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 268792439-2224733
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.947 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 97014752-1504880
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.948 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 10517583-1131860
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.948 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfsfcf00.grib2 0-428263
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.948 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 113122462-1551147
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.949 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 24614115-1135617
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.949 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 128991697-1520582
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.950 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 38871585-1116455
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.950 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 144323963-1454836
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.950 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 53054095-1095203
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.951 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfsfcf00.grib2 38189928-1192309
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.952 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 158868212-1360684
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.952 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 68129247-1077788
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.953 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 186230149-1218663
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.953 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 83638835-1072872
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:02.954 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 212766657-1786821
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
2026-08-15 05:21:03.324 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 99555066-1078556
Fetching HRRR data: 0%| | 0/99 [00:00<?, ?it/s]
Fetching HRRR data: 1%| | 1/99 [00:00<00:39, 2.49it/s]
2026-08-15 05:21:03.357 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 275750815-1257482
Fetching HRRR data: 1%| | 1/99 [00:00<00:39, 2.49it/s]
2026-08-15 05:21:03.463 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 115713117-1088586
Fetching HRRR data: 1%| | 1/99 [00:00<00:39, 2.49it/s]
Fetching HRRR data: 3%|โ | 3/99 [00:00<00:14, 6.42it/s]
2026-08-15 05:21:03.614 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 328860260-1552198
Fetching HRRR data: 3%|โ | 3/99 [00:00<00:14, 6.42it/s]
Fetching HRRR data: 4%|โ | 4/99 [00:00<00:14, 6.51it/s]
2026-08-15 05:21:03.697 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 131536895-1079699
Fetching HRRR data: 4%|โ | 4/99 [00:00<00:14, 6.51it/s]
2026-08-15 05:21:03.725 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 378043707-1069828
Fetching HRRR data: 4%|โ | 4/99 [00:00<00:14, 6.51it/s]
Fetching HRRR data: 6%|โ | 6/99 [00:00<00:09, 9.54it/s]
2026-08-15 05:21:03.759 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 146782466-1060468
Fetching HRRR data: 6%|โ | 6/99 [00:00<00:09, 9.54it/s]
2026-08-15 05:21:03.821 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 4533833-2284515
Fetching HRRR data: 6%|โ | 6/99 [00:00<00:09, 9.54it/s]
Fetching HRRR data: 8%|โ | 8/99 [00:00<00:07, 12.11it/s]
2026-08-15 05:21:03.828 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 161211512-1036351
Fetching HRRR data: 8%|โ | 8/99 [00:00<00:07, 12.11it/s]
2026-08-15 05:21:03.874 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 18594556-2365956
Fetching HRRR data: 8%|โ | 8/99 [00:00<00:07, 12.11it/s]
2026-08-15 05:21:03.904 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 188386662-984328
Fetching HRRR data: 8%|โ | 8/99 [00:00<00:07, 12.11it/s]
2026-08-15 05:21:04.025 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 32884021-2375771
Fetching HRRR data: 8%|โ | 8/99 [00:01<00:07, 12.11it/s]
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.167 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 215452087-940036
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.170 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 47099961-2395230
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.170 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 277840261-825209
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.171 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 62169411-2422084
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.305 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 331234088-839627
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
2026-08-15 05:21:04.353 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 77632962-2446525
Fetching HRRR data: 12%|โโ | 12/99 [00:01<00:06, 13.04it/s]
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.527 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 379933312-816848
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.563 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfsfcf00.grib2 47888095-2381615
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.590 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 93487980-2465620
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.591 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 6818348-1143738
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.682 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 109580824-2482304
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.810 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 20960512-1120815
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
2026-08-15 05:21:04.811 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 125447922-2497098
Fetching HRRR data: 17%|โโ | 17/99 [00:01<00:06, 12.58it/s]
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:04.991 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 35259792-1108561
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.056 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 140798645-2505542
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.057 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 49495191-1093525
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.058 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 155375094-2508925
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.059 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 64591495-1080192
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.060 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfsfcf00.grib2 45506480-2381615
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.561 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 182788585-2497060
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.606 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 80079487-1069877
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.607 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfnatf00.grib2 209389153-2460265
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
2026-08-15 05:21:05.609 | DEBUG | earth2studio.data.hrrr:fetch_array:485 - Fetching HRRR grib file: noaa-hrrr-bdp-pds/hrrr.20221104/conus/hrrr.t18z.wrfsfcf00.grib2 26569266-640071
Fetching HRRR data: 21%|โโ | 21/99 [00:02<00:07, 10.80it/s]
Fetching HRRR data: 32%|โโโโ | 32/99 [00:02<00:04, 13.87it/s]
Fetching HRRR data: 40%|โโโโ | 40/99 [00:03<00:04, 13.45it/s]
Fetching HRRR data: 44%|โโโโโ | 44/99 [00:03<00:03, 15.39it/s]
Fetching HRRR data: 59%|โโโโโโ | 58/99 [00:03<00:02, 20.25it/s]
Fetching HRRR data: 76%|โโโโโโโโ | 75/99 [00:04<00:00, 30.63it/s]
Fetching HRRR data: 99%|โโโโโโโโโโ| 98/99 [00:04<00:00, 52.07it/s]
Fetching HRRR data: 100%|โโโโโโโโโโ| 99/99 [00:04<00:00, 23.17it/s]
2026-08-15 05:21:07.566 | SUCCESS | earth2studio.run:deterministic:154 - Fetched data from HRRR
2026-08-15 05:21:07.568 | INFO | earth2studio.run:deterministic:162 - Inference starting!
Running inference: 0%| | 0/5 [00:00<?, ?it/s]
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.126 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 213254470-595873
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.127 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 339584667-839992
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.127 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 418465084-875519
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.128 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 402999781-946576
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.128 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 262291045-722959
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.129 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 424516679-960144
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.130 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 346312389-937672
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.130 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 207725883-743913
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.131 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 268806206-929616
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.131 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 398937782-1213906
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.132 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 439801520-1175028
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.132 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 213850343-604406
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.133 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 341789809-1214220
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.133 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 409339260-833898
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.134 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 407354215-949794
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.134 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 264239006-1273040
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.135 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 0-995376
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.135 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 338690504-894163
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.136 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 209798112-1176132
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.136 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 402038151-961630
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.137 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 261484572-806473
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.137 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 345377812-934577
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.138 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 206992042-733841
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.139 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 425476823-936671
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.139 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 267842645-963561
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:08.140 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f001 397071113-856997
Running inference: 20%|โโ | 1/5 [00:00<00:00, 6.25it/s]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
Fetching GFS data: 4%|โ | 1/26 [00:00<00:09, 2.64it/s]
Fetching GFS data: 8%|โ | 2/26 [00:00<00:05, 4.47it/s]
Fetching GFS data: 12%|โโ | 3/26 [00:00<00:03, 5.90it/s]
Fetching GFS data: 23%|โโโ | 6/26 [00:00<00:02, 9.19it/s]
Fetching GFS data: 27%|โโโ | 7/26 [00:00<00:02, 8.44it/s]
Fetching GFS data: 58%|โโโโโโ | 15/26 [00:01<00:00, 24.15it/s]
Fetching GFS data: 100%|โโโโโโโโโโ| 26/26 [00:01<00:00, 23.75it/s]
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.566 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 399937197-960110
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.566 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 263526223-1268513
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.567 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 343368626-934460
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.567 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 405246757-952892
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.568 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 267007486-551288
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.568 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 206995352-730557
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.569 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 209800172-1175202
Running inference: 40%|โโโโ | 2/5 [00:24<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.570 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 423338652-935426
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.570 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 213142712-595574
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.571 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 394974333-855352
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.571 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 422379370-959282
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.572 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 400897307-945578
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.573 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 213738286-604496
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.574 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 344303086-936938
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.574 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 396840083-1212851
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.575 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 416346686-877380
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.575 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 267558774-554270
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.576 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 336554363-894088
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.576 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 437509620-1174987
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.577 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 260763919-806831
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.577 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 261570750-726911
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.578 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 407224330-833865
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.578 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 339651339-1345385
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.579 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 337448451-839171
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.579 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 0-994909
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:32.580 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f002 207725909-747857
Running inference: 40%|โโโโ | 2/5 [00:25<00:43, 14.48s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
Fetching GFS data: 4%|โ | 1/26 [00:00<00:09, 2.61it/s]
Fetching GFS data: 8%|โ | 2/26 [00:00<00:07, 3.32it/s]
Fetching GFS data: 23%|โโโ | 6/26 [00:00<00:01, 11.25it/s]
Fetching GFS data: 38%|โโโโ | 10/26 [00:00<00:00, 16.67it/s]
Fetching GFS data: 54%|โโโโโโ | 14/26 [00:01<00:00, 16.62it/s]
Fetching GFS data: 100%|โโโโโโโโโโ| 26/26 [00:01<00:00, 22.96it/s]
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.198 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 394953874-852795
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.198 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 207766289-744166
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.199 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 423275077-934841
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.199 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 263601781-1268794
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.200 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 267085135-551979
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.200 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 396819132-1211386
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.201 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 416292353-871033
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.201 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 344311478-940798
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.202 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 337460962-838267
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.202 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 437706358-1174912
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.203 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 267637114-554173
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.203 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 261647231-726918
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.204 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 407177636-834017
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.204 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 343378179-933299
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.204 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 339660702-1340461
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.205 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 0-993548
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.205 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 260840466-806765
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.206 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 399914112-959543
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.206 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 213171494-595348
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.207 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 400873655-940911
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.207 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 405205328-951379
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.208 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 207035511-730778
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.208 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 213766842-604840
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.209 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 422316291-958786
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.209 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 336564163-896799
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:21:57.210 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f003 209834844-1174811
Running inference: 60%|โโโโโโ | 3/5 [00:49<00:38, 19.13s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
Fetching GFS data: 4%|โ | 1/26 [00:00<00:10, 2.46it/s]
Fetching GFS data: 8%|โ | 2/26 [00:00<00:06, 3.73it/s]
Fetching GFS data: 23%|โโโ | 6/26 [00:00<00:01, 11.93it/s]
Fetching GFS data: 31%|โโโ | 8/26 [00:00<00:01, 11.04it/s]
Fetching GFS data: 100%|โโโโโโโโโโ| 26/26 [00:00<00:00, 26.04it/s]
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.196 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 263806859-1267508
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.197 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 267836952-553736
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.197 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 396948179-1209475
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.198 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 416409951-868724
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.198 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 0-991140
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.199 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 208133721-743928
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.199 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 337678942-836096
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.200 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 400037789-957660
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.201 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 261857266-726625
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.201 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 423374838-936567
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.202 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 214127320-605287
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.202 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 422418297-956541
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.203 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 400995449-943235
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.203 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 395085989-850671
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.204 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 339871858-1339322
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.204 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 437889690-1174241
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.205 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 207403092-730629
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.206 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 407297493-833420
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.206 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 267284988-551964
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.207 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 261050575-806691
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.208 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 344513547-939684
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.208 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 343577482-936065
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.209 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 336782815-896127
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.210 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 213532053-595267
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.211 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 405336229-949197
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
2026-08-15 05:22:22.211 | DEBUG | earth2studio.data.gfs:fetch_array:386 - Fetching GFS grib file: noaa-gfs-bdp-pds/gfs.20221104/18/atmos/gfs.t18z.pgrb2.0p25.f004 210198692-1172945
Running inference: 80%|โโโโโโโโ | 4/5 [01:14<00:21, 21.45s/it]
Fetching GFS data: 0%| | 0/26 [00:00<?, ?it/s]
Fetching GFS data: 4%|โ | 1/26 [00:00<00:11, 2.19it/s]
Fetching GFS data: 8%|โ | 2/26 [00:00<00:06, 3.63it/s]
Fetching GFS data: 27%|โโโ | 7/26 [00:00<00:01, 11.89it/s]
Fetching GFS data: 42%|โโโโโ | 11/26 [00:00<00:00, 15.82it/s]
Fetching GFS data: 100%|โโโโโโโโโโ| 26/26 [00:01<00:00, 25.83it/s]
Running inference: 100%|โโโโโโโโโโ| 5/5 [01:46<00:00, 25.29s/it]
Running inference: 100%|โโโโโโโโโโ| 5/5 [01:46<00:00, 21.28s/it]
2026-08-15 05:22:53.989 | SUCCESS | earth2studio.run:deterministic:189 -
Inference complete
/
โโโ hrrr_x (1792,) float64
โโโ hrrr_y (1024,) float64
โโโ lead_time (5,) timedelta64[h]
โโโ refc (1, 5, 1024, 1792) float32
โโโ t2m (1, 5, 1024, 1792) float32
โโโ time (1,) datetime64[ns]Post Processing¶
The last step is to post-process and visualise the results. We use Cartopy with the HRRR Lambert Conformal projection to plot the CONUS domain. Both composite reflectivity and 2-m temperature are shown at the final lead time.
Notice that the Zarr IO function has additional APIs to interact with the stored data.
import cartopy
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
forecast = f"{date}"
step = nsteps # lead time in hours (1 h time step)
# HRRR Lambert Conformal projection
projection = ccrs.LambertConformal(
central_longitude=262.5,
central_latitude=38.5,
standard_parallels=(38.5, 38.5),
globe=ccrs.Globe(semimajor_axis=6371229, semiminor_axis=6371229),
)
def plot_field(ax, data, title, cmap, vmin=None, vmax=None):
"""Plot a 2-D field on the HRRR Lambert Conformal grid."""
im = ax.pcolormesh(
model.lon,
model.lat,
data,
transform=ccrs.PlateCarree(),
cmap=cmap,
vmin=vmin,
vmax=vmax,
)
plt.colorbar(im, ax=ax, shrink=0.6, pad=0.04)
ax.set_title(title)
ax.coastlines()
ax.gridlines()
ax.add_feature(
cartopy.feature.STATES.with_scale("50m"),
linewidth=0.5,
edgecolor="black",
zorder=2,
)
plt.close("all")
fig, (ax1, ax2) = plt.subplots(
nrows=1, ncols=2, subplot_kw={"projection": projection}, figsize=(20, 6)
)
# Composite reflectivity โ mask sub-zero values which are not physically meaningful
refc = io["refc"][0, step]
plot_field(
ax1,
np.where(refc > 0, refc, np.nan),
f"{forecast} - Reflectivity (dBZ) - Lead time: {step}h",
cmap="gist_ncar",
vmin=0,
vmax=60,
)
# 2-m temperature
plot_field(
ax2,
io["t2m"][0, step],
f"{forecast} - 2m Temperature (K) - Lead time: {step}h",
cmap="Spectral_r",
)
plt.tight_layout()
plt.savefig(f"outputs/04_{date}_refc_t2m.jpg", dpi=150, bbox_inches="tight")
