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

snapshot...

parent 09d433f8
No related branches found
No related tags found
No related merge requests found
...@@ -565,6 +565,7 @@ def analyze2(raob_to_amv_dct, raob_dct): ...@@ -565,6 +565,7 @@ def analyze2(raob_to_amv_dct, raob_dct):
.format(int(x_values[i]), num_pres[i], np.average(np.abs(bin_pres[i])), np.average(bin_pres[i]), .format(int(x_values[i]), num_pres[i], np.average(np.abs(bin_pres[i])), np.average(bin_pres[i]),
np.average(np.abs(bin_spd[i])), np.average(bin_spd[i]), np.average(np.abs(bin_dir[i])), np.average(bin_dir[i]))) np.average(np.abs(bin_spd[i])), np.average(bin_spd[i]), np.average(np.abs(bin_dir[i])), np.average(bin_dir[i])))
# imports the S4 NOAA output # imports the S4 NOAA output
# filename: full path as a string, '/home/user/filename' # filename: full path as a string, '/home/user/filename'
# returns a dict: time -> list of profiles (a profile is a list of levels) # returns a dict: time -> list of profiles (a profile is a list of levels)
......
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