swiftest.io.write_labeled_param#
- swiftest.io.write_labeled_param(param, param_file_name)[source]#
Writes a Swifter/Swiftest param.in file.
- Parameters:
param (dictionary) – The entries in the user parameter file
param_file_name (PathLike) – File name of the input parameter file
- Returns:
None
Notes
Using str(val) instead of f-strings prevents np.longdouble from being cast as float before printing.