GIS4WRF / gis4wrf

QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
https://gis4wrf.github.io
MIT License
159 stars 36 forks source link

Use valid time instead of ref time from GRIB files #189

Closed letmaik closed 3 years ago

letmaik commented 3 years ago

Fixes #182.

Notes: For analysis datasets valid and ref time is the same in the GRIB files. For forecast datasets they are different and valid time is the one that has to be used in the WRF namelist. Previously we used ref time in all cases.