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

Go to the source code of this file.

Functions/Subroutines

integer function nf_put_vara_text (ncid, varid, start, counts, text)
 
integer function nf_put_vara_text_a (ncid, varid, start, counts, text)
 
integer function nf_put_vara_int1 (ncid, varid, start, counts, i1vals)
 
integer function nf_put_vara_int2 (ncid, varid, start, counts, i2vals)
 
integer function nf_put_vara_int (ncid, varid, start, counts, ivals)
 
integer function nf_put_vara_real (ncid, varid, start, counts, rvals)
 
function nf_put_vara_double (ncid, varid, start, counts, dvals)
 
integer function nf_put_vara (ncid, varid, start, counts, values)
 
integer function nf_get_vara_text (ncid, varid, start, counts, text)
 
integer function nf_get_vara_text_a (ncid, varid, start, counts, text)
 
integer function nf_get_vara_int1 (ncid, varid, start, counts, i1vals)
 
integer function nf_get_vara_int2 (ncid, varid, start, counts, i2vals)
 
integer function nf_get_vara_int (ncid, varid, start, counts, ivals)
 
integer function nf_get_vara_real (ncid, varid, start, counts, rvals)
 
function nf_get_vara_double (ncid, varid, start, counts, dvals)
 
integer function nf_get_vara (ncid, varid, start, counts, values)
 

Function/Subroutine Documentation

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

Definition at line 902 of file nf_varaio.F90.

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

Definition at line 848 of file nf_varaio.F90.

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

Definition at line 734 of file nf_varaio.F90.

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

Definition at line 604 of file nf_varaio.F90.

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

Definition at line 670 of file nf_varaio.F90.

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

Definition at line 791 of file nf_varaio.F90.

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

Definition at line 497 of file nf_varaio.F90.

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

Definition at line 551 of file nf_varaio.F90.

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

Definition at line 440 of file nf_varaio.F90.

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

Definition at line 386 of file nf_varaio.F90.

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

Definition at line 272 of file nf_varaio.F90.

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

Definition at line 142 of file nf_varaio.F90.

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

Definition at line 208 of file nf_varaio.F90.

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

Definition at line 329 of file nf_varaio.F90.

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

Definition at line 36 of file nf_varaio.F90.

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

Definition at line 89 of file nf_varaio.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.