![]() |
NetCDF-Fortran
4.4.4
|
Public Member Functions | |
integer function | nf_get_vara_text (ncid, varid, start, counts, text) |
integer function | nf_get_vara_text_a (ncid, varid, start, counts, text) |
Definition at line 1394 of file module_netcdf_nf_interfaces.F90.
integer function netcdf_nf_interfaces::nf_get_vara_text::nf_get_vara_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
integer, dimension(*), intent(in) | start, | ||
integer, dimension(*), intent(in) | counts, | ||
character(len=*), intent(out) | text | ||
) |
Definition at line 1396 of file module_netcdf_nf_interfaces.F90.
integer function netcdf_nf_interfaces::nf_get_vara_text::nf_get_vara_text_a | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
integer, dimension(*), intent(in) | start, | ||
integer, dimension(*), intent(in) | counts, | ||
character(len=1), dimension(*), intent(out) | text | ||
) |
Definition at line 1405 of file module_netcdf_nf_interfaces.F90.