UFO
|
fortran derived type for aod trajectory More...
Public Member Functions | |
PROCEDURE | setup => ufo_aodluts_setup |
PROCEDURE | delete => ufo_aodluts_delete |
PROCEDURE | simobs => ufo_aodluts_simobs |
Public Attributes | |
character(len=maxvarlen), dimension(:), allocatable, public | varin |
integer, dimension(:), allocatable | channels |
real(kind_real), dimension(:), allocatable | wavelengths |
integer | n_aerosols |
type(luts_conf) | conf |
fortran derived type for aod trajectory
Definition at line 30 of file ufo_aodluts_mod.F90.
PROCEDURE ufo_aodluts_mod::ufo_aodluts::delete |
Definition at line 39 of file ufo_aodluts_mod.F90.
PROCEDURE ufo_aodluts_mod::ufo_aodluts::setup |
Definition at line 38 of file ufo_aodluts_mod.F90.
PROCEDURE ufo_aodluts_mod::ufo_aodluts::simobs |
Definition at line 40 of file ufo_aodluts_mod.F90.
integer, dimension(:), allocatable ufo_aodluts_mod::ufo_aodluts::channels |
Definition at line 33 of file ufo_aodluts_mod.F90.
type(luts_conf) ufo_aodluts_mod::ufo_aodluts::conf |
Definition at line 36 of file ufo_aodluts_mod.F90.
integer ufo_aodluts_mod::ufo_aodluts::n_aerosols |
Definition at line 35 of file ufo_aodluts_mod.F90.
character(len=maxvarlen), dimension(:), allocatable, public ufo_aodluts_mod::ufo_aodluts::varin |
Definition at line 32 of file ufo_aodluts_mod.F90.
real(kind_real), dimension(:), allocatable ufo_aodluts_mod::ufo_aodluts::wavelengths |
Definition at line 34 of file ufo_aodluts_mod.F90.