Skip to content
Snippets Groups Projects
Commit a92432aa authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 3a9b247e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ from datetime import timezone ...@@ -3,7 +3,7 @@ from datetime import timezone
import glob import glob
import numpy as np import numpy as np
import xarray as xr import xarray as xr
from netCDF4 import Dataset, Dimension, Variable from netCDF4 import Dataset
from aeolus.geos_nav import GEOSNavigation from aeolus.geos_nav import GEOSNavigation
from aeolus.datasource import get_datasource from aeolus.datasource import get_datasource
from util.util import haversine_np, LatLonTuple, GenericException from util.util import haversine_np, LatLonTuple, GenericException
...@@ -14,7 +14,6 @@ from metpy.units import units ...@@ -14,7 +14,6 @@ from metpy.units import units
from util.gfs_reader import get_vert_profile_s from util.gfs_reader import get_vert_profile_s
from amv.intercompare import get_raob_dict_cdf from amv.intercompare import get_raob_dict_cdf
from util.line_plot import do_plot from util.line_plot import do_plot
import pickle
amv_file_duration = 60 # minutes amv_file_duration = 60 # minutes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment