FV3 Bundle
read_aod_diag.f90 File Reference

Go to the source code of this file.

Data Types

interface  read_aod_diag::set_aoddiag
 
interface  read_aod_diag::get_aoddiag
 
type  read_aod_diag::diag_header_fix_list_aod
 
type  read_aod_diag::diag_data_name_list_aod
 
type  read_aod_diag::diag_header_chan_list_aod
 
type  read_aod_diag::diag_data_fix_list_aod
 
type  read_aod_diag::diag_data_chan_list_aod
 

Modules

module  read_aod_diag
 

Functions/Subroutines

subroutine read_aod_diag::set_aoddiag_int_ (what, iv, ier)
 
subroutine read_aod_diag::get_aoddiag_int_ (what, iv, ier)
 
subroutine, public read_aod_diag::set_netcdf_read_aod (use_netcdf)
 
subroutine, public read_aod_diag::read_aoddiag_header (ftin, header_fix, header_chan, data_name, iflag, lverbose)
 
subroutine read_aod_diag::read_aoddiag_header_nc (ftin, header_fix, header_chan, data_name, iflag, lverbose)
 
subroutine read_aod_diag::read_aoddiag_header_bin (ftin, header_fix, header_chan, data_name, iflag, lverbose)
 
subroutine, public read_aod_diag::read_aoddiag_data (ftin, header_fix, data_fix, data_chan, iflag)
 
subroutine, public read_aod_diag::read_all_aoddiag (ftin, header_fix, all_data_fix, all_data_chan, nlocs, iflag)
 
subroutine read_aod_diag::read_aoddiag_data_nc_init (ftin, header_fix)
 
subroutine read_aod_diag::read_aoddiag_data_nc (ftin, header_fix, data_fix, data_chan, iflag)
 
subroutine read_aod_diag::read_aoddiag_data_bin (ftin, header_fix, data_fix, data_chan, iflag)
 

Variables

integer(i_kind), parameter, public read_aod_diag::ireal_aod = 6
 
integer(i_kind), parameter, public read_aod_diag::ipchan_aod = 4
 
real(r_kind), parameter read_aod_diag::rmiss_aoddiag = -9.9e11_r_kind
 
logical, save read_aod_diag::netcdf = .FALSE.
 
logical, save read_aod_diag::nc_read = .FALSE.
 
integer, save read_aod_diag::cur_ob_idx = -9999
 
integer, save read_aod_diag::num_records = -9999
 
type(diag_data_fix_list_aod), dimension(:), allocatable, save read_aod_diag::all_data_fix
 
type(diag_data_chan_list_aod), dimension(:,:), allocatable, save read_aod_diag::all_data_chan