Douglas Schumacher noticed that for both Metop and SNPP satellites, the output file ACSPO SST AWIPS file naming conventions were not following the same standards as other products names. Specifically, it is the satellite names that are different.
Examples:
SSEC_AII_MetOpB_avhrr_sst_Pacific_TD03_20231130_2038.nc, and SSEC_AII_NPP_viirs_sst_Pacific_TR01_20231130_2213.nc .
The Metop sat name should be metopb and NPP should be npp.
Douglas Schumacher noticed that for both Metop and SNPP satellites, the output file ACSPO SST AWIPS file naming conventions were not following the same standards as other products names. Specifically, it is the satellite names that are different.
Examples: SSEC_AII_MetOpB_avhrr_sst_Pacific_TD03_20231130_2038.nc, and SSEC_AII_NPP_viirs_sst_Pacific_TR01_20231130_2213.nc .
The Metop sat name should be
metopb
and NPP should benpp
.Dave already figure out where the problem is:
I'm missing entries for metopa/b/c with no hyphen and npp -> npp here: https://github.com/ssec/polar2grid/blob/82b25996247e206bd2c34c48afb814312430896a/polar2grid/glue.py#L64-L96 .