generate_model_parameter_and_data_files
- generate_model_parameter_and_data_files(simulation_config: SimulationConfig, model_file_name: str = 'model.yml', parameter_file_name: str = 'parameters.csv', data_file_name: str = 'dataset.nc')[source]
Generate and save the model, parameter, and data files for the simulation.
This function generates the model file, parameter file, and data file based on the given simulation configuration.
- Parameters:
simulation_config (SimulationConfig) – The configuration for the simulation.
model_file_name (str, optional) – The name of the file to save the model. Defaults to “model.yml”.
parameter_file_name (str, optional) – The name of the file to save the parameters. Defaults to “parameters.csv”.
data_file_name (str, optional) – The name of the file to save the data. Defaults to “dataset.nc”.