Skip to content
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

Add CSI, FAR, Hit Rate evaluation plot to MONET #247

Merged
merged 26 commits into from
May 24, 2024
Merged

Conversation

btang1
Copy link

@btang1 btang1 commented Feb 12, 2024

I just create CSI, FAR, Hit Rate plot to be merge in MONET, please give a review @zmoon

@btang1
Copy link
Author

btang1 commented Feb 14, 2024

Copy link
Collaborator

@rschwant rschwant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, for describing the yaml file updates and for adding this plot into an example! I suggested one typo update. My largest concern is you have a lot of BACKUP files you are trying to add. Can we remove these? I don't think we need to keep track of them in the main code, but I agree it is useful for you as you are doing the code development to keep copies of these backup files on your own system.

**model_name_list:** multi-box plot only. list of observation and model names user choose to set as x-labels
**model_name_list:**
for multi-box plot, list of observation and model names user choose to set as x-labels;
for csi plot, list of mode names (only) user choose to set as labels.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be "model" here instead of mode?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just fix it

@@ -0,0 +1,1595 @@
# Copyright (C) 2022 National Center for Atmospheric Research and National Oceanic and Atmospheric Administration
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add these driver backup files to GitHub? What is their purpose?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I deleted the backup box

@@ -0,0 +1,1078 @@
# Copyright (C) 2022 National Center for Atmospheric Research and National Oceanic and Atmospheric Administration
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep track of these backup files on GitHub? I would prefer these just be in your own code for documentation, but we do not add it to the main GitHub repo.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just delete it.

@@ -991,6 +1003,7 @@ def make_boxplot(comb_bx, label_bx, ylabel = None, vmin = None, vmax = None, out
savefig(outname + '.png', loc=4, logo_height=100)

def make_multi_boxplot(comb_bx, label_bx,region_bx,region_list = None, model_name_list=None,ylabel = None, vmin = None, vmax = None, outname='plot',
>>>>>>> origin/develop
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this line do? It looks like it may not need to be here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted it.

Copy link
Collaborator

@rschwant rschwant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good thanks for addressing my comments!

@rschwant
Copy link
Collaborator

@zmoon looks like the test_get_data_cli.py is failing right now. As this is unrelated to these code updates, fine to merge in for now. Zach do you know why this is failing?

@zmoon
Copy link
Collaborator

zmoon commented May 17, 2024

It's an error when trying to download AQS files from EPA, one that I haven't seen before (SSL: TLSV1_ALERT_INTERNAL_ERROR). It doesn't happen every time, but doesn't seem to be resolved yet.

@rschwant rschwant merged commit ececa25 into NOAA-CSL:develop May 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants