NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
nf_genatt.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf_inq_att (ncid, varid, name, xtype, nlen)
 
integer function nf_inq_atttype (ncid, varid, name, xtype)
 
integer function nf_inq_attlen (ncid, varid, name, nlen)
 
integer function nf_inq_attid (ncid, varid, name, attnum)
 
integer function nf_inq_attname (ncid, varid, attnum, name)
 
integer function nf_copy_att (ncid_in, varid_in, name, ncid_out, varid_out)
 
integer function nf_rename_att (ncid, varid, name, newname)
 
integer function nf_del_att (ncid, varid, name)
 

Function/Subroutine Documentation

integer function nf_copy_att ( integer, intent(in)  ncid_in,
integer, intent(in)  varid_in,
character(len=*), intent(in)  name,
integer, intent(in)  ncid_out,
integer, intent(in)  varid_out 
)

Definition at line 209 of file nf_genatt.f90.

integer function nf_del_att ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name 
)

Definition at line 278 of file nf_genatt.f90.

integer function nf_inq_att ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name,
integer, intent(out)  xtype,
integer, intent(out)  nlen 
)

Definition at line 32 of file nf_genatt.f90.

integer function nf_inq_attid ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name,
integer, intent(out)  attnum 
)

Definition at line 139 of file nf_genatt.f90.

integer function nf_inq_attlen ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name,
integer, intent(out)  nlen 
)

Definition at line 104 of file nf_genatt.f90.

integer function nf_inq_attname ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, intent(in)  attnum,
character(len=*), intent(out)  name 
)

Definition at line 173 of file nf_genatt.f90.

integer function nf_inq_atttype ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name,
integer, intent(out)  xtype 
)

Definition at line 69 of file nf_genatt.f90.

integer function nf_rename_att ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character(len=*), intent(in)  name,
character(len=*), intent(in)  newname 
)

Definition at line 244 of file nf_genatt.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.