|
IODA Bundle
|
Public Member Functions | |
| def | __init__ (self, filename) |
| def | read (self) |
| def | close (self) |
| def | toGeovals (self, OutDir, clobber=True) |
| def | toObsdiag (self, OutDir, clobber=True) |
| def | toIODAobs (self, OutDir, ObsBias, QCVars, TestRefs, clobber=True) |
Public Member Functions inherited from gsi_ncdiag.BaseGSI | |
| def | var (self, var_name) |
Public Attributes | |
| filename | |
| obstype | |
| validtime | |
| sensor | |
| satellite | |
| nobs | |
| nchans | |
| 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 Radiances - satellite radiance observations
Use this class to read in satellite radiance 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 893 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radiances.__init__ | ( | self, | |
| filename | |||
| ) |
Definition at line 909 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radiances.close | ( | self | ) |
| def gsi_ncdiag.Radiances.read | ( | self | ) |
Definition at line 920 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radiances.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 936 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radiances.toIODAobs | ( | self, | |
| OutDir, | |||
| ObsBias, | |||
| QCVars, | |||
| TestRefs, | |||
clobber = True |
|||
| ) |
toIODAobs(OutDir,clobber=True) output observations from the specified GSI diag file to the JEDI/IODA observation format
Definition at line 1078 of file gsi_ncdiag.py.
| def gsi_ncdiag.Radiances.toObsdiag | ( | self, | |
| OutDir, | |||
clobber = True |
|||
| ) |
toObsdiag(OutDir,clobber=True) if model state fields are in the GSI diag file, create Obsdiag in an output file for use by JEDI/UFO
Definition at line 993 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.df |
Definition at line 931 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.filename |
Definition at line 910 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.nchans |
Definition at line 930 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.nobs |
Definition at line 929 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.obstype |
Definition at line 916 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.satellite |
Definition at line 927 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.sensor |
Definition at line 926 of file gsi_ncdiag.py.
| gsi_ncdiag.Radiances.validtime |
Definition at line 924 of file gsi_ncdiag.py.