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

snapshot...

parent 25bfd685
Branches
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ def pressure_to_altitude(pres, temp, prof_pres, prof_temp, sfc_pres=None, sfc_te
if sfc_pres is not None:
if pres > sfc_pres: # incoming pressure below surface
return -1
return -999.0
prof_pres = np.array(pres_s)
prof_temp = np.array(temp_s)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment