NetCDF-Fortran  4.4.4
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 269 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 301 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 333 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 365 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 397 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 429 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 461 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 22 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 45 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 77 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 109 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 141 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 173 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 205 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 237 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 2 of file netcdf_text_variables.f90.

Here is the call graph for this function:


Return to the Main Unidata NetCDF page.
Generated on Sun May 15 2016 13:27:33 for NetCDF-Fortran. NetCDF is a Unidata library.