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

snapshot...

parent ebbe5551
Branches
No related tags found
No related merge requests found
...@@ -404,7 +404,8 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou ...@@ -404,7 +404,8 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou
amv_lons = amvs_nd[:, amv_lon_idx] amv_lons = amvs_nd[:, amv_lon_idx]
amv_lats = amvs_nd[:, amv_lat_idx] amv_lats = amvs_nd[:, amv_lat_idx]
temp_prof_s, gfs_press = get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats) # temp_prof_s, gfs_press = get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats)
temp_prof_s, gfs_press = get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats)
alt_f = [] alt_f = []
for k in range(num_amvs): for k in range(num_amvs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment