HWRF  trunk@4391
Functions
scripts.exhwrf_post Namespace Reference

Runs the Unified Post Processor on the output of the exhwrf_forecst script. More...

Detailed Description

Runs the Unified Post Processor on the output of the exhwrf_forecst script.

Note that this script is restartable: if it fails, and you call it again, it will pick up where it left off. To force a reprocessing of the entire post-processing system, call exhwrf_unpost first.

Functions

def done (task)
 Is this task done? More...
 
def post ()
 Runs the post-processor.
 

Function Documentation

def scripts.exhwrf_post.done (   task)

Is this task done?

Parameters
taska produtil.datastore.Task
Returns
True if the task's state is equal to produtil.datastore.COMPLETED or produtil.datastore.FAILED. Will return False for any other status.

Definition at line 16 of file exhwrf_post.py.

Referenced by scripts.exhwrf_post.post().