Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/46-implement-actris-ebas-reader'…
Browse files Browse the repository at this point in the history
… into 46-implement-actris-ebas-reader
  • Loading branch information
Jan Griesfeller committed Mar 4, 2025
2 parents 17fcf0f + be682b3 commit 4fd0764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyaro_readers/actrisebas/ActrisEbasReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def _read(
ebas_unit = tmp_data[_data_var].attrs["ebas_unit"]
if netcdf_unit != ebas_unit:
logger.error(
f"var {_data_var} unit mismatch: unit arr: {netcdf_unit}; ebas_unit attr: {ebas_unit} for URL {url}")
f"var {_data_var} unit mismatch: unit attr: {netcdf_unit}; ebas_unit attr: {ebas_unit} for URL {url}")


# assert f"station {site_name}, file #{f_idx}: found matching standard_name {std_name}"
Expand Down
3 changes: 2 additions & 1 deletion tests/test_PyerocomBinding.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class TestPyaroReaderPyaerocom(unittest.TestCase):
}
AERONETVAR = "od440aer"
# ACTRISEBASVAR = "concso4t"
ACTRISEBASVAR = "vmro3"
ACTRISEBASVAR = "concso4c"
# ACTRISEBASVAR = "vmro3"
ACTRISEBASVARLIST = ["concso4t", "concso4c"]

def test_pyaerocom_aeronet(self):
Expand Down

0 comments on commit 4fd0764

Please sign in to comment.