Skip to content

Commit

Permalink
tempo granules
Browse files Browse the repository at this point in the history
  • Loading branch information
hagne committed Jan 24, 2025
1 parent cfe7133 commit 5ea4bbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions atmPy/data_archives/NOAA_ESRL_GMD_GRAD/surfrad/surfrad.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class FilterFunctionError(Exception):
'alt' :230,
'timezone': -6,
'earthdata_granule': 'h11v05',
'tempo_granule': 5,
},
{'name': 'Sioux Falls',
'state': 'SD',
Expand All @@ -119,6 +120,7 @@ class FilterFunctionError(Exception):
'alt': 473,
'timezone': -6,
'earthdata_granule': 'h11v04',
'tempo_granule': 6,
},
{'name': 'Table Mountain',
'state': 'CO',
Expand All @@ -128,6 +130,7 @@ class FilterFunctionError(Exception):
'alt': 1689,
'timezone': -7,
'earthdata_granule': 'h09v04',
'tempo_granule': 8,
},
{'name': 'Desert Rock',
'state': 'NV',
Expand All @@ -138,6 +141,7 @@ class FilterFunctionError(Exception):
'timezone': -8,
'type': 'permanent',
'earthdata_granule': 'h08v05',
'tempo_granule': 9,
},
{'name': 'Fort Peck',
'state': 'MT',
Expand All @@ -148,6 +152,7 @@ class FilterFunctionError(Exception):
'timezone': -7,
'type': 'permanent',
'earthdata_granule': 'h10v04',
'tempo_granule': 7,
},
{'name': 'Goodwin Creek',
'state': 'MS',
Expand All @@ -158,6 +163,7 @@ class FilterFunctionError(Exception):
'timezone': -6,
'type': 'permanent',
'earthdata_granule': 'h10v05',
'tempo_granule': 5,
},
{'name': 'Penn. State Univ.',
'state': 'PA',
Expand All @@ -168,6 +174,7 @@ class FilterFunctionError(Exception):
'timezone': -5,
'type': 'permanent',
'earthdata_granule': 'h12v04',
'tempo_granule': 4,
},
# {'name': 'ARM Southern Great Plains Facility',
# 'state': 'OK',
Expand Down

0 comments on commit 5ea4bbf

Please sign in to comment.