openwfm / wrfxpy

WRF-SFIRE data acquisitiion, forecasting, data assimilation, and visualization in Python.
MIT License
37 stars 17 forks source link

status remains processing #36

Open janmandel opened 5 years ago

janmandel commented 5 years ago

When forecast.py is killed, status remains in processing even after the WRF job completes.

Fergui commented 5 years ago

This means status, as updated by cleanup.py, is incorrect.

janmandel commented 5 years ago

Include #30: When WRF job ended, cleanup.sh update says "Processing" because it never checks if WRF ended successfully in rsl files. There should be js.wrf_status set to something like none, processing, success, which should inform the status decision.