Skip to content

Commit

Permalink
turn back model levels to default in era5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuzz31 committed Jul 25, 2023
1 parent 7a477fa commit 3945f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Latest updates:
+ Use native model levels in HRRR
+ Use native model levels in HRRR which extend up to 2 hPa as opposed to 50 hPa in pressure levels
+ Update tests to account for different interpolation scheme
+ Dont error out when the weather model contains nan values (HRRR)
+ Fix bug in fillna3D for NaNs at elevations higher than present in the weather model
Expand Down
2 changes: 1 addition & 1 deletion tools/RAiDER/models/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
self._lag_time = relativedelta(months=lag_time)

# Default, need to change to ml
self.setLevelType('pl')
self.setLevelType('ml')


def _fetch(self, out):
Expand Down

0 comments on commit 3945f5f

Please sign in to comment.