![]() |
NetCDF-Fortran
4.4.4
|
Public Member Functions | |
function | nf_get_vars_text (ncid, varid, start, counts, strides, text) |
function | nf_get_vars_text_a (ncid, varid, start, counts, strides, text) |
Definition at line 1023 of file module_netcdf_nf_interfaces.F90.
function netcdf_nf_interfaces::nf_get_vars_text::nf_get_vars_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
integer, dimension(*), intent(in) | start, | ||
integer, dimension(*), intent(in) | counts, | ||
integer, dimension(*), intent(in) | strides, | ||
character(len=*), intent(out) | text | ||
) |
Definition at line 1026 of file module_netcdf_nf_interfaces.F90.
function netcdf_nf_interfaces::nf_get_vars_text::nf_get_vars_text_a | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
integer, dimension(*), intent(in) | start, | ||
integer, dimension(*), intent(in) | counts, | ||
integer, dimension(*), intent(in) | strides, | ||
character(len=1), dimension(*), intent(out) | text | ||
) |
Definition at line 1036 of file module_netcdf_nf_interfaces.F90.