-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRI-2016 not running past 2010 #128
Comments
Verified using: |
I tried compiling pyglow using an older version of IRI-16:
So some update of IRI broke pyglow post-2010 somehow. It's hard to narrow it down further since I can't find old versions of IRI online (I happened to have 2016.15 05/07/18 locally saved). |
PR #131 fixes this problem by adding the correct list of iri 2016 files in the setup.py file. Essentially file dgrf2015.dat was missing in the installed files. The PR just passed the tests, and hopefully can be merged to master before we include pyglow in our upcoming resen-core release. |
I noticed that something is crashing IRI-2016 for dates past Jan 1 2010. This is occurring both on my local computer (Mac) as well as the Travis CI linux setup for pysatMissions, which includes IRI functionality through pyglow.
If I run the following, I get the expected parameters in
pt
.However, if the time is set to dt.datetime(2010, 1, 1) or later, ipython and pytest will crash without further output.
If I use the
version=2012
flag, this runs as expected, with the obvious warnings for years past 2015.Local setup:
python 3.7.3
Mac OS X 10.15.4
numpy 1.19.0
scipy 1.4.1
The text was updated successfully, but these errors were encountered: