A collection of meteor ablation models
Project description
Meteoroid Ablation Models
Install
pip install ablate
matplotlib backends
on arch to get matplotlib to work
pip install Qt5Agg
and add a ~/.config/matplotlib/matplotlibrc with backend:qt5agg.
see https://matplotlib.org/stable/tutorials/introductory/usage.html#backends
msise00 atmospheric model
make sure cmake is installed! sudo pacman -S cmake and also gfortran sudo pacman -S gcc gcc-fortran and the basic libs sudo pacman -S base-devel
if compilation fails use the enviormennt variables, for bash export FC="/usr/bin/gfortran" in fish set -x FC "/usr/bin/gfortran". If cmake still tries to use gcc for compilation, make sure to remove the build folder under my_env/lib/pythonX.X/site-packages/msise00/build so that no cached files override the enviornment variables.
mkdir /my/env/msise00_source
cd /my/env/msise00_source
git clone https://github.com/scivision/msise00
cd msise00
pip install -e .
python -c "import msise00; msise00.base.build()"
or
pip install git+git://github.com/space-physics/msise00.git@main
python -c "import msise00; msise00.base.build()"
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metablate-0.1.0.tar.gz.
File metadata
- Download URL: metablate-0.1.0.tar.gz
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2175a91d3eaeb1f4608d8fe4105a792d8beb1fc04f7389e769098c990795ced9
|
|
| MD5 |
8218e0e736633ea6198c226721c0f815
|
|
| BLAKE2b-256 |
6f6387151ce61f4c161ac9dade1d5d3c80c8394e5dc4a85ee3bd0cacd4fabdbf
|
File details
Details for the file metablate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: metablate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 59.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13d7b745055d9a02e99ec31f5c0bf7b5bc445ed9cdb5ea505b3a158b07a93cff
|
|
| MD5 |
8fc488b01c0f6357a2da4e5e5f4a4a43
|
|
| BLAKE2b-256 |
369171122dade55f65bd12babb6df64a1f97b065d8297f770d67e7c98500f72d
|