MPAS-JEDI
plot_diag_omaomb Namespace Reference

Functions

def readdata ()
 
def plotrmsepro (var1, var2, binsfory, ombnums, omanums, EXP_NAME, VAR_NAME, fmt)
 
def ploterrpro (var1, var2, binsfory, ombnums, omanums, EXP_NAME, VAR_NAME, fmt, metrics)
 
def init_subplts (subpltlist, nfigtypes, maxsubplts)
 
def scatter_verification (ifig, varname, varunits, ivar, nvars, maxsubplts, subplt_cnt, obs, omb, oma, nx_subplt, ny_subplt, nfigtypes, figs, EXP_NAME, fmt)
 
def scatter_one2ones (XVAL, YVALS, LEG, show_stats, XLAB, YLAB, VAR_NAME, UNITS, ax)
 
def main ()
 

Variables

dictionary vardict
 

Function Documentation

◆ init_subplts()

def plot_diag_omaomb.init_subplts (   subpltlist,
  nfigtypes,
  maxsubplts 
)

Definition at line 544 of file plot_diag_omaomb.py.

Here is the caller graph for this function:

◆ main()

def plot_diag_omaomb.main ( )

Definition at line 801 of file plot_diag_omaomb.py.

Here is the call graph for this function:

◆ ploterrpro()

def plot_diag_omaomb.ploterrpro (   var1,
  var2,
  binsfory,
  ombnums,
  omanums,
  EXP_NAME,
  VAR_NAME,
  fmt,
  metrics 
)

Definition at line 495 of file plot_diag_omaomb.py.

Here is the caller graph for this function:

◆ plotrmsepro()

def plot_diag_omaomb.plotrmsepro (   var1,
  var2,
  binsfory,
  ombnums,
  omanums,
  EXP_NAME,
  VAR_NAME,
  fmt 
)

Definition at line 450 of file plot_diag_omaomb.py.

Here is the caller graph for this function:

◆ readdata()

def plot_diag_omaomb.readdata ( )

Definition at line 45 of file plot_diag_omaomb.py.

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

◆ scatter_one2ones()

def plot_diag_omaomb.scatter_one2ones (   XVAL,
  YVALS,
  LEG,
  show_stats,
  XLAB,
  YLAB,
  VAR_NAME,
  UNITS,
  ax 
)

Definition at line 670 of file plot_diag_omaomb.py.

Here is the caller graph for this function:

◆ scatter_verification()

def plot_diag_omaomb.scatter_verification (   ifig,
  varname,
  varunits,
  ivar,
  nvars,
  maxsubplts,
  subplt_cnt,
  obs,
  omb,
  oma,
  nx_subplt,
  ny_subplt,
  nfigtypes,
  figs,
  EXP_NAME,
  fmt 
)

Definition at line 580 of file plot_diag_omaomb.py.

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

Variable Documentation

◆ vardict

dictionary plot_diag_omaomb.vardict
Initial value:
1 = { \
2  'air_temperature': [ '(K)', 'T' ] \
3  , 'virtual_temperature': [ '(K)', 'Tv' ] \
4  , 'eastward_wind': [ '(m/s)', 'U' ] \
5  , 'northward_wind': [ '(m/s)', 'V' ] \
6  , 'specific_humidity': [ '(kg/kg)', 'Q' ] \
7  , 'refractivity': [ '(%)', 'Ref' ] \
8  , 'bending_angle': [ '(%)', 'Bnd' ] \
9  , 'brightness_temperature': [ '(K)', 'BT' ] \
10  , 'surface_pressure': [ '(Pa)', 'Ps' ] \
11  }

Definition at line 30 of file plot_diag_omaomb.py.