NetCDF-Fortran  4.4.4
netcdf4_eightbyte.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf90_put_var_1d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_2d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_3d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_4d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_5d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_6d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_7d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_1d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_2d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_3d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_4d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_5d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_6d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_get_var_7d_eightbyteint (ncid, varid, values, start, count, stride, map)
 
integer function nf90_put_var_eightbyteint (ncid, varid, values, start)
 
integer function nf90_get_var_eightbyteint (ncid, varid, values, start)
 

Function/Subroutine Documentation

◆ nf90_get_var_1d_eightbyteint()

integer function nf90_get_var_1d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_2d_eightbyteint()

integer function nf90_get_var_2d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 421 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_3d_eightbyteint()

integer function nf90_get_var_3d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 477 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_4d_eightbyteint()

integer function nf90_get_var_4d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 533 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_5d_eightbyteint()

integer function nf90_get_var_5d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 589 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_6d_eightbyteint()

integer function nf90_get_var_6d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 645 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_7d_eightbyteint()

integer function nf90_get_var_7d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 701 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_get_var_eightbyteint()

integer function nf90_get_var_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), intent(out)  values,
integer, dimension(:), intent(in), optional  start 
)

Definition at line 782 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_1d_eightbyteint()

integer function nf90_put_var_1d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 2 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_2d_eightbyteint()

integer function nf90_put_var_2d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 52 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_3d_eightbyteint()

integer function nf90_put_var_3d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 105 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_4d_eightbyteint()

integer function nf90_put_var_4d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 157 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_5d_eightbyteint()

integer function nf90_put_var_5d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 209 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_6d_eightbyteint()

integer function nf90_put_var_6d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 261 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_7d_eightbyteint()

integer function nf90_put_var_7d_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), 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 313 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

◆ nf90_put_var_eightbyteint()

integer function nf90_put_var_eightbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer (kind = eightbyteint), intent(in)  values,
integer, dimension(:), intent(in), optional  start 
)

Definition at line 758 of file netcdf4_eightbyte.f90.

Here is the call graph for this function:

Return to the Main Unidata NetCDF page.
Generated on Fri Aug 4 2017 17:20:58 for NetCDF-Fortran. NetCDF is a Unidata library.