SABER
tools_netcdf::get_att Interface Reference

Public Member Functions

subroutine netcdf_get_att_int (mpl, ncid, attname, att, varid)
 Get attribute. More...
 
subroutine netcdf_get_att_real (mpl, ncid, attname, att, varid)
 Get attribute. More...
 
subroutine netcdf_get_att_logical (mpl, ncid, attname, att, varid)
 Get attribute. More...
 
subroutine netcdf_get_att_string (mpl, ncid, attname, att, varid)
 Get attribute. More...
 

Detailed Description

Definition at line 99 of file tools_netcdf.F90.

Member Function/Subroutine Documentation

◆ netcdf_get_att_int()

subroutine tools_netcdf::get_att::netcdf_get_att_int ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  ncid,
character(len=*), intent(in)  attname,
integer(kind_int), intent(out)  att,
integer, intent(in), optional  varid 
)

Get attribute.

Parameters
[in,out]mplMPI data
[in]ncidFile ID
[in]attnameAttribute name
[out]attAttribute
[in]varidVariable ID

Definition at line 883 of file tools_netcdf.F90.

◆ netcdf_get_att_logical()

subroutine tools_netcdf::get_att::netcdf_get_att_logical ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  ncid,
character(len=*), intent(in)  attname,
logical, intent(out)  att,
integer, intent(in), optional  varid 
)

Get attribute.

Parameters
[in,out]mplMPI data
[in]ncidFile ID
[in]attnameAttribute name
[out]attAttribute
[in]varidVariable ID

Definition at line 971 of file tools_netcdf.F90.

◆ netcdf_get_att_real()

subroutine tools_netcdf::get_att::netcdf_get_att_real ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  ncid,
character(len=*), intent(in)  attname,
real(kind_real), intent(out)  att,
integer, intent(in), optional  varid 
)

Get attribute.

Parameters
[in,out]mplMPI data
[in]ncidFile ID
[in]attnameAttribute name
[out]attAttribute
[in]varidVariable ID

Definition at line 927 of file tools_netcdf.F90.

◆ netcdf_get_att_string()

subroutine tools_netcdf::get_att::netcdf_get_att_string ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  ncid,
character(len=*), intent(in)  attname,
character(len=*), intent(out)  att,
integer, intent(in), optional  varid 
)

Get attribute.

Parameters
[in,out]mplMPI data
[in]ncidFile ID
[in]attnameAttribute name
[out]attAttribute
[in]varidVariable ID

Definition at line 1016 of file tools_netcdf.F90.


The documentation for this interface was generated from the following file: