NetCDF-Fortran  4.4.4
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 1003 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 857 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 692 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 776 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 930 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 555 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 624 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 487 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 341 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 176 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 260 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 414 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 40 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 108 of file nf_varmio.F90.


Return to the Main Unidata NetCDF page.
Generated on Sun May 15 2016 13:27:33 for NetCDF-Fortran. NetCDF is a Unidata library.