NetCDF-Fortran  4.4.4
netcdf_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

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 247 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 284 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 321 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 358 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 395 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 432 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 469 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 523 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 netcdf_eightbyte.f90.

Here is the call graph for this function:

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 37 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 72 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 107 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 142 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 177 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 212 of file netcdf_eightbyte.f90.

Here is the call graph for this function:

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 506 of file netcdf_eightbyte.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.