[feat] Add more key quantities needed for asar SIS exporter function#301
Conversation
…r::export_to_sis(). Terminal year = last year of measurement, vs. end year = last year, which could be in the future
New version checklist
|
Code Metrics Report
Code coverage of files in pull request scope (81.1%)
Reported by octocov |
Schiano-NOAA
left a comment
There was a problem hiding this comment.
Is there any way we can take this out of the function? I think this is making the function much longer than needed and it's not relevant to making the plot since it serves a different purpose.
What code/function are you talking about, specifically? All of it? |
|
@sbreitbart-NOAA any of the key quantity calcs. I think it would be worth it to at least put them in their own function and call them in the plot_x function with the dat as input |
…n separate function
…ate KQs in separate function
Ok, just made a new function |
Yes this is great. Cleans up the code well and we can still get the quantities we need efficiently 😄 |
Add capability to calculate and store key quantities necessary for the in-development
asar::export_to_sis()function