UFO
ufo_rttovonedvarcheck_ob_mod Module Reference

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...
 

Detailed Description

Fortran module which contains the observation metadata for a single observation.

Function/Subroutine Documentation

◆ ufo_rttovonedvarcheck_deleteob()

subroutine ufo_rttovonedvarcheck_ob_mod::ufo_rttovonedvarcheck_deleteob ( class(ufo_rttovonedvarcheck_ob), intent(inout)  self)
private

Delete the single observation object.

Author
Met Office
Date
09/06/2020: Created
Parameters
[in,out]selfobservation metadata type

Definition at line 121 of file ufo_rttovonedvarcheck_ob_mod.f90.

◆ ufo_rttovonedvarcheck_initob()

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.

Author
Met Office
Date
09/06/2020: Created
Parameters
[out]selfobservation metadata type
[in]nchansnumber of channels used for this particular observation
[in]nlevelsnumber of levels in the profile
[in]nprofelementsnumber of profile elements used
nchans_allSize of all channels in ObsSpace

Definition at line 70 of file ufo_rttovonedvarcheck_ob_mod.f90.

◆ ufo_rttovonedvarcheck_printob()

subroutine ufo_rttovonedvarcheck_ob_mod::ufo_rttovonedvarcheck_printob ( class(ufo_rttovonedvarcheck_ob), intent(inout)  self)
private

Print information about the single observation object.

Author
Met Office
Date
09/06/2020: Created
Parameters
[in,out]selfobservation metadata type

Definition at line 173 of file ufo_rttovonedvarcheck_ob_mod.f90.