ISO C binding interface for NetCDF put variable text, needed to support 64 bit starts, counts and strides.
More...
|
integer(kind=c_int) function | nc_put_vars_text (ncid, varid, startp, countp, stridep, op) |
|
ISO C binding interface for NetCDF put variable text, needed to support 64 bit starts, counts and strides.
Definition at line 37 of file io_state_writer.F90.
◆ nc_put_vars_text()
integer(kind=c_int) function io_server_state_writer_mod::nc_put_vars_text::nc_put_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(in) |
op |
|
) |
| |
|
private |
Definition at line 37 of file io_state_writer.F90.
38 use iso_c_binding,
only: c_int, c_ptr, c_char
40 integer(kind=c_int),
value :: ncid, varid
41 type(c_ptr),
value :: startp, countp, stridep
42 character(kind=c_char),
intent(in) :: op(*)
43 integer(kind=c_int) :: nc_put_vars_text
The documentation for this interface was generated from the following file: