Graphical User Interface for Configuring, Running, and Approximating the SOSAA Model
Project description
SOSAA GUI
The SOSAA model is a chemistry transport model that has been actively developed in the Multi-Scale Modelling Group at the University of Helsinki since 2011 [^1].
The SOSAA GUI provides a graphical user interface to configure, compile, run, and explore the SOSAA model. In particular, it allows the user to load, edit, and save INITFILEs for the model. The GUI is fully independent of SOSAA and can thus be run on a separate machine if needed. However, if SOSAA is installed on the same machine, the GUI can also be used to compile and run the model.
The GUI also provides access to the SOSAA Response Surface Model (RSM), which can be used to approximate the SOSAA model using machine learning. Note, however, that the SOSAA RSM, which is evaluated in Juniper Tyree's Masters Thesis on "Prudent Response Surface Models", should currently only be used to experiment with and improve the RSM itself.
Installation
pip
The SOSAA GUI is available on the Python Package Index (PyPI) and can be installed using
pip install sosaa-gui
This command can also be run inside a conda environment to install the SOSAA GUI with conda.
From Source
First, clone the git repository using
git clone https://github.com/juntyr/sosaa-gui.git
or
git clone git@github.com:juntyr/sosaa-gui.git
Next, enter the repository folder and use pip
to install the program:
cd sosaa-gui && pip install .
Finally, you can launch the GUI using
sosaa-gui
SOSAA Model Availability
Unfortunately, the SOSAA model is not yet publicly available. However, access to the complete SOSAA source code is provided upon request -- please contact Michael Boy (michael.boy@helsinki.fi), Putian Zhou (putian.zhou@helsinki.fi), or Petri Clusius (petri.clusius@helsinki.fi) for more information.
Usage Notes
If you experience problems with the UI scaling, try launching the GUI as follows:
QT_SCREEN_SCALE_FACTORS="1.17;1.17" sosaa-gui
Note that you will need xterm
, uxterm
, rxvt
, or urxvt
installed on your system and in your path if you want to compile or run SOSAA from within the SOSAA GUI.
License
Licensed under the GPL-3.0 license (LICENSE-GPL or https://www.gnu.org/licenses/gpl-3.0.html).
Citation
Please refer to the CITATION.cff file and refer to https://citation-file-format.github.io to extract the citation in a format of your choice.
The SOSAA GUI was created as part of Juniper Tyree's Masters Thesis "Prudent Response Surface Models" for the M.Sc. Theoretical and Computational Methods programme at the University of Helsinki.
[^1]: M. Boy et al. SOSA – a new model to simulate the concentrations of organic vapours and sulphuric acid inside the ABL – Part 1: Model description and initial evaluation. Atmospheric Chemistry and Physics. 2011;11 (1): 43–51. Available from: doi:10.5194/acp-11-43-2011.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sosaa-gui-0.1.0.tar.gz
.
File metadata
- Download URL: sosaa-gui-0.1.0.tar.gz
- Upload date:
- Size: 100.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2aea28004ddd845c6d2912eafe070b6e299182ed0c2600b88bff2da090030e5 |
|
MD5 | ec2bfc14342cf81461741c74ac80dad6 |
|
BLAKE2b-256 | 64a7ad67c9112530f3e0d8d1003ce1b9600f51f564a5159e984ac4eaac698476 |
File details
Details for the file sosaa_gui-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sosaa_gui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 115.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f97da01ca9229240f831e2bbb099276c3b507586e9cf6b95b19803400c79b5 |
|
MD5 | e1e420e9925018096f6f9475940aae10 |
|
BLAKE2b-256 | b85198d31fef4b96ab08afb9afbfebc60510590ce4cf9dbdd4318aa18d160d07 |