Skip to content

Commit

Permalink
Solve issue #196
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdanjou authored Aug 19, 2024
1 parent 466cf68 commit 3006519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openghg_inversions/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ def data_processing_surface_notracer(
store=footprint_store,
species=fp_species,
)
if get_fps.data.time.size==0:
raise SearchError
except SearchError:
print(
f"\nNo footprint data found for {site} with inlet/height {fp_height[i]}, model {fp_model}, and domain {domain}.",
Expand Down

0 comments on commit 3006519

Please sign in to comment.