UFO
|
Fortran derived type for aod trajectory. More...
Public Member Functions | |
procedure | setup => ufo_aodcrtm_setup |
procedure | delete => ufo_aodcrtm_delete |
procedure | simobs => ufo_aodcrtm_simobs |
Public Attributes | |
character(len=maxvarlen), dimension(:), allocatable, public | varin |
integer, dimension(:), allocatable | channels |
type(crtm_conf) | conf |
Fortran derived type for aod trajectory.
Definition at line 25 of file ufo_aodcrtm_mod.F90.
procedure ufo_aodcrtm_mod::ufo_aodcrtm::delete |
Definition at line 32 of file ufo_aodcrtm_mod.F90.
procedure ufo_aodcrtm_mod::ufo_aodcrtm::setup |
Definition at line 31 of file ufo_aodcrtm_mod.F90.
procedure ufo_aodcrtm_mod::ufo_aodcrtm::simobs |
Definition at line 33 of file ufo_aodcrtm_mod.F90.
integer, dimension(:), allocatable ufo_aodcrtm_mod::ufo_aodcrtm::channels |
Definition at line 28 of file ufo_aodcrtm_mod.F90.
type(crtm_conf) ufo_aodcrtm_mod::ufo_aodcrtm::conf |
Definition at line 29 of file ufo_aodcrtm_mod.F90.
character(len=maxvarlen), dimension(:), allocatable, public ufo_aodcrtm_mod::ufo_aodcrtm::varin |
Definition at line 27 of file ufo_aodcrtm_mod.F90.