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

snapshot...

parent 3e9b8c55
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def pressure_to_altitude(pres, temp, prof_pres, prof_temp, sfc_pres=None, sfc_te
temp_s = [temp] + temp_s[i_top:]
if sfc_pres is not None:
if pres > sfc_pres: # incoming pressure below surface
if pres > sfc_pres: # incoming pressure below surface
return -1
prof_pres = np.array(pres_s)
......
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