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

Run real error with "pid" #200

Closed liaoyangsam closed 3 years ago

liaoyangsam commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Simulation.'
  2. Click on 'RUN.'
  3. Scroll down to 'Run Real.'
  4. See error WARNING warning:/home/sam/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py:85: ResourceWarning: unclosed file if msg_type == 'pid':

         traceback: File "/home/sam/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py", line 85, in run
          if msg_type == 'pid':

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

System Information (please complete the following information):

Additional context Add any other context about the problem here.

liaoyangsam commented 3 years ago

warning:/home/sam/.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, self.use_mpi, self.mpi_processes):

         traceback: File "/home/sam/.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, self.use_mpi, self.mpi_processes):

![Uploading Screenshot from 2020-12-08 09-31-31.png…]()

letmaik commented 3 years ago

If this is still an issue, please provide the full error message.

liaoyangsam commented 3 years ago

It is Okay now, Something wrong on my setting.