MPAS-JEDI
plot_inc.py File Reference

Go to the source code of this file.

Namespaces

 plot_inc
 

Functions

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

Variables

 plot_inc.DATE = str(sys.argv[1])
 
 plot_inc.DA_METHOD1 = str(sys.argv[2])
 
 plot_inc.VAR_NAME = str(sys.argv[3])
 
 plot_inc.INTERVAL = str(sys.argv[4])
 
 plot_inc.USE_GFSANA = ast.literal_eval(str(sys.argv[5]))
 
 plot_inc.GFSANA_DIR = str(sys.argv[6])