swiftest.io.read_swiftest_param#
- swiftest.io.read_swiftest_param(param_file_name, param, verbose=True)[source]#
Reads in a Swiftest param.in file and saves it as a dictionary
- Parameters:
param_file_name (PathLike) β File name of the input parameter file
param (dict) β Dictionary to store the entries in the user parameter file
verbose (bool, default True) β Print out information about the file being read
- Returns:
param (dict) β A dictionary containing the entries in the user parameter file