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 92c7960 commit 6891404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/global_data_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def read_frp_local(filename, lat, lon, fill_value):
+ ".sfcf000.nc",
]
)
if os.path.isfile(f_frp) == True:
os.chmod(f_frp, 0o0755)
print("---- Download complete!")
else:
Expand Down

0 comments on commit 6891404

Please sign in to comment.