Closed
Conversation
Investigated extending HRRR analysis dataset back from 2018-09-16 to 2014-10-01. Key findings: - 16/20 current variables available from 2014-10-01 (4+ years of additional data) - 2 variables (DLWRF, RH) only available from 2018-07-12 - 1 variable (MSL pressure) changed GRIB name from PRMSL to MSLMA - Grid and file structure consistent across all periods - Data quality verified through actual GRIB file inspection Report includes detailed variable availability matrix, implementation recommendations, and phased backfill approach. https://claude.ai/code/session_014f4ZR6Cc5XvmSxQCQdCerk
Member
Author
|
fabulous, thanks claude. |
Member
Author
|
Tracking implementation in #415 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive investigation report documenting the feasibility of extending the HRRR analysis dataset backward from the current start date of 2018-09-16 to 2014-10-01, providing 4+ years of additional historical weather data.
Key Findings
Notable Observations
PRMSLin HRRRv1/v2 butMSLMAin HRRRv3 - requires version-aware lookupdownward_long_wave_radiation_flux_surface(added in HRRRv3)relative_humidity_2m(added in HRRRv3)Implementation Recommendations
The report outlines a phased approach:
available_fromtimestampsappend_dim_startto 2014-10-01Investigation Details
This report provides the technical foundation for implementing the historical extension in a follow-up PR.
https://claude.ai/code/session_014f4ZR6Cc5XvmSxQCQdCerk