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

snapshot...

parent 7d310f65
Branches
No related tags found
No related merge requests found
...@@ -131,7 +131,6 @@ def match_calipso_clavrx_to_amvs(nom_time, calipso_clavrx_nc4, amv_files, calips ...@@ -131,7 +131,6 @@ def match_calipso_clavrx_to_amvs(nom_time, calipso_clavrx_nc4, amv_files, calips
alt_s = [] alt_s = []
for k in range(num_amvs): for k in range(num_amvs):
#alt = pressure_to_altitude(param_nd[4, k], None, gfs_press, temp_prof_s[k, :])
alt = pressure_to_altitude(amvs_da.loc[amv_files.press_name, k].data, None, gfs_press, temp_prof_s[k, :]) alt = pressure_to_altitude(amvs_da.loc[amv_files.press_name, k].data, None, gfs_press, temp_prof_s[k, :])
alt_s.append(alt) alt_s.append(alt)
alt_s = np.array(alt_s) alt_s = np.array(alt_s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment