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

minor...

parent d604ccb3
No related branches found
No related tags found
No related merge requests found
...@@ -64,12 +64,13 @@ def get_amvs(amv_ds, timestamp, filepath=None): ...@@ -64,12 +64,13 @@ def get_amvs(amv_ds, timestamp, filepath=None):
return param_nd return param_nd
# For each raob position in raob_dct, find all AMVs in time/space window
# raob_dict: (lat,lon) -> profiles # raob_dict: (lat,lon) -> profiles
# raob_time: nominal time # raob_time: nominal time
# amv_ds: AMV data source # amv_ds: AMV data source
# time_window: (minutes) # time_window: (minutes)
# filepath (RAOB) # filepath (RAOB)
# return dict: raob -> tuple (amv_lon, amv_lat, elem, line, amv_pres, amv_spd, amv_dir) # return dict: raob (lat, lon) -> tuple (amv_lon, amv_lat, elem, line, amv_pres, amv_spd, amv_dir)
def match_amvs_to_raobs(raob_dict, raob_time, amv_ds, time_window=10, filepath=None): def match_amvs_to_raobs(raob_dict, raob_time, amv_ds, time_window=10, filepath=None):
nav = amv_ds.get_navigation() nav = amv_ds.get_navigation()
amv_params = amv_ds.get_parameters() amv_params = amv_ds.get_parameters()
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment