UFO
|
Fortran module for aodext tl/ad observation operator. More...
Data Types | |
type | ufo_aodext_tlad |
Functions/Subroutines | |
integer function | b_channel (bracket, nprofiles, bkg_wavelengths, obs_wavelength) |
subroutine | ufo_aodext_tlad_setup (self, f_conf) |
subroutine | destructor (self) |
subroutine | ufo_aodext_tlad_settraj (self, geovals, obss) |
subroutine | ufo_aodext_simobs_tl (self, geovals, obss, nvars, nlocs, hofx) |
subroutine | ufo_aodext_simobs_ad (self, geovals, obss, nvars, nlocs, hofx) |
Variables | |
character(len=maxvarlen), dimension(3), parameter | extdefault = (/var_ext1, var_ext2, var_ext3/) |
Default variables required from model. More... | |
Fortran module for aodext tl/ad observation operator.
|
private |
subroutine ufo_aodext_tlad_mod::destructor | ( | type(ufo_aodext_tlad), intent(inout) | self | ) |
subroutine ufo_aodext_tlad_mod::ufo_aodext_simobs_ad | ( | class(ufo_aodext_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(in) | hofx | ||
) |
subroutine ufo_aodext_tlad_mod::ufo_aodext_simobs_tl | ( | class(ufo_aodext_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(inout) | hofx | ||
) |
|
private |
|
private |
Definition at line 83 of file ufo_aodext_tlad_mod.F90.
character(len=maxvarlen), dimension(3), parameter ufo_aodext_tlad_mod::extdefault = (/var_ext1, var_ext2, var_ext3/) |
Default variables required from model.
Definition at line 38 of file ufo_aodext_tlad_mod.F90.