MPAS-JEDI
plot_inc_CellorEdge_level Namespace Reference

Functions

def readdata ()
 
def plot (xarray, binsfory, model, yyyymmddhh, source)
 
def main ()
 

Variables

 DATE = str(sys.argv[1])
 
 VAR_NAME = str(sys.argv[2])
 
 USE_GFSANA = ast.literal_eval(str(sys.argv[3]))
 
 GFSANA_DIR = str(sys.argv[4])
 
int nums = 122880
 

Function Documentation

◆ main()

def plot_inc_CellorEdge_level.main ( )

Definition at line 106 of file plot_inc_CellorEdge_level.py.

Here is the call graph for this function:

◆ plot()

def plot_inc_CellorEdge_level.plot (   xarray,
  binsfory,
  model,
  yyyymmddhh,
  source 
)

Definition at line 76 of file plot_inc_CellorEdge_level.py.

Here is the caller graph for this function:

◆ readdata()

def plot_inc_CellorEdge_level.readdata ( )

Definition at line 34 of file plot_inc_CellorEdge_level.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ DATE

plot_inc_CellorEdge_level.DATE = str(sys.argv[1])

Definition at line 21 of file plot_inc_CellorEdge_level.py.

◆ GFSANA_DIR

plot_inc_CellorEdge_level.GFSANA_DIR = str(sys.argv[4])

Definition at line 26 of file plot_inc_CellorEdge_level.py.

◆ nums

int plot_inc_CellorEdge_level.nums = 122880

Definition at line 30 of file plot_inc_CellorEdge_level.py.

◆ USE_GFSANA

plot_inc_CellorEdge_level.USE_GFSANA = ast.literal_eval(str(sys.argv[3]))

Definition at line 24 of file plot_inc_CellorEdge_level.py.

◆ VAR_NAME

plot_inc_CellorEdge_level.VAR_NAME = str(sys.argv[2])

Definition at line 22 of file plot_inc_CellorEdge_level.py.