Skip to content

Commit

Permalink
Update global_data_process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Oct 16, 2023
1 parent d4ac4c4 commit b4eb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/global_data_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def read_gfs_climatology(filename, lat, lon, varname):
readin = Dataset(filename)

if varname == "pavd":
## map to met grids
# map to met grids
yt = readin["lat"][:]
xt = readin["lon"][:]
data = np.squeeze(readin[varname][:])
Expand Down

0 comments on commit b4eb77e

Please sign in to comment.