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 Nov 7, 2023
1 parent 8bb9a19 commit f24e055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/global_data_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
frp_src = 0 # frp data source (0: local source; 1: check local source first, switch to climatological file if no available data; 2: 12 month climatology; 3: all ones when ifcanwaf=.FALSE.)



# ----------------------------- ATTENTION --------------------------------- #
# If local FRP is used (frp_src=0,1), archived GBBEPx files since 2020 are #
# available for GMU HOPPER users. For users outside GMU, parameter "f_frp" #
Expand Down Expand Up @@ -429,7 +428,7 @@ def read_frp_local(filename, lat, lon, fill_value):
DATA = np.cos(sza * 0.0174532925) # degree to radian

del [time_conv, sza]

elif varname == "frp":
ATTNAME = ["long_name", "units", "missing_value"]
ATT = ["Mean fire radiative power", "MW", fill_value]
Expand Down

0 comments on commit f24e055

Please sign in to comment.