FV3 Bundle
aerosolcoeff_binary_io Module Reference

Functions/Subroutines

integer function, public aerosolcoeff_binary_inquirefile (Filename, n_Wavelengths, n_Radii, n_Types, n_RH, n_Legendre_Terms, n_Phase_Elements, Release, Version)
 
integer function, public aerosolcoeff_binary_readfile (Filename, AerosolCoeff, Quiet, Debug)
 
integer function, public aerosolcoeff_binary_writefile (Filename, AerosolCoeff, Quiet, Debug)
 
subroutine, public aerosolcoeff_binary_ioversion (Id)
 

Variables

character(*), parameter module_version_id = '$Id: AerosolCoeff_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

◆ aerosolcoeff_binary_inquirefile()

integer function, public aerosolcoeff_binary_io::aerosolcoeff_binary_inquirefile ( character(*), intent(in)  Filename,
integer, intent(out), optional  n_Wavelengths,
integer, intent(out), optional  n_Radii,
integer, intent(out), optional  n_Types,
integer, intent(out), optional  n_RH,
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 162 of file AerosolCoeff_Binary_IO.f90.

Here is the call graph for this function:

◆ aerosolcoeff_binary_ioversion()

subroutine, public aerosolcoeff_binary_io::aerosolcoeff_binary_ioversion ( character(*), intent(out)  Id)

Definition at line 704 of file AerosolCoeff_Binary_IO.f90.

◆ aerosolcoeff_binary_readfile()

integer function, public aerosolcoeff_binary_io::aerosolcoeff_binary_readfile ( character(*), intent(in)  Filename,
type(aerosolcoeff_type), intent(out)  AerosolCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 311 of file AerosolCoeff_Binary_IO.f90.

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

◆ aerosolcoeff_binary_writefile()

integer function, public aerosolcoeff_binary_io::aerosolcoeff_binary_writefile ( character(*), intent(in)  Filename,
type(aerosolcoeff_type), intent(in)  AerosolCoeff,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 536 of file AerosolCoeff_Binary_IO.f90.

Here is the call graph for this function:

Variable Documentation

◆ ml

integer, parameter aerosolcoeff_binary_io::ml = 256
private

Definition at line 50 of file AerosolCoeff_Binary_IO.f90.

◆ module_version_id

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

Definition at line 46 of file AerosolCoeff_Binary_IO.f90.

◆ write_error_status

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

Definition at line 48 of file AerosolCoeff_Binary_IO.f90.