![]() |
NetCDF-Fortran
4.4.4
|
Go to the source code of this file.
Functions/Subroutines | |
integer function | nf90_put_var_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_1d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_2d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_3d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_4d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_5d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_6d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_put_var_7d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_1d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_2d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_3d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_4d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_5d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_6d_text (ncid, varid, values, start, count, stride, map) |
integer function | nf90_get_var_7d_text (ncid, varid, values, start, count, stride, map) |
integer function nf90_get_var_1d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_2d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_3d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_4d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_5d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_6d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_7d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :, :, :), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_get_var_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), intent(out) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_1d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_2d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_3d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_4d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_5d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_6d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_7d_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), dimension(:, :, :, :, :, :, :), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |
integer function nf90_put_var_text | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), intent(in) | values, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | count, | ||
integer, dimension(:), intent(in), optional | stride, | ||
integer, dimension(:), intent(in), optional | map | ||
) |