2 Likes
Dear Rodelio,
Thanks for your question. I'm sorry you weren't able to use NEMO with LEAP. If you can provide more information on what went wrong, perhaps we can help troubleshoot. Please note that we've just released new versions of LEAP and NEMO that include a number of enhancements. They may rectify the problems you encountered.
As for working with NEMO at a command line, unfortunately we don't have any step-by-step examples right now. That is something we will work on. Here are a few tips to get you started, though.
1) I'd suggest installing DB Browser for SQLite (https://sqlitebrowser.org/) as a client to work with NEMO's SQLite databases. It will give you an interface for loading and querying data.
2) To create an empty NEMO scenario database in SQLite, use NEMO's createnemodb function (https://sei-international.github.io/NemoMod.jl/stable/functions/#createnemodb).
3) For some examples of NEMO scenario databases, look in the test directory for the NEMO package. There are instructions for locating this directory in the NEMO documentation on scenario databases (https://sei-international.github.io/NemoMod.jl/stable/scenario_db/).
4) When you calculate a scenario, NEMO saves results in the scenario's SQLite database. You can then visualize the results using any tool that connects to SQLite (e.g., Tableau or charting packages in Julia). Alternatively, you can export results from the database to Excel (use DB Browser for SQLite to do this) and analyze them there.
I hope this information helps! Please let us know if you have further questions.