Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

SRH calculation values overestimated

Aperta
#103 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
fortran, python
Ambito
data

Direzione di ricerca

Inizia in wrf_relhl.f90 e traccia l’integrazione attuale di SRH e la stima del movimento della tempesta: l’issue identifica il vento medio tra 3–10 km, il fattore 0.75 e l’offset di 30 gradi come probabile origine del problema. Confronta questo approccio con il calcolo di Bunkers richiesto, basato sullo strato di circa 0–6 km. Il lavoro è completato quando la routine utilizza il metodo concordato per il movimento della tempesta e i suoi valori di SRH possono essere confrontati con MetPy, radiosondaggi osservati e l’output dei modelli operativi.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug support

Using the SRH calculation in wrf-python and also NCL (I think they are equivalent), I have found that the SRH values that I am getting are too large when compared to values computed in MetPy and those on observed soundings and in operational model output. After parsing through the source code (wrf_relhl.f90), I think that this overestimation is due to the estimation of the storm motion, which is assumed to be 0.75 * the mean wind over the 3-10 km layer and 30 degrees to the right of this vector. Since most other methods of computing SRH rely on the Bunkers storm motion, which is related to the mean wind over the ~0-6 km layer, I think that the values output in this routine would be quite a bit larger than what is standard as they accumulate through the integration. Would it be possible to update this code using the Bunkers calculation?

Lingua principale
Python
Stelle
498
Fork
178
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di NCAR/wrf-python

Tutte le issue di NCAR/wrf-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.