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

Create proper config for "hindcastonly" mode #20

Open
2 of 3 tasks
wwlwpd opened this issue Sep 9, 2022 · 1 comment
Open
2 of 3 tasks

Create proper config for "hindcastonly" mode #20

wwlwpd opened this issue Sep 9, 2022 · 1 comment

Comments

@wwlwpd
Copy link
Contributor

wwlwpd commented Sep 9, 2022

hindcast only consists of:

  • don't nowify
  • select final advisory as start and ending
  • provide support for the calculation of the following:
HINDCASTENDDATE=2004091100
HINDCASTLENGTH=30.0
COLDSTARTDATE=2004081200

Notes:

  • the COLDSTARTDATE is HINDCASTENDDATE - 30 days
  • you first calculate the base time which is essentially the landfall date + the landfall time rounded (no minutes)
  • the theoretical run start is the same as the base time but always ends with 00
  • if you find find this theoretical run start in the advisory list in noaa website you take that as an ASGS RunStartTime which is the same as **HINDCASTENDDATE**
  • if you don't find it in the list you take the first available date and time minus 3 hours
  • landfall date is determined by what was documented at the Time ([Stratos] has detailed links of all the documents that say when landfall was observed)
@wwlwpd
Copy link
Contributor Author

wwlwpd commented Sep 18, 2022

Made a move towards supporting this, peared off storms into their own YAML file that is now in the repo.

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

No branches or pull requests

1 participant