MPAS-JEDI
plot_inc Namespace Reference

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])
 

Function Documentation

◆ main()

def plot_inc.main ( )

Definition at line 101 of file plot_inc.py.

Here is the call graph for this function:

◆ plot()

def plot_inc.plot (   lats,
  lons,
  data,
  yyyymmddhh,
  lvl,
  source 
)

Definition at line 78 of file plot_inc.py.

Here is the caller graph for this function:

◆ readdata()

def plot_inc.readdata ( )

Definition at line 39 of file plot_inc.py.

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

Variable Documentation

◆ DA_METHOD1

plot_inc.DA_METHOD1 = str(sys.argv[2])

Definition at line 31 of file plot_inc.py.

◆ DATE

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

Definition at line 30 of file plot_inc.py.

◆ GFSANA_DIR

plot_inc.GFSANA_DIR = str(sys.argv[6])

Definition at line 37 of file plot_inc.py.

◆ INTERVAL

plot_inc.INTERVAL = str(sys.argv[4])

Definition at line 33 of file plot_inc.py.

◆ USE_GFSANA

plot_inc.USE_GFSANA = ast.literal_eval(str(sys.argv[5]))

Definition at line 35 of file plot_inc.py.

◆ VAR_NAME

plot_inc.VAR_NAME = str(sys.argv[3])

Definition at line 32 of file plot_inc.py.