Skip to content

LongTermAverageSource #42

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

LongTermAverageSource #42

wants to merge 7 commits into from

Conversation

nishap1225
Copy link
Collaborator

The test script is scripts/nisha/avg_data_source.py. It ...

  1. Plots the hindcast data source projection for a single time
  2. Plots the longterm data source for a single time where forecast data is available (directly plots forecast data)
  3. Plots the longterm data source for a single time where forecast data isn't available (directly plots monthly average data)
  4. Prints a return dataframe over a time range where forecast data stops being available halfway through the time period.

Possible issue, but not sure if it is an issue/how to fix it: The time range for the monthly data source is the whole month, so there is an overlap of time ranges inside the dataframe. For example, for the range 11/24 - 12/1, there is forecast time steps for 11/24 to 11/27 and then the monthly forecast has its time range as 11/16 - 12/16 to fill in the rest of the time.

config/arena/gulf_of_mexico_LongTermAverageSource.yaml is an example of how my code expects the config to look. There should be two setting dictionaries inside the forecast field - one for forecast and one for the average.

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.

1 participant