|
recursive subroutine | ncdf_get_by_path (this, path, p) |
|
integer function | parse_integer (chars) |
|
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 (this, path, array_callback) |
|
subroutine | ncdf_get_array_1d_integer (this, path, arr) |
|
subroutine | ncdf_get_array_1d_real (this, path, arr) |
|
subroutine | ncdf_get_array_1d_double (this, path, arr) |
|
subroutine | ncdf_get_array_1d_logical (this, path, arr) |
|
subroutine | ncdf_get_array_2d (this, path, array_callback) |
|
subroutine | ncdf_get_array_2d_integer (this, path, arr) |
|
subroutine | ncdf_get_array_2d_real (this, path, arr) |
|
subroutine | ncdf_get_array_2d_double (this, path, arr) |
|
subroutine | ncdf_get_array_2d_logical (this, path, arr) |
|