NetCDF-Fortran  4.4.4
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

◆ nf_copy_att()

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 211 of file nf_genatt.f90.

◆ nf_del_att()

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

Definition at line 279 of file nf_genatt.f90.

◆ nf_inq_att()

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 33 of file nf_genatt.f90.

◆ nf_inq_attid()

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 140 of file nf_genatt.f90.

◆ nf_inq_attlen()

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 105 of file nf_genatt.f90.

◆ nf_inq_attname()

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 174 of file nf_genatt.f90.

◆ nf_inq_atttype()

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 70 of file nf_genatt.f90.

◆ nf_rename_att()

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 245 of file nf_genatt.f90.


Return to the Main Unidata NetCDF page.
Generated on Thu Nov 9 2017 06:56:52 for NetCDF-Fortran. NetCDF is a Unidata library.