HWRF  trunk@4391
Classes | Functions | Variables
hwrf.gribtask Namespace Reference

Declares GRIBTask, which automates regribbing operations. More...

Detailed Description

Declares GRIBTask, which automates regribbing operations.

This module contains the GRIBTask, which is an HWRFTask that runs the regribbing described in an hwrf.regrib.RegribMany object.

Classes

class  GRIBTask
 An hwrf.hwrftask.HWRFTask that performs regribbing operations. More...
 
class  LockDummy
 A Python "with" block construct that does nothing. More...
 

Functions

def nonemaker ()
 Returns None. More...
 
def nonedict ()
 Creates a collections.defaultdict that has a default value of None for any key that has no value. More...
 

Variables

list __all__ = ['GRIBTask']
 The list of symbols exported by "from hwrf.gribtask import *".
 
tuple SHOULD_BE_MADE = object()
 A constant used internally in GRIBTask to indicate a product should be made. More...
 

Function Documentation

def hwrf.gribtask.nonedict ( )

Creates a collections.defaultdict that has a default value of None for any key that has no value.

Definition at line 28 of file gribtask.py.

def hwrf.gribtask.nonemaker ( )

Returns None.

Definition at line 25 of file gribtask.py.

Variable Documentation

hwrf.gribtask.SHOULD_BE_MADE = object()

A constant used internally in GRIBTask to indicate a product should be made.

Definition at line 44 of file gribtask.py.