Skip to content

Commit

Permalink
Merge pull request #93 from angehung5/main
Browse files Browse the repository at this point in the history
Update global_data_process.py
  • Loading branch information
drnimbusrain authored Sep 21, 2023
2 parents 3cb1a8d + f915970 commit 5c71949
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 @@ -389,7 +389,7 @@ def read_frp_local(filename, lat, lon, fill_value):
ATT = ["Mean fire radiative power", "MW", fill_value]

if frp_src == 2:
DATA = read_gfs_climatology(f_can, "frp")
DATA = read_gfs_climatology(f_can, lat, lon, "frp")
elif frp_src == 3:
DATA = np.empty(lat.shape)
DATA[:] = 1
Expand Down

0 comments on commit 5c71949

Please sign in to comment.