Private Member Functions | |
subroutine | readefile_str (efile, x, loc) |
subroutine | readefile_int1single (efile, x, loc) |
subroutine | readefile_int2single (efile, x, loc) |
subroutine | readefile_int4single (efile, x, loc) |
subroutine | readefile_int8single (efile, x, loc) |
subroutine | readefile_real4single (efile, x, loc) |
subroutine | readefile_real8single (efile, x, loc) |
subroutine | readefile_char (efile, x, loc) |
subroutine | readefile_int1 (efile, x, loc) |
subroutine | readefile_int2 (efile, x, loc) |
subroutine | readefile_int4 (efile, x, loc) |
subroutine | readefile_int8 (efile, x, loc) |
subroutine | readefile_real4 (efile, x, loc) |
subroutine | readefile_real8 (efile, x, loc) |
subroutine | readefile_char_2 (efile, x, loc) |
subroutine | readefile_int1_2 (efile, x, loc) |
subroutine | readefile_int2_2 (efile, x, loc) |
subroutine | readefile_int4_2 (efile, x, loc) |
subroutine | readefile_int8_2 (efile, x, loc) |
subroutine | readefile_real4_2 (efile, x, loc) |
subroutine | readefile_real8_2 (efile, x, loc) |
subroutine | readefile_char_3 (efile, x, loc) |
subroutine | readefile_int1_3 (efile, x, loc) |
subroutine | readefile_int2_3 (efile, x, loc) |
subroutine | readefile_int4_3 (efile, x, loc) |
subroutine | readefile_int8_3 (efile, x, loc) |
subroutine | readefile_real4_3 (efile, x, loc) |
subroutine | readefile_real8_3 (efile, x, loc) |
subroutine ebf::ebffile_read::readefile_char | ( | type(ebffile),intent(inout) | efile, | |
character,dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_char_2 | ( | type(ebffile),intent(inout) | efile, | |
character,dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_char_3 | ( | type(ebffile),intent(inout) | efile, | |
character,dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int1 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=1),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int1_2 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=1),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int1_3 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=1),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int1single | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=1),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int2 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=2),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int2_2 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=2),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int2_3 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=2),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int2single | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=2),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int4 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=4),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int4_2 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=4),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int4_3 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=4),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int4single | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=4),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int8 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=8),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int8_2 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=8),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int8_3 | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=8),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_int8single | ( | type(ebffile),intent(inout) | efile, | |
integer (kind=8),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real4 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=4),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real4_2 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=4),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real4_3 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=4),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real4single | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=4),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real8 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=8),dimension(:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real8_2 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=8),dimension(:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real8_3 | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=8),dimension(:,:,:),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_real8single | ( | type(ebffile),intent(inout) | efile, | |
REAL (kind=8),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |
subroutine ebf::ebffile_read::readefile_str | ( | type(ebffile),intent(inout) | efile, | |
character,dimension(*),intent(inout) | x, | |||
integer (kind=8),intent(in),optional | loc | |||
) | [private] |