HR Model: geopotential (z)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 174
- PR merge metrics
- No merged PRs in 30d
Description
Dear @wesselb,
I have one question about the high-resolution model.
The geopotential (z) is entered in the batch as a matrix(lat,lon). With this in mind, why do we introduce these two individual values of Z in the model? What latitude/longitude are they associated with?, How were these values calculated/obtained?
model = AuroraHighRes(
# Use manually downloaded and regridded static variables.
surf_stats={"z": (-3.270407e03, 6.540335e04)},
)
Thank you very much for solving this question.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AuroraHighRes entry point and trace how surf_stats['z'] is consumed for the high-resolution model. Review the related examples or documentation for the manually downloaded and regridded static variables; done means documenting what the two z values represent, their latitude/longitude association, and how they were obtained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100