UserScript_obsPrecip_obsOnly_Hovmoeller #1645
-
Hi, I'm using the Hovmoeller user script on HERA. My final goal is to run that on multiple input files and generate a plot for each input file with different labels etc. Maria Below is the UserScript_obsPrecip_obsOnly_Hovmoeller.conf I'm using which points to the modified yaml file.
And the modified yaml file is this:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi @mgehne. Thank you for your question. I tried to get on Hera this morning to take a look at what might be going on, before realizing that Hera is down this morning. I am tagging @fisherhucar and @georgemccabe who are more familiar with this use case and may be able to identify what is going on without having access to the files. @fisherhucar and/or @georgemccabe can you provide any guidance to @mgehne? |
Beta Was this translation helpful? Give feedback.
-
Hi @mgehne. Now that Hera is back up, I first tried to run the default case that you were able to run successfully. Unfortunately, I was not as fortunate and am having trouble running the default use case. In our team Slack channel, I have asked @fisherhucar and @georgemccabe for some assistance in getting the default use case to work so that I can try to help with the modified yaml file. I will follow up once I have more information. Thank you for your patience. |
Beta Was this translation helpful? Give feedback.
-
After running with the changes from the yaml file listed above and taking a look at the hovmoeller_diagram.py file, it looks like only the following variables are being read in from the yaml file:
That leaves the following variables in the yaml file that do not appear to be being read:
I do not know what the code should be doing or what is expected for this case, so I will need to defer to the team to find out what should be happening. @fisherhucar, @bikegeek, and @georgemccabe could you please provide some guidance for this situation? Also, does the use case .conf file need any changes regarding the change to the METPLOTPY_BASE value that was necessary as stated in the comments above, or is this a specific to Hera problem? Thanks in advance for any guidance you can give. |
Beta Was this translation helpful? Give feedback.
-
Just a "heads-up", I've made modifications to the hovmoeller plot code
(METplotpy issue #213) to make it configurable. As it is currently
written, the user cannot specify the output location of the plot (when
created from the command line). This will result in changes to the code in
the METplus use case, but these changes haven't been merged into the
develop branch pending more testing before submitting a PR. The
modifications allow the user to override the default values for height,
width, title, etc. set in the
METplotpy/metplotpy/plots/config/default_hovmoeller.yaml file.
I don't know what the expected behavior is when using the METplus use case
code, I will defer to @hank Fisher ***@***.***> to answer those
questions.
---------------
Minna Win
Pronouns: she/her
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax: 303-497-8401
---------------
…On Thu, Jun 9, 2022 at 2:00 PM jprestop ***@***.***> wrote:
After running with the changes from the yaml file listed above and taking
a look at the hovmoeller_diagram.py file, it looks like only the following
variables are being read in from the yaml file:
- date_start
- date_end
- var_name
- var_units
- unit_conversion
- plot_filename
That leaves the following variables in the yaml file that do not appear to
be being read:
- height
- width
- title
- font_size
- xaxis_title
- yaxis_title
- lat_max
- lat_min
- contour_min
- contour_max
- contour_del
- colorscale
I do not know what the code *should* be doing or what is expected for
this case, so I will need to defer to the team to find out what should be
happening.
@fisherhucar <https://github.com/fisherhucar>, @bikegeek
<https://github.com/bikegeek>, and @georgemccabe
<https://github.com/georgemccabe> could you please provide some guidance
for this situation? Also, does the use case .conf file need any changes
regarding the change to the METPLOTPY_BASE value that was necessary as
stated in the comments above, or is this a specific to Hera problem? Thanks
in advance for any guidance you can give.
—
Reply to this email directly, view it on GitHub
<#1645 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UJHWU5GFLYMT4MKBL2O3VOJENVANCNFSM5YAZBHWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
After running with the changes from the yaml file listed above and taking a look at the hovmoeller_diagram.py file, it looks like only the following variables are being read in from the yaml file:
That leaves the following variables in the yaml file that do not appear to be being read:
I do not know what the code should be doing or what is expected for this case, so I will need to defer to the team to find out what should be happening.
@fisherhucar, @bikegeek, and @georgemccabe could you please provide …