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

Geogrid error #227

Closed daterma closed 2 years ago

daterma commented 2 years ago

While running the geogrid I get the following error:

warning:/home/danilo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py:84: ResourceWarning: unclosed file for msg_type, msg_val in run_program(self.path, self.cwd, self.error_pattern,
traceback: File "/home/danilo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py", line 84, in run
for msg_type, msg_val in run_program(self.path, self.cwd, self.error_pattern,
dmey commented 2 years ago

What's the error in geogrid?

daterma commented 2 years ago

error

dmey commented 2 years ago

In your project folder look for .rsl. file and look inside-- it should say what's wrong.

daterma commented 2 years ago

rsl.out.0001.txt rsl.error.0000.txt rsl.error.0001.txt rsl.out.0000.txt

dmey commented 2 years ago

The error is at the end of the file--

d01 2019-06-12_12:00:00  input_wrf.F: SIZE MISMATCH:  input file ide,jde,kde               =          31          31          34
d01 2019-06-12_12:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE:       1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
NOTE:  Please check and reset these options
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1

Note that this is a WRF configuration issue, not something to do with GIS4WRF. I would recommend checking how to configure namelists in the WRF users' guide. If you are still having issues after that, try to ask someone on the WRF & MPAS-A Support Forum.