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

Addressing a handful of open github issues #741

Merged
merged 14 commits into from
Jun 25, 2024
Merged

Addressing a handful of open github issues #741

merged 14 commits into from
Jun 25, 2024

Conversation

kdorheim
Copy link
Contributor

@kdorheim kdorheim commented Apr 25, 2024

Commits in the PR are minor with respect to Hector's model behavior. These changes mostly impact documentation and such.

The following github issues are addressed here

Remaining to dos

  • @kdorheim wants to spell-check things first

Copy link

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

@kdorheim kdorheim linked an issue Apr 25, 2024 that may be closed by this pull request
Copy link

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

@kdorheim kdorheim marked this pull request as ready for review April 26, 2024 21:07
@kdorheim kdorheim requested a review from bpbond April 26, 2024 21:07
Copy link

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

Copy link
Member

@bpbond bpbond 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 overall! I don't think we want to track the output files, though.

.gitignore Outdated
@@ -64,7 +64,7 @@ libs/
*.suo

# Output
output/*.csv
output/tracking*.csv
Copy link
Member

Choose a reason for hiding this comment

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

The problem with this as way to address #734 is that running an unmodified model will produce modified (from git's point of view) files, because of the timestamp at the top of the outputs...which I don't think is the behavior we want. It seems better to create an example_outputs/ directory, perhaps as a subdirectory of output/.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmmm that is a good point, do we want to add that or does it make sense to include the output streams as part of the release materials?

Copy link
Member

Choose a reason for hiding this comment

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

Either works, but I like your suggestion.

README.Rmd Outdated
@@ -58,7 +58,8 @@ hector_tas_results$scenario <- ifelse(hector_tas_results$year <= 2016, "historic
ggplot(hector_tas_results) +
geom_line(aes(year, value, color = scenario), linewidth = 1) +
theme_bw(base_size = 15) +
labs(color = NULL, x = NULL, y = expression("Temperature Anomaly ("~degree~"C)")) +
theme(axis.title = element_text(size=12))+
Copy link
Member

Choose a reason for hiding this comment

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

Super picky, but please size = 12

Copy link

github-actions bot commented May 2, 2024

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

Copy link

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

@rgieseke
Copy link
Contributor

Thanks for adding the temperature reference period, @kdorheim!
It's issue #736 though, the link in the initial post mentions #735 which was about 'Values for 1745/1746'.

@kdorheim kdorheim removed a link to an issue Jun 21, 2024
@kdorheim
Copy link
Contributor Author

@rgieseke you are so right! Thanks for catching that!

Copy link

Differences in Hector outputs

Hello, this is leeyabot!

The current pull request's outputs do not differ from 3.1.1 (d931a00).

@kdorheim kdorheim requested a review from bpbond June 24, 2024 20:08
@kdorheim kdorheim merged commit ddfffa4 into dev Jun 25, 2024
10 checks passed
@kdorheim kdorheim deleted the krd_github_issues branch June 25, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants