Skip to content

Commit

Permalink
fix another bug in src/components/kalman_component/print_posterior_em…
Browse files Browse the repository at this point in the history
…issions.py
  • Loading branch information
djvaron committed Jun 15, 2024
1 parent 577fd3e commit 65ac6e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/kalman_component/print_posterior_emissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def print_posterior_emissions(config_path, period_number, base_directory):
posterior_sf = xr.load_dataset(post_sf_path)
posterior_emis_ds = get_posterior_emissions(hemco_emis, posterior_sf)
posterior_emis = posterior_emis_ds["EmisCH4_Total"].isel(time=0, drop=True)
# Recall that posterior_sf from archive_sf multiplies sf over the full inversion record
posterior_emis = posterior_sf * hemco_emis
total_emis = sum_total_emissions(posterior_emis, areas, mask)

# Print
Expand Down

0 comments on commit 65ac6e3

Please sign in to comment.