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

Issue run WRF - Real due to file name miss match #195

Closed AlexandreBorowczyk closed 3 years ago

AlexandreBorowczyk commented 3 years ago

Describe the bug From the rsl.error log:

-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:     403
error opening met_em.d01.2020-10-20_00_00_00.nc for input; bad date in namelist or file not in directory

While the file generated from the Metgrib process is the following met_em.d01.2020-10-20_00:00_00 The file from the Ungrib process is the following FILE:2020-10-20_00:00

To Reproduce I'm doing a slight variation from the Heat wave tutorial. Since I have issue downloading Met data from RDA (being queued forever) I choose to use instruction for the WRF tutorial and download met from the ncep using

curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_00h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20201020/00/gfs.t00z.pgrb2.0p50.f000

So I move the domain to the states and changed the time to match the met data. then I follow gis4wrf tutorial.

Additional context I'm using self compilied version of WRF and WPS following instruction on WRF website.

letmaik commented 3 years ago

You need to use the nocolons option both in the WPS and WRF namelists, then it should work.