Add files needed for contour filled map plots and gridded plots#220
Add files needed for contour filled map plots and gridded plots#220CoryMartin-NOAA merged 9 commits intodevelopfrom
Conversation
|
The updated scripts add map filled contour plotting capabilities. The updated test yaml in this PR creates the following figures: @Dooruk is this what you are looking for? |
|
@kevindougherty-noaa thank you for looking into this. I'm looking to plot a vertical transect. For instance: longitude(x) pcolormesh(longitude, depth, temp, **kwargs) Note: Getting to these dimensions would require an additional EVA transform, something like Which would then look something like the following: I'm not sure which plot type from emcpy I should be using for this, that's what I was trying with filledContour |
|
@Dooruk Thank you for your patience as I was on leave last week. What you are looking for is EMCPy's |
|
@kevindougherty-noaa, do you need me to provide you a netcdf file? I don't have the data I provided in EVA context yet. |
|
@Dooruk I spoke with Cory and I will provide you a solution similar to what you are looking using an FV3 file I have available. Working on it now. |
|
Thanks, I'm working on a select_dimension transformation implementation in the mean time |
|
@Dooruk I have made the appropriate adjustments and additions to which produces the following figure: |
|
@kevindougherty-noaa can you add your example to the test YAML so that it lives in the repository and is tested going forward? |
Dooruk
left a comment
There was a problem hiding this comment.
Thanks! I haven't tested it but looks like what I asked for. My PR adds some changes in terms of selecting lat/lon and adding a depth dimension.
Sorry for multiple GMAO requirement files, I will get rid of some we don't use/need.




Description
This PR looks to add a missing need for Filled Contour Map plots and Gridded plots. Specifically attempting to solve the following issue: here
Dependencies
Waiting on the following PRs: