Skip to content

Commit

Permalink
Update global data process
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Apr 3, 2024
1 parent 33898eb commit 2646006
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 @@ -177,7 +177,7 @@ def read_frp_local(filename, lat, lon, fill_value):
else: # version 4
f_frp = '/groups/ESS/yli74/data/GBBEPx/ORI/GBBEPx-all01GRID_v4r0_blend_'+YY+MM+DD+'.nc '
elif frp_src == 1: # climatological frp
f_frp = path+'/gfs.canopy.t'+HH+'z.'+'2022'+MM+DD+'.sfcf000.nc'
f_frp = path+'/gfs.canopy.t'+HH+'z.'+'2022'+MM+DD+'.sfcf000.global.nc'



Expand Down

0 comments on commit 2646006

Please sign in to comment.