- Use the ATMO equilibrium chemistry plugin in your TauREx 3.1 forward models and retrievals.
- Ensure that you have a working installation of ATMO on your machine (https://www.gitlab.erc-atmo.eu/1-2d_tools/atmo). If you need access to ATMO, please contact Pascal Tremblin: pascal.tremblin@cea.fr
- You will need a working installation of TauREx 3.1 on your machine, with associated required Python packages: https://taurex3-public.readthedocs.io/
You can install frogr via pip from PyPI:
$ pip install frogrAlternatively, clone this Github and install via terminal with. This is done by:
Cloning the directory using:
$ git clone https://github.com/michellebieger/frogr.gitMove into frogr's folder:
$ cd frogrInstall by then typing in:
$ pip install .If you are unable to install, a common error for HPC systems can be the Poetry log install requirements, which dictate a high-level version of Python. Try creating a new conda environment and then try pip install'ing once more:
$ conda create -n [insertpreferredenvname] python=3.8You can check the installation by importing frogr into Python:
$ python -c "import frogr"To check that TauREx 3.1 has correctly registered your plugin:
$ taurex --pluginsIf there are no errors, you have been successful!
Please see the Command-line Reference for details.
Distributed under the terms of the GPL 3.0 license, frogr is free and open source software.
If you encounter any problems, please email michellebieger@live.com with a detailed description of the issue.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.