FV3 Bundle
spccoeff_binary_io Module Reference

Functions/Subroutines

integer function, public spccoeff_binary_inquirefile (Filename, n_Channels, Release, Version, Sensor_Id, WMO_Satellite_Id, WMO_Sensor_Id)
 
integer function, public spccoeff_binary_readfile (Filename, SpcCoeff, Quiet, Debug)
 
integer function, public spccoeff_binary_writefile (Filename, SpcCoeff, Quiet, Debug)
 
subroutine, public spccoeff_binary_ioversion (Id)
 

Variables

character(*), parameter module_version_id = '$Id: SpcCoeff_Binary_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 512
 
integer, parameter data_missing = 0
 
integer, parameter data_present = 1
 

Function/Subroutine Documentation

◆ spccoeff_binary_inquirefile()

integer function, public spccoeff_binary_io::spccoeff_binary_inquirefile ( character(*), intent(in)  Filename,
integer, intent(out), optional  n_Channels,
integer, intent(out), optional  Release,
integer, intent(out), optional  Version,
character(*), intent(out), optional  Sensor_Id,
integer, intent(out), optional  WMO_Satellite_Id,
integer, intent(out), optional  WMO_Sensor_Id 
)

Definition at line 163 of file SpcCoeff_Binary_IO.f90.

Here is the call graph for this function:

◆ spccoeff_binary_ioversion()

subroutine, public spccoeff_binary_io::spccoeff_binary_ioversion ( character(*), intent(out)  Id)

Definition at line 792 of file SpcCoeff_Binary_IO.f90.

Here is the call graph for this function:

◆ spccoeff_binary_readfile()

integer function, public spccoeff_binary_io::spccoeff_binary_readfile ( character(*), intent(in)  Filename,
type(spccoeff_type), intent(out)  SpcCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 323 of file SpcCoeff_Binary_IO.f90.

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

◆ spccoeff_binary_writefile()

integer function, public spccoeff_binary_io::spccoeff_binary_writefile ( character(*), intent(in)  Filename,
type(spccoeff_type), intent(in)  SpcCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 576 of file SpcCoeff_Binary_IO.f90.

Here is the call graph for this function:

Variable Documentation

◆ data_missing

integer, parameter spccoeff_binary_io::data_missing = 0
private

Definition at line 59 of file SpcCoeff_Binary_IO.f90.

◆ data_present

integer, parameter spccoeff_binary_io::data_present = 1
private

Definition at line 60 of file SpcCoeff_Binary_IO.f90.

◆ ml

integer, parameter spccoeff_binary_io::ml = 512
private

Definition at line 57 of file SpcCoeff_Binary_IO.f90.

◆ module_version_id

character(*), parameter spccoeff_binary_io::module_version_id = '$Id: SpcCoeff_Binary_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 54 of file SpcCoeff_Binary_IO.f90.