Closed liaoyangsam closed 3 years ago
can you check/send me the logs please
can you check/send me the logs please
Python warning: traceback: File "/home/sam/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py", line 85, in run self.use_mpi, self.mpi_processes): message logs: SUCCESS GIS4WRF : Successfully prepared WRF files in /media/XXam/3b8d8124-e21a-45f4-8198-747c31594f9b/gis4wrfiles/xxxang/3-14-2021/run_wrf
can you check/send me the logs please
Python warning: traceback: File "/home/sam/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py", line 85, in run self.use_mpi, self.mpi_processes): message logs: SUCCESS GIS4WRF : Successfully prepared WRF files in /media/XXam/3b8d8124-e21a-45f4-8198-747c31594f9b/gis4wrfiles/xxxang/3-14-2021/run_wrf
I don't see any errors. Check the outputs from real.exe
.
I don't see any errors. Check the outputs from
real.exe
.
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
I doubt the domain problem.which I set up from website is not decimal number.
Thanks Sam
Your error is to do with the surface pressure computation (psfc) and it looks more like a configuration issue. Can you please check that you can run the tutorial at https://gis4wrf.github.io/tutorials/gis4wrf/simulate-the-2018-european-heat-wave-with-gis4wrf. It this works then I would suggesting asking this in the WRF Forum at https://forum.mmm.ucar.edu/phpBB3/.
Now it appear like this after Run WRF. Backtrace for this error:
Good, the WRF forum should be able to help you with specific configuration issues. I am going to close this now but feel free to update it once you solve the config/data issue.
Dear All,
My problem is as below: Program real.exe failed with errors, check the logs. A clear and concise description of what the bug is.
File "/home/xxm/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gis4wrf/plugin/ui/thread.py", line 85, in run self.use_mpi, self.mpi_processes): Steps to reproduce the behavior:
Should be without error A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Ubuntu 18.04):
Check the python and no idea how to change the code. def run(self): try: for msg_type, msg_val in run_program(self.path, self.cwd, self.error_pattern, self.use_mpi, self.mpi_processes): if msg_type == 'pid': self.pid = msg_val elif msg_type == 'log': self.output.emit(msg_val) elif msg_type == 'error': self.error = msg_val else: raise RuntimeError('Invalid output received: {}'.format(msg_type)) except: self.exc_info = sys.exc_info() Add any other context about the problem here.
Thanks very much for your kindly help.