ISO C binding for NetCDF get text vars, required for 64 bit start, count & stride.
More...
|
integer(kind=c_int) function | nc_get_vars_text (ncid, varid, startp, countp, stridep, ip) |
|
ISO C binding for NetCDF get text vars, required for 64 bit start, count & stride.
Definition at line 47 of file io_state_reader.F90.
◆ nc_get_vars_text()
integer(kind=c_int) function io_server_state_reader_mod::nc_get_vars_text::nc_get_vars_text |
( |
integer(kind=c_int), value |
ncid, |
|
|
integer(kind=c_int), value |
varid, |
|
|
type(c_ptr), value |
startp, |
|
|
type(c_ptr), value |
countp, |
|
|
type(c_ptr), value |
stridep, |
|
|
character(kind=c_char), dimension(*), intent(out) |
ip |
|
) |
| |
|
private |
Definition at line 47 of file io_state_reader.F90.
48 use iso_c_binding,
only: c_int, c_ptr, c_char
50 integer(kind=c_int),
value :: ncid, varid
51 type(c_ptr),
value :: startp, countp, stridep
52 character(kind=c_char),
intent(out) :: ip(*)
53 integer(kind=c_int) :: nc_get_vars_text
The documentation for this interface was generated from the following file: