|
recursive subroutine | ncdf_get_by_path (this, path, p) |
|
subroutine | ncdf_get_integer (this, path, value) |
|
subroutine | ncdf_get_real (this, path, value) |
|
subroutine | ncdf_get_double (this, path, value) |
|
subroutine | ncdf_get_logical (this, path, value) |
|
subroutine | ncdf_get_chars (this, path, value) |
|
subroutine | ncdf_get_array_1d_integer (this, path, arr) |
|
subroutine | ncdf_get_array_2d_integer (this, path, arr) |
|
subroutine | ncdf_get_array_1d_real (this, path, arr) |
|
subroutine | ncdf_get_array_2d_real (this, path, arr) |
|
subroutine | ncdf_get_array_1d_double (this, path, arr) |
|
subroutine | ncdf_get_array_2d_double (this, path, arr) |
|
subroutine | ncdf_get_array_1d_logical (this, path, arr) |
|
subroutine | ncdf_get_array_2d_logical (this, path, arr) |
|
Definition at line 35 of file ncdf_path_m.f90.
◆ ncdf_get_array_1d_double()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_1d_double |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
double precision, dimension(:), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_1d_integer()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_1d_integer |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
integer, dimension(:), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_1d_logical()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_1d_logical |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
logical, dimension(:), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_1d_real()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_1d_real |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
real, dimension(:), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_2d_double()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_2d_double |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
double precision, dimension(:, :), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_2d_integer()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_2d_integer |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
integer, dimension(:, :), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_2d_logical()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_2d_logical |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
logical, dimension(:, :), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_array_2d_real()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_array_2d_real |
( |
type(ncdf_value), intent(in), pointer |
this, |
|
|
character(len=*), intent(in), optional |
path, |
|
|
real, dimension(:, :), intent(out), allocatable |
arr |
|
) |
| |
|
private |
◆ ncdf_get_by_path()
recursive subroutine ncdf_path_m::ncdf_path_get::ncdf_get_by_path |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*) |
path, |
|
|
type(ncdf_value), pointer |
p |
|
) |
| |
|
private |
◆ ncdf_get_chars()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_chars |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*), optional |
path, |
|
|
character(len=*) |
value |
|
) |
| |
|
private |
◆ ncdf_get_double()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_double |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*), optional |
path, |
|
|
double precision |
value |
|
) |
| |
|
private |
◆ ncdf_get_integer()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_integer |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*), optional |
path, |
|
|
integer |
value |
|
) |
| |
|
private |
◆ ncdf_get_logical()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_logical |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*), optional |
path, |
|
|
logical |
value |
|
) |
| |
|
private |
◆ ncdf_get_real()
subroutine ncdf_path_m::ncdf_path_get::ncdf_get_real |
( |
type(ncdf_value), pointer |
this, |
|
|
character(len=*), optional |
path, |
|
|
real |
value |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: