Add inference result images to model card
Browse files
README.md
CHANGED
|
@@ -309,6 +309,22 @@ fig.colorbar(im, ax=ax, shrink=0.7, label="dBZ")
|
|
| 309 |
plt.savefig("refc_prediction.png", dpi=150, bbox_inches="tight")
|
| 310 |
```
|
| 311 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 312 |
## Limitations
|
| 313 |
|
| 314 |
- **Regression-only:** No diffusion model, so predictions are spatially smooth. The full StormCast pipeline requires the EDM diffusion stage for realistic fine-grained storm structure (convective cells, precipitation bands).
|
|
|
|
| 309 |
plt.savefig("refc_prediction.png", dpi=150, bbox_inches="tight")
|
| 310 |
```
|
| 311 |
|
| 312 |
+
## Example Inference Results
|
| 313 |
+
|
| 314 |
+
4-hour autoregressive forecast initialized from HRRR analysis on 2026-03-13 00Z, with GFS conditioning. Showing 2m temperature, 10m U-wind, composite reflectivity, and mean sea level pressure.
|
| 315 |
+
|
| 316 |
+
**Initial conditions (+0h):**
|
| 317 |
+
|
| 318 |
+

|
| 319 |
+
|
| 320 |
+
**+2h forecast:**
|
| 321 |
+
|
| 322 |
+

|
| 323 |
+
|
| 324 |
+
**+4h forecast:**
|
| 325 |
+
|
| 326 |
+

|
| 327 |
+
|
| 328 |
## Limitations
|
| 329 |
|
| 330 |
- **Regression-only:** No diffusion model, so predictions are spatially smooth. The full StormCast pipeline requires the EDM diffusion stage for realistic fine-grained storm structure (convective cells, precipitation bands).
|