SABER
|
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... | |
Definition at line 99 of file tools_netcdf.F90.
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.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[out] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 883 of file tools_netcdf.F90.
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.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[out] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 971 of file tools_netcdf.F90.
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.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[out] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 927 of file tools_netcdf.F90.
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.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[out] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 1016 of file tools_netcdf.F90.