Skip to content

Commit

Permalink
Update Gallery/Contours/NCL_coneff_8.py
Browse files Browse the repository at this point in the history
Co-authored-by: Heather Craker <hcraker@ucar.edu>
  • Loading branch information
doqhne and Heather Craker committed Jun 21, 2022
1 parent ce4e56c commit 0967043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gallery/Contours/NCL_coneff_8.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ps = ds.PS.isel(time=0) # surface pressures in Pascals
p0 = 100000 # surface reference pressure in Pascals

## Specify output pressure levels in millibars
# Specify output pressure levels in millibars
new_levels = np.array([1000, 850, 700, 500, 400, 300, 250, 200])
new_levels = new_levels * 100 # convert to Pascals

Expand Down

0 comments on commit 0967043

Please sign in to comment.