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

ERROR: Ran out of valid boundary conditions #161

Closed Zeruas closed 4 years ago

Zeruas commented 4 years ago

Hi, I'm Almost done with the process of the tutorial when i experience the error below. But I'm able to visualize the output. what should I do with the error? Thanks

---- ERROR: Ran out of valid boundary conditions in file wrfbdy_d01 At line 902 of file C:/projects/releases/WRF/share/module_date_time.F Fortran runtime error: Bad value during integer read

Error termination. Backtrace:

Could not print backtrace: libbacktrace could not find executable to open

0 0xffffffff

1 0xffffffff

2 0xffffffff

3 0xffffffff

4 0xffffffff

5 0xffffffff

6 0xffffffff

7 0xffffffff

8 0xffffffff

9 0xffffffff

10 0xffffffff

11 0xffffffff

12 0xffffffff

13 0xffffffff

14 0xffffffff

15 0xffffffff

16 0xffffffff

17 0xffffffff

18 0xffffffff

19 0xffffffff

job aborted: [ranks] message

[0] terminated

[1] process exited without calling finalize

---- error analysis -----

[1] on MODECERA-P2 F:/WRF\dist\WRF-4.0-mpi\main\wrf.exe ended prematurely and may have crashed. exit code 2

---- error analysis ----- Exit code: 4294967293 Runtime: 162 s

dmey commented 4 years ago

Looks like you don't have the enough inputs for the case you are trying to run -- decrease your time simulation time. But double check that everything is as in the tutorial.

dmey commented 4 years ago

Closing because of inactivity