Skip to content

Commit

Permalink
Update create_artificial_inventories.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-voelk committed Sep 27, 2024
1 parent cd72413 commit 0310c79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/create_artificial_inventories.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pandas as pd
import xarray as xr
import matplotlib.pyplot as plt
import openairclim as oac


# CONSTANTS
EI_CO2 = 3.16 # Lee et al. 2010, Table 1, doi:10.1016/j.atmosenv.2009.06.005
Expand Down Expand Up @@ -300,6 +300,8 @@ def plot_sample_emission_inventory(rnd_inv_dict):


if __name__ == "__main__":
import openairclim as oac

art_inv_dict = ArtificialInventoryDict(year_arr=YEAR_ARR).create()
convert_xr_dict_to_nc(art_inv_dict)
oac.plot_inventory_vertical_profiles(art_inv_dict)
Expand Down

0 comments on commit 0310c79

Please sign in to comment.