Skip to content

Commit

Permalink
add station altitude to altitudes
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jul 11, 2023
1 parent 2bbc15b commit 75d80b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyaerocom/colocation_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def colocate_vertical_profile_gridded(
data_unit = None

breakpoint()

# LB: Add station altitude so everything is in terms of beign above sea level

list_of_colocateddata_objects = [None] * len(colocation_layer_limits)
# loop over all stations and append to colocated data object
Expand Down

0 comments on commit 75d80b6

Please sign in to comment.