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

Go to the source code of this file.

Functions/Subroutines

integer function nf_put_varm_text (ncid, varid, start, counts, strides, maps, text)
 
integer function nf_put_varm_text_a (ncid, varid, start, counts, strides, maps, text)
 
integer function nf_put_varm_int1 (ncid, varid, start, counts, strides, maps, i1vals)
 
integer function nf_put_varm_int2 (ncid, varid, start, counts, strides, maps, i2vals)
 
integer function nf_put_varm_int (ncid, varid, start, counts, strides, maps, ivals)
 
integer function nf_put_varm_real (ncid, varid, start, counts, strides, maps, rvals)
 
integer function nf_put_varm_double (ncid, varid, start, counts, strides, maps, dvals)
 
integer function nf_get_varm_text (ncid, varid, start, counts, strides, maps, text)
 
integer function nf_get_varm_text_a (ncid, varid, start, counts, strides, maps, text)
 
integer function nf_get_varm_int1 (ncid, varid, start, counts, strides, maps, i1vals)
 
integer function nf_get_varm_int2 (ncid, varid, start, counts, strides, maps, i2vals)
 
integer function nf_get_varm_int (ncid, varid, start, counts, strides, maps, ivals)
 
integer function nf_get_varm_real (ncid, varid, start, counts, strides, maps, rvals)
 
integer function nf_get_varm_double (ncid, varid, start, counts, strides, maps, dvals)
 

Function/Subroutine Documentation

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

Definition at line 1001 of file nf_varmio.F90.

integer function nf_get_varm_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, dimension(*), intent(in)  maps,
integer(nfint), dimension(*), intent(out)  ivals 
)

Definition at line 855 of file nf_varmio.F90.

integer function nf_get_varm_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, dimension(*), intent(in)  maps,
integer(nfint1), dimension(*), intent(out)  i1vals 
)

Definition at line 690 of file nf_varmio.F90.

integer function nf_get_varm_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, dimension(*), intent(in)  maps,
integer(nfint2), dimension(*), intent(out)  i2vals 
)

Definition at line 774 of file nf_varmio.F90.

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

Definition at line 928 of file nf_varmio.F90.

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

Definition at line 553 of file nf_varmio.F90.

integer function nf_get_varm_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,
integer, dimension(*), intent(in)  maps,
character(len=1), dimension(*), intent(out)  text 
)

Definition at line 622 of file nf_varmio.F90.

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

Definition at line 485 of file nf_varmio.F90.

integer function nf_put_varm_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, dimension(*), intent(in)  maps,
integer(nfint), dimension(*), intent(in)  ivals 
)

Definition at line 339 of file nf_varmio.F90.

integer function nf_put_varm_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, dimension(*), intent(in)  maps,
integer(nfint1), dimension(*), intent(in)  i1vals 
)

Definition at line 174 of file nf_varmio.F90.

integer function nf_put_varm_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, dimension(*), intent(in)  maps,
integer(nfint2), dimension(*), intent(in)  i2vals 
)

Definition at line 258 of file nf_varmio.F90.

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

Definition at line 412 of file nf_varmio.F90.

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

Definition at line 38 of file nf_varmio.F90.

integer function nf_put_varm_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,
integer, dimension(*), intent(in)  maps,
character(len=1), dimension(*), intent(in)  text 
)

Definition at line 106 of file nf_varmio.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.