Skip to content

Commit

Permalink
Merge pull request #58 from ninahakansson/noaa21
Browse files Browse the repository at this point in the history
Add future VIIRS and METimage satellites
  • Loading branch information
adybbroe authored Jun 19, 2023
2 parents 7f93213 + fd72701 commit ae0a967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nwcsafpps_runner/l1c_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

SUPPORTED_SATELLITES = {'seviri-l1c':
['meteosat-8', 'meteosat-9', 'meteosat-10', 'meteosat-11'],
'viirs-l1c': ['suomi-npp', 'noaa-20', 'noaa-21'],
'viirs-l1c': ['suomi-npp', 'noaa-20', 'noaa-21', 'noaa-22'],
'avhrr-l1c': ['noaa-19', 'noaa-18', 'metop-b', 'metop-a', 'metop-c'],
'modis-l1c': ['eos-terra', 'eos-aqua']
}
Expand Down
6 changes: 6 additions & 0 deletions nwcsafpps_runner/pps_posttroll_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
'ppsPrecipPrepare': 'PC-PRE'}

PLATFORM_CONVERSION_PPS2OSCAR = {'noaa20': 'NOAA-20',
'noaa21': 'NOAA-21',
'noaa22': 'NOAA-22',
'noaa23': 'NOAA-23',
'metopsga1': 'Metop-SG-A1',
'metopsga2': 'Metop-SG-A2',
'metopsga3': 'Metop-SG-A3',
'noaa19': 'NOAA-19',
'noaa18': 'NOAA-18',
'noaa15': 'NOAA-15',
Expand Down
2 changes: 1 addition & 1 deletion nwcsafpps_runner/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class FindTimeControlFileError(Exception):
'Metop-B', 'Metop-A', 'Metop-C']
SUPPORTED_EARS_AVHRR_SATELLITES = ['Metop-B', 'Metop-C']
SUPPORTED_MODIS_SATELLITES = ['EOS-Terra', 'EOS-Aqua']
SUPPORTED_VIIRS_SATELLITES = ['Suomi-NPP', 'NOAA-20', 'NOAA-21']
SUPPORTED_VIIRS_SATELLITES = ['Suomi-NPP', 'NOAA-20', 'NOAA-21', 'NOAA-22']
SUPPORTED_SEVIRI_SATELLITES = ['Meteosat-09', 'Meteosat-10', 'Meteosat-11']

SUPPORTED_PPS_SATELLITES = (SUPPORTED_AVHRR_SATELLITES +
Expand Down

0 comments on commit ae0a967

Please sign in to comment.