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

◆ nf_get_vars()

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 1040 of file nf_varsio.F90.

◆ nf_get_vars_double()

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 976 of file nf_varsio.F90.

◆ nf_get_vars_int()

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 842 of file nf_varsio.F90.

◆ nf_get_vars_int1()

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 689 of file nf_varsio.F90.

◆ nf_get_vars_int2()

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 767 of file nf_varsio.F90.

◆ nf_get_vars_real()

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 909 of file nf_varsio.F90.

◆ nf_get_vars_text()

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 564 of file nf_varsio.F90.

◆ nf_get_vars_text_a()

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 627 of file nf_varsio.F90.

◆ nf_put_vars()

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 501 of file nf_varsio.F90.

◆ nf_put_vars_double()

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 437 of file nf_varsio.F90.

◆ nf_put_vars_int()

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 303 of file nf_varsio.F90.

◆ nf_put_vars_int1()

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 150 of file nf_varsio.F90.

◆ nf_put_vars_int2()

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 228 of file nf_varsio.F90.

◆ nf_put_vars_real()

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 370 of file nf_varsio.F90.

◆ nf_put_vars_text()

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 44 of file nf_varsio.F90.

◆ nf_put_vars_text_a()

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 98 of file nf_varsio.F90.


Return to the Main Unidata NetCDF page.
Generated on Thu Nov 9 2017 06:56:52 for NetCDF-Fortran. NetCDF is a Unidata library.