ISO C binding for NetCDF inquire dimension, required for 64 bit dimension length.
More...
|
integer(kind=c_int) function | nc_inq_dim (ncid, dimid, name, lenp) |
|
ISO C binding for NetCDF inquire dimension, required for 64 bit dimension length.
Definition at line 26 of file io_state_reader.F90.
◆ nc_inq_dim()
integer(kind=c_int) function io_server_state_reader_mod::nc_inq_dim::nc_inq_dim |
( |
integer(kind=c_int), value |
ncid, |
|
|
integer(kind=c_int), value |
dimid, |
|
|
character(kind=c_char), dimension(*), intent(inout) |
name, |
|
|
integer(kind=c_size_t), intent(out) |
lenp |
|
) |
| |
|
private |
Definition at line 26 of file io_state_reader.F90.
27 use iso_c_binding,
only: c_int, c_size_t, c_char
29 integer(kind=c_int),
value :: ncid
30 integer(kind=c_int),
value :: dimid
31 character(kind=c_char),
intent(inout) :: name(*)
32 integer(kind=c_size_t),
intent(out) :: lenp
33 integer(kind=c_int) :: nc_inq_dim
The documentation for this interface was generated from the following file: