FV3 Bundle
|
Fortran module to handle adt observations. More...
Data Types | |
type | ufo_adt_tlad |
Fortran derived type for adt observation operator. More... | |
Functions/Subroutines | |
subroutine, public | ufo_adt_tlad_delete (self) |
subroutine, public | ufo_adt_tlad_settraj (self, geovals) |
subroutine, public | ufo_adt_simobs_tl (self, geovals, hofx) |
subroutine, public | ufo_adt_simobs_ad (self, geovals, hofx) |
Variables | |
integer, parameter | max_string =800 |
Fortran module to handle adt observations.
subroutine, public ufo_adt_tlad_mod::ufo_adt_simobs_ad | ( | type(ufo_adt_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
real(c_double), dimension(:), intent(inout) | hofx | ||
) |
Definition at line 113 of file ufo_adt_tlad_mod.F90.
subroutine, public ufo_adt_tlad_mod::ufo_adt_simobs_tl | ( | type(ufo_adt_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
real(c_double), dimension(:), intent(inout) | hofx | ||
) |
Definition at line 71 of file ufo_adt_tlad_mod.F90.
subroutine, public ufo_adt_tlad_mod::ufo_adt_tlad_delete | ( | type(ufo_adt_tlad), intent(inout) | self | ) |
subroutine, public ufo_adt_tlad_mod::ufo_adt_tlad_settraj | ( | type(ufo_adt_tlad), intent(inout) | self, |
type(ufo_geovals), intent(in) | geovals | ||
) |
Definition at line 50 of file ufo_adt_tlad_mod.F90.
|
private |
Definition at line 24 of file ufo_adt_tlad_mod.F90.