MPAS-JEDI
|
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 |
def plot_inc_CellorEdge_level.main | ( | ) |
Definition at line 106 of file plot_inc_CellorEdge_level.py.
def plot_inc_CellorEdge_level.plot | ( | xarray, | |
binsfory, | |||
model, | |||
yyyymmddhh, | |||
source | |||
) |
Definition at line 76 of file plot_inc_CellorEdge_level.py.
def plot_inc_CellorEdge_level.readdata | ( | ) |
Definition at line 34 of file plot_inc_CellorEdge_level.py.
plot_inc_CellorEdge_level.DATE = str(sys.argv[1]) |
Definition at line 21 of file plot_inc_CellorEdge_level.py.
plot_inc_CellorEdge_level.GFSANA_DIR = str(sys.argv[4]) |
Definition at line 26 of file plot_inc_CellorEdge_level.py.
int plot_inc_CellorEdge_level.nums = 122880 |
Definition at line 30 of file plot_inc_CellorEdge_level.py.
plot_inc_CellorEdge_level.USE_GFSANA = ast.literal_eval(str(sys.argv[3])) |
Definition at line 24 of file plot_inc_CellorEdge_level.py.
plot_inc_CellorEdge_level.VAR_NAME = str(sys.argv[2]) |
Definition at line 22 of file plot_inc_CellorEdge_level.py.