-
Notifications
You must be signed in to change notification settings - Fork 2
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
AMAROC-768 add heigh cloud flag and allow NSC #114
Conversation
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.
Looks good @regDaniel. I think a small tweak is needed to handle the case when there is a significant layer (or more) in the region between the MSA and the MSA + Delta MSA
absolutely. good catch, thanks! I'll take your suggestions and will think about how to best implement it. |
Hi @fpavogt , thanks a lot for your review! I implemented the search for layers in buffer along your suggestions and added a test. Could you double-check if it's fine? |
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.
Looks good to me.
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.
I reviewed the code and added some questions to ensure I understand the code (some docstrings might be extended accordingly) and also proposed a more explicit variable name for high_clouds_detected (to be discussed). We should also expand the Section "Scope of ampycloud" to specify that the returned NSC is only according to cloud layer height. To fully determine NSC we also need to check for the absence of convective clouds (CB/TCU) and CAVOK, which shall be done outside ampycloud using other data sources (lightning, weather radar, visibility, etc).
DRAFT: Add high clouds Flag
MAX_HITS_OKTA0
Checklists: