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

minor

parent c1abffd7
Branches
No related tags found
No related merge requests found
...@@ -1038,7 +1038,7 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc ...@@ -1038,7 +1038,7 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc
# if bottom model level # if bottom model level
if imin == 0 or imin == fcst_num_levels - 1: if imin == 0 or imin == fcst_num_levels - 1:
if verbose: if verbose:
print('AMV location lat,lon,alt ({0},{1},{2}) min vector difference at top/bottom'.format(amv_lat,amv_lon,amv_prs)) print('AMV location lat,lon,alt ({0},{1},{2}) min vector difference at top or bottom'.format(amv_lat,amv_lon,amv_prs))
else: else:
p3 = fcst_prs[imin+1] p3 = fcst_prs[imin+1]
p1 = fcst_prs[imin-1] p1 = fcst_prs[imin-1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment