cosmotech.coal.cosmotech_api.parameters¶
parameters
¶
Parameter handling functions.
This module provides functions for handling parameters in solution templates.
write_parameters(parameter_folder, parameters, write_csv, write_json)
¶
Write parameters to CSV and/or JSON files.
Args: parameter_folder: The folder to write the parameters to parameters: The parameters to write write_csv: Whether to write the parameters to a CSV file write_json: Whether to write the parameters to a JSON file
Source code in cosmotech/coal/cosmotech_api/parameters.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
|