Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hagne committed Nov 5, 2024
1 parent 32191ec commit f187112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atmPy/data_archives/NOAA_ESRL_GMD_GRAD/surfrad/surfrad.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class FilterFunctionError(Exception):

_locations = [{'name': 'Bondville',
'state' :'IL',
'abbreviation': ['bnd', 'bon'],
'abbreviation': ['bnd', 'bon', 'BND', 'BON'],
'lon': -88.37309,
'lat': 40.05192,
'alt' :230,
Expand Down
2 changes: 2 additions & 0 deletions atmPy/radiation/observations/spectral_irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ def _apply_calibration_atm_gam(self,p2fld='/export/htelg/data/grad/surfrad/mfrsr
transmission = self.raw_data.direct_normal_irradiation / v0_interp_secorr
self.calibration = 'atm_gam'
self._transmission =transmission

return


def _apply_calibration_johns(self):
Expand Down

0 comments on commit f187112

Please sign in to comment.