FV3 Bundle
|
Functions/Subroutines | |
integer function, public | read_odssu_binary (Filename, ODSSU, Quiet, Process_ID, Output_Process_ID, RCS_Id, Message_Log) |
integer function, public | write_odssu_binary (Filename, ODSSU, Quiet, RCS_Id, Message_Log) |
Variables | |
character(*), parameter | module_rcs_id = '$Id: ODSSU_Binary_IO.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | set = 1 |
integer, parameter | ml = 512 |
integer function, public odssu_binary_io::read_odssu_binary | ( | character(*), intent(in) | Filename, |
type(odssu_type), intent(inout) | ODSSU, | ||
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 odssu_binary_io::write_odssu_binary | ( | character(*), intent(in) | Filename, |
type(odssu_type), intent(in) | ODSSU, | ||
integer, intent(in), optional | Quiet, | ||
character(*), intent(out), optional | RCS_Id, | ||
character(*), intent(in), optional | Message_Log | ||
) |
|
private |
Definition at line 59 of file ODSSU_Binary_IO.f90.
|
private |
Definition at line 54 of file ODSSU_Binary_IO.f90.
|
private |
Definition at line 57 of file ODSSU_Binary_IO.f90.