hypatia.Model.create_data_excels

Model.create_data_excels(path, force_rewrite=False)

Writes the parameter excel files with the default values and required indexing by passing an arbitary path

Note

The input data files are including regional parameter files and global and connections parameter files in case of multi-node model

Parameters:
  • path (str) – path defines the directory where model parameter files are going to be witten. It can be different from the path where set files are located

  • force_rewrite (boolean) – to avoid over writing the parameters, this will stop the code if the same file already exists. In case, you need to over-write, force_rewrite = True will do it