FV3 Bundle
|
Functions/Subroutines | |
integer function, public | inquire_odps_binary (Filename, n_Layers, n_Components, n_Absorbers, n_Channels, n_Coeffs, n_OCoeffs, Release, Version, Sensor_Id, WMO_Satellite_Id, WMO_Sensor_Id, RCS_Id, Message_Log) |
integer function, public | read_odps_binary (Filename, ODPS, Quiet, Process_ID, Output_Process_ID, RCS_Id, Message_Log) |
integer function, public | read_odps_data (Filename, FileID, ODPS, Process_ID_Tag, Message_Log) |
integer function, public | write_odps_binary (Filename, ODPS, Quiet, RCS_Id, Message_Log) |
integer function, public | write_odps_data (Filename, FileID, ODPS, Message_Log) |
Variables | |
character(*), parameter | module_rcs_id = '$Id: ODPS_Binary_IO.f90 2169 2008-06-12 15:07:56Z paul.vandelst@noaa.gov $' |
integer, parameter | set = 1 |
integer, parameter | ml = 512 |
integer function, public odps_binary_io::inquire_odps_binary | ( | character(*), intent(in) | Filename, |
integer, intent(out), optional | n_Layers, | ||
integer, intent(out), optional | n_Components, | ||
integer, intent(out), optional | n_Absorbers, | ||
integer, intent(out), optional | n_Channels, | ||
integer, intent(out), optional | n_Coeffs, | ||
integer, intent(out), optional | n_OCoeffs, | ||
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, | ||
character(*), intent(out), optional | RCS_Id, | ||
character(*), intent(in), optional | Message_Log | ||
) |
integer function, public odps_binary_io::read_odps_binary | ( | character(*), intent(in) | Filename, |
type(odps_type), intent(inout) | ODPS, | ||
integer, intent(in), optional | Quiet, | ||
integer, intent(in), optional | Process_ID, | ||
integer, intent(in), optional | Output_Process_ID, | ||
character(*), intent(out), optional | RCS_Id, | ||
character(*), intent(in), optional | Message_Log | ||
) |
integer function, public odps_binary_io::read_odps_data | ( | character(*), intent(in) | Filename, |
integer, intent(in) | FileID, | ||
type(odps_type), intent(inout) | ODPS, | ||
character(*), intent(in) | Process_ID_Tag, | ||
character(*), intent(in), optional | Message_Log | ||
) |
Definition at line 594 of file ODPS_Binary_IO.f90.
integer function, public odps_binary_io::write_odps_binary | ( | character(*), intent(in) | Filename, |
type(odps_type), intent(in) | ODPS, | ||
integer, intent(in), optional | Quiet, | ||
character(*), intent(out), optional | RCS_Id, | ||
character(*), intent(in), optional | Message_Log | ||
) |
integer function, public odps_binary_io::write_odps_data | ( | character(*), intent(in) | Filename, |
integer, intent(in) | FileID, | ||
type(odps_type), intent(in) | ODPS, | ||
character(*), intent(in), optional | Message_Log | ||
) |
Definition at line 996 of file ODPS_Binary_IO.f90.
|
private |
Definition at line 59 of file ODPS_Binary_IO.f90.
|
private |
Definition at line 54 of file ODPS_Binary_IO.f90.
|
private |
Definition at line 57 of file ODPS_Binary_IO.f90.