|
IODA Bundle
|
Public Member Functions | |
| def | __init__ (self, filename) |
| def | read (self) |
| def | toGeovals (self, OutDir, clobber=True) |
| def | toIODAobs (self, OutDir, clobber=True) |
Public Member Functions inherited from gsi_ncdiag.BaseGSI | |
| def | var (self, var_name) |
Public Attributes | |
| filename | |
| obstype | |
| sensor | |
| validtime | |
| nobs | |
| df | |
Additional Inherited Members | |
Static Public Attributes inherited from gsi_ncdiag.BaseGSI | |
| int | EPSILON = 9e-12 |
| FLOAT_FILL = nc.default_fillvals['f4'] | |
| INT_FILL = nc.default_fillvals['i4'] | |
class Radar - reflectivity and radial wind observations
Use this class to read in radar observations
from GSI netCDF diag files
Functions:
Attributes:
filename - string path to file
validtime - datetime object of valid observation time
nobs - number of observations
Definition at line 1767 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radar.__init__ | ( | self, | |
| filename | |||
| ) |
Definition at line 1781 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radar.read | ( | self | ) |
Definition at line 1795 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radar.toGeovals | ( | self, | |
| OutDir, | |||
clobber = True |
|||
| ) |
toGeovals(OutDir,clobber=True) if model state fields are in the GSI diag file, create GeoVaLs in an output file for use by JEDI/UFO
Definition at line 1804 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radar.toIODAobs | ( | self, | |
| OutDir, | |||
clobber = True |
|||
| ) |
toIODAobs(OutDir,clobber=True) output observations from the specified GSI diag file to the JEDI/IODA observation format
Definition at line 1855 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.df |
Definition at line 1802 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.filename |
Definition at line 1782 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.nobs |
Definition at line 1801 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.obstype |
Definition at line 1788 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.sensor |
Definition at line 1792 of file gsi_ncdiag.py.
| gsi_ncdiag.Radar.validtime |
Definition at line 1799 of file gsi_ncdiag.py.