NetCDF-Fortran  4.4.4
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 903 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 850 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 735 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 605 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 671 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 792 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 498 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 552 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 441 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 388 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 273 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 143 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 209 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 330 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 37 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 90 of file nf_varaio.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.