NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
netcdf_text_variables.f90 File Reference

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)
 

Function/Subroutine Documentation

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 
)

Definition at line 268 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 300 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 332 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 364 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 396 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 428 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 460 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 21 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 44 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 76 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 108 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 140 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 172 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 204 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 236 of file netcdf_text_variables.f90.

Here is the call graph for this function:

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 
)

Definition at line 1 of file netcdf_text_variables.f90.

Here is the call graph for this function:


Return to the Main Unidata NetCDF page.
Generated on Mon Dec 19 2016 16:43:43 for NetCDF-Fortran. NetCDF is a Unidata library.