-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This PR fixes (fingers crossed) the level bug in `mon_data_space.py`. These recent bugs all stem from the inconsistent logic in the legacy control files (which describe the structure of the binary station and data files). Initially I had (naïvely) assumed that if any of the three defined dimensions (xdef, ydef, zdef) were 1 then it could be ignored. That is not true, since we want to iterate on Level, and that can legitimately be dimension 1 (surface pressure, most ozone time series). This release corrects that and adds more in-line notes so I'll have a better/faster handle on this if/when I need to revisit it. Testing has been done with the oznTime plots (from which I encountered the problem, as well as conventional, radiance, and minmon plots to try to test all cases. Resolves #180 .
- Loading branch information
1 parent
66dfd09
commit 455c377
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters