-
Notifications
You must be signed in to change notification settings - Fork 37
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
Create derived parameters #64
Comments
We rely on wrf-python to compute diagnostics variables and to interpolate the data. If there are parameteres which are not currently supoorted, it may be better to suggest them to wrf-python directly here rather than implementing them from scratch in GIS4WRF. I will close this issue. |
Addition: List of derived variables is here: https://wrf-python.readthedocs.io/en/latest/diagnostics.html We only support single-quantity variables. |
@letmaik Thanks for this suggestion, will do! |
Just one question and comment: The variables that have a * at the end of the parameter name (e.g. MDBZ*), are these referring to the diagnostics provided by wrf-python? It seems not always be the case as CLDFRA does not have a *. I noticed that a lot of these * parameters have empty fields. MDBZ for instance. Perhaps I should forward this to wrf-python. Suggestion: please add the parameter unit and dimension (2D, 3D) to the parameter description |
Yes, * means it's coming from wrf-python. CLDFRA is part of the NetCDF file, it's not derived and also isn't part of the list I linked above. Did you confuse that with something else? Regarding empty fields, what do you mean by that? Can you create a separate issue for your suggestion with the parameter units and dimension? |
empty means 'black'. This picture is showing MDBZ*. Perhaps it has (again) to do with the colorbar selection in "Symbology". I am seeing 49 bands. What is that? Does it happen to be the number of forecast hours that had been simulated? Edit: Band 01 gives me black. Fiddling around (selecting other bands), finally gave me a useful picture, but I do not understand how this works :) |
The different bands are the different time steps. The time slider just switches the currently active band. I think the issue is that when the image is all black, then the min and max is the same value, and this scaling is kept for all time steps which would probably keep them black even if they have data. By manually fiddling you probably reset the min/max based on a different layer. This probably deserves a separate issue. |
I will create one. |
Wspd and wdir has now been added as separate diagnostics variables in wrf-python (see: NCAR/wrf-python#73. For clarity this will be taken care by #107. |
@dmey This issue is not about wind vectors as such, but merely to be able to access what was combined in |
For analysis, it would be nice to create derived parameters. Example: wind speed magnitude, created from 2D fields U10 and V10, or 3D fields U and V.
The text was updated successfully, but these errors were encountered: