Skip to content

Commit

Permalink
small changes modelinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mammatus95 committed May 28, 2024
1 parent b010db0 commit c5ba8ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion src/modelinfolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def open_gribfile_preslvl(self, fp, path="./modeldata/"):
# Open the GRIB file
# modelname_RRz_YYYYMMDD_f015.grib2
gribidx = pygrib.index(f"{path}{self.getname().lower()}_{run:02d}z_{date_string}_f{fp:03d}.grib2",
'shortName', 'typeOfLevel', 'level')
'shortName', 'typeOfLevel', 'level')
# grbs.seek(0)

for par in self.getParamter():
Expand Down

0 comments on commit c5ba8ce

Please sign in to comment.