msise00 icon indicating copy to clipboard operation
msise00 copied to clipboard

NRL MSISE-00 atmospheric model-- in Python and Matlab

Results 4 msise00 issues
Sort by recently updated
recently updated
newest added

Hello scivision, I'm a python amateur and am having some troubles with the msise00 installation and initialization. After following all of the steps in the readme, and installing MSYS2 64bit,...

* operating system: Manjaro (Arch Linux variant) * compiler & version: GCC/GFORTRAN 12.1.0 * Python version: Python 3.10.4 short test summary info: ``` FAILED src/msise00/tests/test_ccmc.py::test_ccmc - FileNotFoundError: [Errno 2] No...

Traces to https://github.com/space-physics/geomagindices/issues/5. Can this code be hardened against `NaN`s? ``` In [14]: m = msis.run("2011-01-01", (65,5,300), -49.5,69.5) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 m =...

Fixes https://github.com/space-physics/msise00/issues/24 by removing the deprecated calls to `importlib.resources.path` and by fixing a check for whether the build has occurred.