immerse-project / nemo-simsar

Tools and guides how to share NEMO user configurations & experiments with others using a git repository.
6 stars 0 forks source link

NEW: Write tools to deal with input.ini #8

Open mscheinert opened 4 years ago

mscheinert commented 4 years ago

Description

input.ini is the proposed file for holding a list of all necessary input files including their sources and some other information (checksum, References, PID/DOI,...). The file is an ASCII file which can be easily modified by the user. But it might be useful to have small tools for the following tasks:

Proposed Solution

No Solution yet, but I'd like to suggest writing it in python and write it as module/library from the very beginning!

lmicallef commented 3 years ago

@mscheinert as a proposed solution: I have created this interface to manage the input.ini. I will continue working on the code and will upload shortly. Please, let me know if you have suggestions.

inputInterface