UFO
|
Fortran module which contains the observation metadata for a single observation. More...
Data Types | |
type | ufo_rttovonedvarcheck_ob |
Functions/Subroutines | |
subroutine | ufo_rttovonedvarcheck_initob (self, nchans, nlevels, nprofelements, nchans_all) |
Initialize observation object. More... | |
subroutine | ufo_rttovonedvarcheck_deleteob (self) |
Delete the single observation object. More... | |
subroutine | ufo_rttovonedvarcheck_printob (self) |
Print information about the single observation object. More... | |
Fortran module which contains the observation metadata for a single observation.
|
private |
Delete the single observation object.
[in,out] | self | observation metadata type |
Definition at line 121 of file ufo_rttovonedvarcheck_ob_mod.f90.
subroutine ufo_rttovonedvarcheck_ob_mod::ufo_rttovonedvarcheck_initob | ( | class(ufo_rttovonedvarcheck_ob), intent(out) | self, |
integer, intent(in) | nchans, | ||
integer, intent(in) | nlevels, | ||
integer, intent(in) | nprofelements, | ||
integer | nchans_all | ||
) |
Initialize observation object.
[out] | self | observation metadata type |
[in] | nchans | number of channels used for this particular observation |
[in] | nlevels | number of levels in the profile |
[in] | nprofelements | number of profile elements used |
nchans_all | Size of all channels in ObsSpace |
Definition at line 70 of file ufo_rttovonedvarcheck_ob_mod.f90.
|
private |
Print information about the single observation object.
[in,out] | self | observation metadata type |
Definition at line 173 of file ufo_rttovonedvarcheck_ob_mod.f90.