Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Attach new named scalar attribute (double precision float or integer) to HDF5 object (group or dataset) More...
Private Member Functions | |
subroutine | s_hdf5_ser_write_attribute_dble (handle, objpath, attrname, attrvalue, error) |
Attach named float64 attribute to existing group or dataset. More... | |
subroutine | s_hdf5_ser_write_attribute_int (handle, objpath, attrname, attrvalue, error) |
Attach named integer attribute to existing group or dataset. More... | |
Attach new named scalar attribute (double precision float or integer) to HDF5 object (group or dataset)
[in] | handle | file handle |
[in] | objpath | absolute path of HDF5 object (group or dataset) |
[in] | attrname | name of HDF5 attribute |
[in] | attrvalue | scalar value |
[out] | error | HDF5 error code |
Definition at line 134 of file sll_m_hdf5_io_serial.F90.
|
private |
Attach named float64 attribute to existing group or dataset.
Definition at line 452 of file sll_m_hdf5_io_serial.F90.
|
private |
Attach named integer attribute to existing group or dataset.
Definition at line 468 of file sll_m_hdf5_io_serial.F90.