Convenience functions that read or write to the HDF5 file
Returns the description of an output variable. If the description is empty, returns the variable name.
| Parameters: |
|
|---|
Returns a list of the output variables names in the HDF5 file.
| Parameters: | hf – An open HDF5 filehandle or a string containing the HDF5 filename to use. |
|---|---|
| Returns: | A sorted list of the output variable names in the HDF5 file. |
Returns a list of the input parameter names in the HDF5 file.
| Parameters: | hf – An open HDF5 filehandle or a string containing the HDF5 filename to use. |
|---|
Returns a list of arrays of input parameter values.
| Parameters: | hf – An open HDF5 filehandle or a string containing the HDF5 filename to use. |
|---|
Returns the response function for an output variable.
| Parameters: |
|
|---|
Returns an array containing the values of the output variable.
| Parameters: |
|
|---|---|
| Returns: | An array |
| Raises: | ValueError – if var is not found or var is None and there are multiple output variables. |
Returns the description of an input variable. If the description is empty, returns the variable name.
| Parameters: |
|
|---|
Sets values of the output variable in the HDF5 file. Writes array to ‘/output/data/var‘.
| Parameters: |
|
|---|