FV3 Bundle
|
Functions/Subroutines | |
integer function, public | accoeff_binary_inquirefile (Filename, n_FOVs, n_Channels, Release, Version, Sensor_Id, WMO_Satellite_Id, WMO_Sensor_Id) |
integer function, public | accoeff_binary_readfile (Filename, ACCoeff, No_Close, Quiet, Debug) |
integer function, public | accoeff_binary_writefile (Filename, ACCoeff, No_Close, Quiet, Debug) |
subroutine, public | accoeff_binary_ioversion (Id) |
Variables | |
character(*), parameter, private | module_version_id = '$Id: ACCoeff_Binary_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
character(*), parameter | write_error_status = 'DELETE' |
integer, parameter | ml = 256 |
integer function, public accoeff_binary_io::accoeff_binary_inquirefile | ( | character(*), intent(in) | Filename, |
integer, intent(out), optional | n_FOVs, | ||
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 | ||
) |
subroutine, public accoeff_binary_io::accoeff_binary_ioversion | ( | character(*), intent(out) | Id | ) |
integer function, public accoeff_binary_io::accoeff_binary_readfile | ( | character(*), intent(in) | Filename, |
type(accoeff_type), intent(out) | ACCoeff, | ||
logical, intent(in), optional | No_Close, | ||
logical, intent(in), optional | Quiet, | ||
logical, intent(in), optional | Debug | ||
) |
Definition at line 337 of file ACCoeff_Binary_IO.f90.
integer function, public accoeff_binary_io::accoeff_binary_writefile | ( | character(*), intent(in) | Filename, |
type(accoeff_type), intent(in) | ACCoeff, | ||
logical, intent(in), optional | No_Close, | ||
logical, intent(in), optional | Quiet, | ||
logical, intent(in), optional | Debug | ||
) |
Definition at line 555 of file ACCoeff_Binary_IO.f90.
|
private |
Definition at line 50 of file ACCoeff_Binary_IO.f90.
|
private |
Definition at line 46 of file ACCoeff_Binary_IO.f90.
|
private |
Definition at line 48 of file ACCoeff_Binary_IO.f90.