arras-energy / gridlabd

Arras Energy simulator
https://www.arras.energy/
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

MDB Converting Issue with File Name #25

Closed stephcd closed 1 year ago

stephcd commented 1 year ago

Problem description

When using the MDB conversion code (gridlabd -D mdb_load_options="-t cyme" .mdb) on my local device through Docker, I was unable to convert my mdb file when it had spaces and commas in its file name. Once those were deleted and replaced with underscores, the conversion worked.

Steps to reproduce

  1. Go to Terminal
  2. Log on the Docker Image and locate your .mdb file
  3. Run gridlabd -D mdb_load_options="-t cyme" .mdb -o .glm
  4. See error if the file is not named correctly

Expected behavior

I expected the file to convert into a .glm file.

System information