SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Reusing ddcks? #430

Closed ahobeost closed 1 year ago

ahobeost commented 1 year ago

Currently, ddcks need to be copied into specific folders. Even if the contents is identical. It would be meaningful to reduce this workload

Possible solutions:

zuckerruebe commented 1 year ago
zuckerruebe commented 1 year ago

Actually, for the ice grid case this issue wouldn't help much, as the copied ddcks differ in the profile they're referring to.

ahobeost commented 1 year ago

I disagree, as we have the case where multiple sinks are turned off.

ahobeost commented 1 year ago

This has been implemented in https://github.com/SPF-OST/pytrnsys/pull/158.