UFO
|
Fortran module containing main type, setup and utilities for the main rttovonedvarcheck object. More...
Data Types | |
type | ufo_rttovonedvarcheck |
Functions/Subroutines | |
subroutine, public | ufo_rttovonedvarcheck_setup (self, f_conf, channels) |
Setup the defaults for the main rttovonedvarcheck object and read in the contents of the yaml file. More... | |
subroutine | ufo_rttovonedvarcheck_print (self) |
Print contents of rttovonedvarcheck object. More... | |
Fortran module containing main type, setup and utilities for the main rttovonedvarcheck object.
|
private |
Print contents of rttovonedvarcheck object.
Definition at line 207 of file ufo_rttovonedvarcheck_utils_mod.f90.
subroutine, public ufo_rttovonedvarcheck_utils_mod::ufo_rttovonedvarcheck_setup | ( | type(ufo_rttovonedvarcheck), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf, | ||
integer(c_int), dimension(:), intent(in) | channels | ||
) |
Setup the defaults for the main rttovonedvarcheck object and read in the contents of the yaml file.
[in] | f_conf | yaml file contents |
Definition at line 78 of file ufo_rttovonedvarcheck_utils_mod.f90.