UFO
|
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... | |
Fortran module containing profile index.
|
private |
Delete profile index.
Heritage: Ops_SatRad_InitProfInfo.f90
Reset profile index
[in,out] | self | profile index structure |
Definition at line 203 of file ufo_rttovonedvarcheck_profindex_mod.f90.
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.
[in,out] | self | profindex structure |
[in] | bmatrix | state error covariances |
[in] | nlevels | number of model levels |
Definition at line 75 of file ufo_rttovonedvarcheck_profindex_mod.f90.