Skip to content

Commit

Permalink
Merge pull request #159 from zmoon/gml-ozonesonde
Browse files Browse the repository at this point in the history
GML 100-m ozonesondes
  • Loading branch information
zmoon authored Apr 12, 2024
2 parents 5b9d26b + 649a611 commit 9f246d9
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 3 deletions.
3 changes: 2 additions & 1 deletion monetio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import grids
from .models import camx, cmaq, fv3chem, hysplit, hytraj, ncep_grib, pardump, prepchem, raqms
from .obs import aeronet, airnow, aqs, cems, crn, improve, ish, ish_lite, nadp, openaq, pams
from .profile import geoms, icartt, tolnet
from .profile import geoms, gml_ozonesonde, icartt, tolnet
from .sat import goes

__version__ = "0.2.5"
Expand Down Expand Up @@ -33,6 +33,7 @@
#
# profile obs
"geoms",
"gml_ozonesonde",
"icartt",
"tolnet",
#
Expand Down
4 changes: 2 additions & 2 deletions monetio/profile/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from . import geoms, icartt, tolnet
from . import geoms, gml_ozonesonde, icartt, tolnet

__all__ = ["tolnet", "icartt", "geoms"]
__all__ = ["tolnet", "icartt", "geoms", "gml_ozonesonde"]

__name__ = "profile"
Loading

0 comments on commit 9f246d9

Please sign in to comment.