swiftest.Simulation.get_init_cond_files#
- Simulation.get_init_cond_files(arg_list=None, **kwargs)[source]#
Returns a subset of the parameter dictionary containing the current initial condition file parameters.
If the verbose option is set in the Simulation object, then it will also print the values.
- Parameters:
arg_list (str | List[str], optional) – A single string or list of strings containing the names of the simulation time parameters to extract. Default is all of: [“init_cond_file_type”, “init_cond_file_name”, “init_cond_format”]
**kwargs (Any) – A dictionary of additional keyword argument. This allows this method to be called by the more general get_parameter method, which takes all possible Simulation parameters as arguments, so these are ignored.
- Returns:
init_cond_file_dict (dict) – A dictionary containing the requested parameters