phil-sandwell / CLOVER

CLOVER minigrid simulation and optimisation for supporting rural electrification in developing countries
MIT License
9 stars 10 forks source link

Locations folders substructure #49

Open BenWinchester opened 3 years ago

BenWinchester commented 3 years ago

The sub-structure within the locations folder will be changed with user-inputted files moved to an inputs subdirectory, CLOVER auto-generated files moved to a clover_internal subdirectory, and the outputs moved.

Proposed structure post resolution:

locations/Bahraich
└── inputs
│   └── Generation
│      └── Diesel
│           └── Diesel inputs.csv
├── clover_internal
│  └── Generation
│       └── Grid
│           ├── all_grid_status.csv
│           ├── bahraich_grid_status.csv
│           ├── daytime_grid_status.csv
│           └── eight_hours_grid_status.csv
└── outputs
    └── Optimisation
        └── Saved optimisations
            └── Example
                ├── Iteration length = 1.00.csv
                ├── Iteration length = 2.00.csv
                ├── Iteration length = 4.00.csv
                ├── Iteration length = 6.00.csv
                └── Iteration length lifetime summary of results.csv