IODA Bundle
odc_ls.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program odc_ls
 
subroutine check_call (err, desc)
 
subroutine usage ()
 
subroutine write_header (frame, ncols)
 
subroutine write_data (decoder, frame, nrows, ncols)
 
subroutine write_integer (iunit, i)
 
subroutine write_double (iunit, r)
 
subroutine write_string (iunit, double_string)
 

Function/Subroutine Documentation

◆ check_call()

subroutine odc_ls::check_call ( integer, intent(in)  err,
character(*), intent(in)  desc 
)

Definition at line 46 of file odc_ls.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ odc_ls()

program odc_ls

Definition at line 1 of file odc_ls.f90.

Here is the call graph for this function:

◆ usage()

subroutine odc_ls::usage

Definition at line 58 of file odc_ls.f90.

Here is the caller graph for this function:

◆ write_data()

subroutine odc_ls::write_data ( type(odc_decoder), intent(inout)  decoder,
type(odc_frame), intent(in)  frame,
integer(8), intent(in)  nrows,
integer, intent(in)  ncols 
)

Definition at line 77 of file odc_ls.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_double()

subroutine odc_ls::write_double ( integer, intent(in)  iunit,
real(8), intent(in)  r 
)

Definition at line 148 of file odc_ls.f90.

Here is the caller graph for this function:

◆ write_header()

subroutine odc_ls::write_header ( type(odc_frame), intent(in)  frame,
integer, intent(in)  ncols 
)

Definition at line 63 of file odc_ls.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_integer()

subroutine odc_ls::write_integer ( integer, intent(in)  iunit,
integer, intent(in)  i 
)

Definition at line 141 of file odc_ls.f90.

Here is the caller graph for this function:

◆ write_string()

subroutine odc_ls::write_string ( integer, intent(in)  iunit,
real(8), dimension(:), intent(in)  double_string 
)

Definition at line 156 of file odc_ls.f90.

Here is the caller graph for this function: