space-physics / msise00

NRL MSISE-00 atmospheric model-- in Python and Matlab
https://ccmc.gsfc.nasa.gov/pub/modelweb/atmospheric/msis/
MIT License
47 stars 22 forks source link

Anaconda #19

Closed Kang-Sun-CfA closed 2 years ago

Kang-Sun-CfA commented 3 years ago

I wonder if it is possible to make the package compatible with conda? I have anaconda installed and pip may raise conflict.

scivision commented 3 years ago

I use Anaconda always and don't notice a problem. What's the warning message?

Kang-Sun-CfA commented 2 years ago

I have figured out using pip in anaconda. Unrelated, I found "implicit none (external)" in fortran/msise00_sub.f gives error, and it works when "(external)" is removed.