Skip to content
Snippets Groups Projects
Commit c65df034 authored by rink's avatar rink
Browse files

snapshot

parent 1cce267f
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,8 @@ for n, filename in enumerate(files):
totlevs = 0
for m in range(nlevm):
if rid[i, m] > 0:
if mie_err[i,m] < wind_err_thresh:
if mie_valid[i,m] > 0.0:
if mie_err[i, m] < wind_err_thresh:
if mie_valid[i, m] > 0.0:
totlevs = totlevs + 1
ntotm = ntotm + 1
......@@ -183,8 +183,8 @@ for n, filename in enumerate(files):
for m in range(nlevm):
# keep consistent with the lines of totlevs above !!!
if rid[i, m] > 0:
if mie_err[i,m] < wind_err_thresh:
if mie_valid[i,m] > 0.0:
if mie_err[i, m] < wind_err_thresh:
if mie_valid[i, m] > 0.0:
# print >>f60, '%2i %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f' %(int(m+1), \
# mie_hhh[i,m], mie_hht[i,m], mie_hhb[i,m], mie_err[i,m], \
# mie_azimuth[i,m], mie_wind[i,m], mie_length[i,m])
......
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