cratepy.ioput.packager.store_paths_data

store_paths_data(input_file_name, input_file_path, input_file_dir, problem_name, problem_dir, offline_stage_dir, postprocess_dir, crve_file_path, discret_file_dir=None)[source]

Store problem directories and files paths.

Parameters:
  • input_file_name (str) – Input data file name.

  • input_file_path (str) – Input data file path.

  • input_file_dir (str) – Input data file directory path.

  • problem_name (str) – Problem name.

  • problem_dir (str) – Problem output directory path.

  • offline_stage_dir (str) – Problem output offline-stage subdirectory path.

  • postprocess_dir (str) – Problem output post-processing subdirectory path.

  • crve_file_path (str) – Problem ‘.crve’ output file path.

  • discret_file_dir (str, default=None) – Spatial discretization file directory path.

Returns:

dirs_dict – Container.

Return type:

dict