-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new ABI L2 "CPS" variable name for Cloud Particle Size #2995
Add new ABI L2 "CPS" variable name for Cloud Particle Size #2995
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2995 +/- ##
=======================================
Coverage 96.08% 96.08%
=======================================
Files 377 377
Lines 55155 55155
=======================================
Hits 52997 52997
Misses 2158 2158
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Pull Request Test Coverage Report for Build 11978998402Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe add a comment mentioning the name change and the date it took effect?
Sure, I have updated the description above to include the time of change from NOAA's bulletin. And also added the first product file of each satellite scan section after the switch. |
Sorry I meant in the YAML right above the new definition maybe? |
OK, done. |
NOAA has changed the variable name of
cloud particle size
fromPSD
toCPS
in the GOES-R ABI l2OR_ABI-L2-CPS*
product files since 18:51UTC December 04, 2023.source: GOES-16 and GOES-18 Software Build PR.13.01.00 Implementation
From NOAA's GOES-R open data on AWS, the first product files with new variable name are:
GOES-16 Meso1 :
OR_ABI-L2-CPSM1-M6_G16_s20233381851251_e20233381851308_c20233381852188.nc
GOES-16 Meso2 :
OR_ABI-L2-CPSM2-M6_G16_s20233381851551_e20233381852007_c20233381852465.nc
GOES-16 CONUS :
OR_ABI-L2-CPSC-M6_G16_s20233381851172_e20233381853545_c20233381857105.nc
GOES-16 FULLDISK :
OR_ABI-L2-CPSF-M6_G16_s20233381900205_e20233381909513_c20233381915549.nc
GOES-18 Meso1 :
OR_ABI-L2-CPSM1-M6_G18_s20233381852260_e20233381852317_c20233381853212.nc
GOES-18 Meso2 :
OR_ABI-L2-CPSM2-M6_G18_s20233381851560_e20233381852017_c20233381853198.nc
GOES-18 PACUS :
OR_ABI-L2-CPSC-M6_G18_s20233381856181_e20233381858554_c20233381901548.nc
GOES-18 FULLDISK :
OR_ABI-L2-CPSF-M6_G16_s20233381900205_e20233381909513_c20233381915549.nc
This PR add the new variable name
CPS
into the config file of abi_l2_nc reader, so that it can readCPS
variable fromOR_ABI-L2-CPS*
L2 product files.Configuration fro
PSD
variable has not been changed to ensure backward compatibility.