FV3 Bundle
cloudcoeff_binary_io Module Reference

Functions/Subroutines

integer function, public cloudcoeff_binary_inquirefile (Filename, n_MW_Frequencies, n_MW_Radii, n_IR_Frequencies, n_IR_Radii, n_Temperatures, n_Densities, n_Legendre_Terms, n_Phase_Elements, Release, Version)
 
integer function, public cloudcoeff_binary_readfile (Filename, CloudCoeff, Quiet, Debug)
 
integer function, public cloudcoeff_binary_writefile (Filename, CloudCoeff, Quiet, Debug)
 
subroutine, public cloudcoeff_binary_ioversion (Id)
 

Variables

character(*), parameter module_version_id = '$Id: CloudCoeff_Binary_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
character(*), parameter write_error_status = 'DELETE'
 
integer, parameter ml = 256
 

Function/Subroutine Documentation

◆ cloudcoeff_binary_inquirefile()

integer function, public cloudcoeff_binary_io::cloudcoeff_binary_inquirefile ( character(*), intent(in)  Filename,
integer, intent(out), optional  n_MW_Frequencies,
integer, intent(out), optional  n_MW_Radii,
integer, intent(out), optional  n_IR_Frequencies,
integer, intent(out), optional  n_IR_Radii,
integer, intent(out), optional  n_Temperatures,
integer, intent(out), optional  n_Densities,
integer, intent(out), optional  n_Legendre_Terms,
integer, intent(out), optional  n_Phase_Elements,
integer, intent(out), optional  Release,
integer, intent(out), optional  Version 
)

Definition at line 178 of file CloudCoeff_Binary_IO.f90.

Here is the call graph for this function:

◆ cloudcoeff_binary_ioversion()

subroutine, public cloudcoeff_binary_io::cloudcoeff_binary_ioversion ( character(*), intent(out)  Id)

Definition at line 706 of file CloudCoeff_Binary_IO.f90.

◆ cloudcoeff_binary_readfile()

integer function, public cloudcoeff_binary_io::cloudcoeff_binary_readfile ( character(*), intent(in)  Filename,
type(cloudcoeff_type), intent(out)  CloudCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 333 of file CloudCoeff_Binary_IO.f90.

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

◆ cloudcoeff_binary_writefile()

integer function, public cloudcoeff_binary_io::cloudcoeff_binary_writefile ( character(*), intent(in)  Filename,
type(cloudcoeff_type), intent(in)  CloudCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 543 of file CloudCoeff_Binary_IO.f90.

Here is the call graph for this function:

Variable Documentation

◆ ml

integer, parameter cloudcoeff_binary_io::ml = 256
private

Definition at line 49 of file CloudCoeff_Binary_IO.f90.

◆ module_version_id

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

Definition at line 45 of file CloudCoeff_Binary_IO.f90.

◆ write_error_status

character(*), parameter cloudcoeff_binary_io::write_error_status = 'DELETE'
private

Definition at line 47 of file CloudCoeff_Binary_IO.f90.