SABER
|
Public Member Functions | |
subroutine | netcdf_put_att_int (mpl, ncid, attname, att, varid) |
Put attribute. More... | |
subroutine | netcdf_put_att_real (mpl, ncid, attname, att, varid) |
Put attribute. More... | |
subroutine | netcdf_put_att_logical (mpl, ncid, attname, att, varid) |
Put attribute. More... | |
subroutine | netcdf_put_att_string (mpl, ncid, attname, att, varid) |
Put attribute. More... | |
Definition at line 88 of file tools_netcdf.F90.
subroutine tools_netcdf::put_att::netcdf_put_att_int | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | ncid, | ||
character(len=*), intent(in) | attname, | ||
integer(kind_int), intent(in) | att, | ||
integer, intent(in), optional | varid | ||
) |
Put attribute.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[in] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 704 of file tools_netcdf.F90.
subroutine tools_netcdf::put_att::netcdf_put_att_logical | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | ncid, | ||
character(len=*), intent(in) | attname, | ||
logical, intent(in) | att, | ||
integer, intent(in), optional | varid | ||
) |
Put attribute.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[in] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 792 of file tools_netcdf.F90.
subroutine tools_netcdf::put_att::netcdf_put_att_real | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | ncid, | ||
character(len=*), intent(in) | attname, | ||
real(kind_real), intent(in) | att, | ||
integer, intent(in), optional | varid | ||
) |
Put attribute.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[in] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 748 of file tools_netcdf.F90.
subroutine tools_netcdf::put_att::netcdf_put_att_string | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | ncid, | ||
character(len=*), intent(in) | attname, | ||
character(len=*), intent(in) | att, | ||
integer, intent(in), optional | varid | ||
) |
Put attribute.
[in,out] | mpl | MPI data |
[in] | ncid | File ID |
[in] | attname | Attribute name |
[in] | att | Attribute |
[in] | varid | Variable ID |
Definition at line 837 of file tools_netcdf.F90.