NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
nf_varsio.F90 File Reference
#include "nfconfig.inc"
Include dependency graph for nf_varsio.F90:

Go to the source code of this file.

Functions/Subroutines

function nf_put_vars_text (ncid, varid, start, counts, strides, text)
 
function nf_put_vars_text_a (ncid, varid, start, counts, strides, text)
 
function nf_put_vars_int1 (ncid, varid, start, counts, strides, i1vals)
 
function nf_put_vars_int2 (ncid, varid, start, counts, strides, i2vals)
 
function nf_put_vars_int (ncid, varid, start, counts, strides, ivals)
 
function nf_put_vars_real (ncid, varid, start, counts, strides, rvals)
 
function nf_put_vars_double (ncid, varid, start, counts, strides, dvals)
 
function nf_put_vars (ncid, varid, start, counts, strides, values)
 
function nf_get_vars_text (ncid, varid, start, counts, strides, text)
 
function nf_get_vars_text_a (ncid, varid, start, counts, strides, text)
 
function nf_get_vars_int1 (ncid, varid, start, counts, strides, i1vals)
 
function nf_get_vars_int2 (ncid, varid, start, counts, strides, i2vals)
 
function nf_get_vars_int (ncid, varid, start, counts, strides, ivals)
 
function nf_get_vars_real (ncid, varid, start, counts, strides, rvals)
 
function nf_get_vars_double (ncid, varid, start, counts, strides, dvals)
 
function nf_get_vars (ncid, varid, start, counts, strides, values)
 

Function/Subroutine Documentation

function nf_get_vars ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(kind=c_char), intent(inout)  values 
)

Definition at line 1032 of file nf_varsio.F90.

function nf_get_vars_double ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
real(rk8), dimension(*), intent(out)  dvals 
)

Definition at line 970 of file nf_varsio.F90.

function nf_get_vars_int ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint), dimension(*), intent(out)  ivals 
)

Definition at line 836 of file nf_varsio.F90.

function nf_get_vars_int1 ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint1), dimension(*), intent(out)  i1vals 
)

Definition at line 683 of file nf_varsio.F90.

function nf_get_vars_int2 ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint2), dimension(*), intent(out)  i2vals 
)

Definition at line 761 of file nf_varsio.F90.

function nf_get_vars_real ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
real(nfreal), dimension(*), intent(out)  rvals 
)

Definition at line 903 of file nf_varsio.F90.

function nf_get_vars_text ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(len=*), intent(out)  text 
)

Definition at line 558 of file nf_varsio.F90.

function nf_get_vars_text_a ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(len=1), dimension(*), intent(out)  text 
)

Definition at line 621 of file nf_varsio.F90.

function nf_put_vars ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(kind=c_char), dimension(*), intent(in), target  values 
)

Definition at line 493 of file nf_varsio.F90.

function nf_put_vars_double ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
real(rk8), dimension(*), intent(in)  dvals 
)

Definition at line 431 of file nf_varsio.F90.

function nf_put_vars_int ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint), dimension(*), intent(in)  ivals 
)

Definition at line 297 of file nf_varsio.F90.

function nf_put_vars_int1 ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint1), dimension(*), intent(in)  i1vals 
)

Definition at line 144 of file nf_varsio.F90.

function nf_put_vars_int2 ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
integer(nfint2), dimension(*), intent(in)  i2vals 
)

Definition at line 222 of file nf_varsio.F90.

function nf_put_vars_real ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
real(nfreal), dimension(*), intent(in)  rvals 
)

Definition at line 364 of file nf_varsio.F90.

function nf_put_vars_text ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(len=*), intent(in)  text 
)

Definition at line 38 of file nf_varsio.F90.

function nf_put_vars_text_a ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(*), intent(in)  start,
integer, dimension(*), intent(in)  counts,
integer, dimension(*), intent(in)  strides,
character(len=1), dimension(*), intent(in)  text 
)

Definition at line 91 of file nf_varsio.F90.


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