FV3 Bundle
|
Fortran module to provide code shared between nonlinear and tlm/adm radiance calculations. More...
Data Types | |
type | rad_conf |
Functions/Subroutines | |
subroutine, public | rad_conf_setup (rc, c_conf) |
subroutine, public | rad_conf_delete (rc) |
subroutine, public | load_atm_data (N_PROFILES, N_LAYERS, geovals, atm) |
subroutine, public | load_sfc_data (n_Profiles, n_Layers, N_Channels, geovals, sfc, chinfo, obss) |
subroutine, public | load_geom_data (obss, geo) |
subroutine | get_var_name (varname_tmplate, n, varname) |
Variables | |
integer, parameter, public | max_string =800 |
Fortran module to provide code shared between nonlinear and tlm/adm radiance calculations.
|
private |
Definition at line 355 of file ufo_radiance_utils_mod.F90.
subroutine, public ufo_radiance_utils_mod::load_atm_data | ( | integer, intent(in) | N_PROFILES, |
integer, intent(in) | N_LAYERS, | ||
type(ufo_geovals), intent(in) | geovals, | ||
type(crtm_atmosphere_type), dimension(:), intent(inout) | atm | ||
) |
Definition at line 114 of file ufo_radiance_utils_mod.F90.
subroutine, public ufo_radiance_utils_mod::load_geom_data | ( | type(c_ptr), intent(in), value | obss, |
type(crtm_geometry_type), dimension(:), intent(inout) | geo | ||
) |
Definition at line 320 of file ufo_radiance_utils_mod.F90.
subroutine, public ufo_radiance_utils_mod::load_sfc_data | ( | integer, intent(in) | n_Profiles, |
integer, intent(in) | n_Layers, | ||
integer, intent(in) | N_Channels, | ||
type(ufo_geovals), intent(in) | geovals, | ||
type(crtm_surface_type), dimension(:), intent(inout) | sfc, | ||
type(crtm_channelinfo_type), dimension(:), intent(in) | chinfo, | ||
type(c_ptr), intent(in), value | obss | ||
) |
Definition at line 185 of file ufo_radiance_utils_mod.F90.
subroutine, public ufo_radiance_utils_mod::rad_conf_delete | ( | type(rad_conf), intent(inout) | rc | ) |
Definition at line 102 of file ufo_radiance_utils_mod.F90.
subroutine, public ufo_radiance_utils_mod::rad_conf_setup | ( | type(rad_conf), intent(inout) | rc, |
type(c_ptr), intent(in) | c_conf | ||
) |
Definition at line 50 of file ufo_radiance_utils_mod.F90.
integer, parameter, public ufo_radiance_utils_mod::max_string =800 |
Definition at line 31 of file ufo_radiance_utils_mod.F90.