FV3 Bundle
nltecoeff_binary_io Module Reference

Functions/Subroutines

integer function, public nltecoeff_binary_inquirefile (Filename, n_Predictors, n_Sensor_Angles, n_Solar_Angles, n_NLTE_Channels, n_Channels, Release, Version, Sensor_Id, WMO_Satellite_Id, WMO_Sensor_Id)
 
integer function, public nltecoeff_binary_readfile (Filename, NLTECoeff, No_Close, Quiet, Debug)
 
integer function, public nltecoeff_binary_writefile (Filename, NLTECoeff, No_Close, Quiet, Debug)
 
subroutine, public nltecoeff_binary_ioversion (Id)
 

Variables

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

◆ nltecoeff_binary_inquirefile()

integer function, public nltecoeff_binary_io::nltecoeff_binary_inquirefile ( character(*), intent(in)  Filename,
integer, intent(out), optional  n_Predictors,
integer, intent(out), optional  n_Sensor_Angles,
integer, intent(out), optional  n_Solar_Angles,
integer, intent(out), optional  n_NLTE_Channels,
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 189 of file NLTECoeff_Binary_IO.f90.

Here is the call graph for this function:

◆ nltecoeff_binary_ioversion()

subroutine, public nltecoeff_binary_io::nltecoeff_binary_ioversion ( character(*), intent(out)  Id)

Definition at line 799 of file NLTECoeff_Binary_IO.f90.

Here is the caller graph for this function:

◆ nltecoeff_binary_readfile()

integer function, public nltecoeff_binary_io::nltecoeff_binary_readfile ( character(*), intent(in)  Filename,
type(nltecoeff_type), intent(out)  NLTECoeff,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 374 of file NLTECoeff_Binary_IO.f90.

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

◆ nltecoeff_binary_writefile()

integer function, public nltecoeff_binary_io::nltecoeff_binary_writefile ( character(*), intent(in)  Filename,
type(nltecoeff_type), intent(in)  NLTECoeff,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
logical, intent(in), optional  Debug 
)

Definition at line 623 of file NLTECoeff_Binary_IO.f90.

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

Variable Documentation

◆ ml

integer, parameter nltecoeff_binary_io::ml = 256
private

Definition at line 53 of file NLTECoeff_Binary_IO.f90.

◆ module_version_id

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

Definition at line 49 of file NLTECoeff_Binary_IO.f90.

◆ write_error_status

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

Definition at line 51 of file NLTECoeff_Binary_IO.f90.