UFO
ufo_rttovonedvarcheck_profindex_mod Module Reference

Fortran module containing profile index. More...

Data Types

type  ufo_rttovonedvarcheck_profindex
 

Functions/Subroutines

subroutine ufo_rttovonedvarcheck_profindex_setup (self, bmatrix, nlevels)
 Profile index setup. More...
 
subroutine ufo_rttovonedvarcheck_profindex_delete (self)
 Delete profile index. More...
 

Detailed Description

Fortran module containing profile index.

Function/Subroutine Documentation

◆ ufo_rttovonedvarcheck_profindex_delete()

subroutine ufo_rttovonedvarcheck_profindex_mod::ufo_rttovonedvarcheck_profindex_delete ( class(ufo_rttovonedvarcheck_profindex), intent(inout)  self)
private

Delete profile index.

Heritage: Ops_SatRad_InitProfInfo.f90

Reset profile index

Author
Met Office
Date
09/06/2020: Created
Parameters
[in,out]selfprofile index structure

Definition at line 203 of file ufo_rttovonedvarcheck_profindex_mod.f90.

◆ ufo_rttovonedvarcheck_profindex_setup()

subroutine ufo_rttovonedvarcheck_profindex_mod::ufo_rttovonedvarcheck_profindex_setup ( class(ufo_rttovonedvarcheck_profindex), intent(inout)  self,
type(ufo_metoffice_bmatrixstatic), intent(in)  bmatrix,
integer, intent(in)  nlevels 
)

Profile index setup.

Heritage: Ops_SatRad_MapProfileToB

Setup the profile index which requires the bmatrix object.

Author
Met Office
Date
09/06/2020: Created
Parameters
[in,out]selfprofindex structure
[in]bmatrixstate error covariances
[in]nlevelsnumber of model levels

Definition at line 75 of file ufo_rttovonedvarcheck_profindex_mod.f90.