-
Notifications
You must be signed in to change notification settings - Fork 38
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
New Use Case: Convective Triggering Potential - Humidity Index #2390
Comments
I created this graphic as a visual to help see what the CTP looks like visually. I have some questions about details like how to define the "ground" level in the sounding and what to do if specific pressure levels aren't available (nearest? interpolate?). Also not sure on the units of this, but overall pretty close to having CTP code working for a single sounding (here for 12 UTC on 20200805 at Birmingham, AL). Need to apply it to some UFS data, and decide on what sounding formats to support for obs. |
@DanielAdriaansen - unrestricted gdas prepbufr data are staged at /glade/work/knewman/Land-Atmos/gdas_prepbufr. These are 6-hrly global upper air and surface observation files in prepbufr format from June - August 2020, covering the summer period of the gfs prototype runs. See https://rda.ucar.edu/datasets/ds337.0/# for a detailed description. |
@anewman89 can you provide some clarity of the verification task? I see "CTP-HI" referred to together as one entity/diagnostic but the equations are separate for CTP and HI. Will |
@DanielAdriaansen I think the last version you state is the way to go. We want a unique CTP and unique HI from |
@anewman89 Looking at the cheat-sheet for CTP, I can't quite tell whether it's physically meaningful or correct for CTP to be |
@KathrynNewman I have not worked directly with output from PB2NC before. I was looking through some of the data, and I don't understand why the geopotential height values are not present at significant levels. Here is an example from International Falls, MN:
I only see |
@DanielAdriaansen - Yep, negative CTP, or CIN is perfectly fine. I'm glad you're seeing this in your testing actually! For the PB2NC data, I don't have a good feel for this... I would say go ahead and use the data, it seems reasonable in this case at least. Is there a QC flag in the PB2 NC output that we could use? |
@anewman89 we will have to discuss how to handle situations where |
Replace italics below with details for this issue.
Describe the New Feature
This use case will compute the Convective Triggering Potential (CTP) and Humidity Index (HI). These values will be passed to MET pointstat via the python embedding capability and METplotpy (or other plotting capability) to generate scatter plots of HI versus CTP to determine the land-atmosphere coupling regime (Findel and Elthair 2003 a,b).
See this short overview of CTP-HI for more details.
Acceptance Testing
Data needs include observations and model atmospheric profiles of temperature and humidity of the lowest 300 hPa above ground during early morning local time.
Radiosonde profiles, AMDAR profiles, profiles from other sources such as satellite or microwave radiometer if deemed high enough quality by user.
Basic functionality will be python should include ability to read in some user provided profile from any source and describe our required input format, then compute CTP and HI. Model ingest should be able to read UFS output at appropriate levels, compute CTP and HI on grid. The observed and modeled CTP-HI values will be passed to MET pointstat to compute model-obs differences across both metrics. Capability should also include the ability to produce scatter plots of modeled and observed HI versus CTP.
Describe tests required for new functionality.
Test computation of CTP for example observation
Test computation of HI for example observation
Test computation of CTP for example UFS file
Test computation of HI for example UFS file
Test model-observation comparison output in MET pointStat
Test plotting capability for model and observed CTP-HI data
Time Estimate
3 days
Sub-Issues
Consider breaking the new feature down into sub-issues.
Relevant Deadlines
31 Dec 2023
Funding Source
7750034 (UAlbany-NCAR METplus JTTI)
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
New Feature Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version
The text was updated successfully, but these errors were encountered: