MPAS-JEDI
|
Functions | |
def | readdata () |
def | plot (lats, lons, data, yyyymmddhh, lvl, source) |
def | main () |
Variables | |
DATE = str(sys.argv[1]) | |
DA_METHOD1 = str(sys.argv[2]) | |
VAR_NAME = str(sys.argv[3]) | |
INTERVAL = str(sys.argv[4]) | |
USE_GFSANA = ast.literal_eval(str(sys.argv[5])) | |
GFSANA_DIR = str(sys.argv[6]) | |
def plot_inc.main | ( | ) |
def plot_inc.plot | ( | lats, | |
lons, | |||
data, | |||
yyyymmddhh, | |||
lvl, | |||
source | |||
) |
def plot_inc.readdata | ( | ) |
Definition at line 39 of file plot_inc.py.
plot_inc.DA_METHOD1 = str(sys.argv[2]) |
Definition at line 31 of file plot_inc.py.
plot_inc.DATE = str(sys.argv[1]) |
Definition at line 30 of file plot_inc.py.
plot_inc.GFSANA_DIR = str(sys.argv[6]) |
Definition at line 37 of file plot_inc.py.
plot_inc.INTERVAL = str(sys.argv[4]) |
Definition at line 33 of file plot_inc.py.
plot_inc.USE_GFSANA = ast.literal_eval(str(sys.argv[5])) |
Definition at line 35 of file plot_inc.py.
plot_inc.VAR_NAME = str(sys.argv[3]) |
Definition at line 32 of file plot_inc.py.