UMEP-dev / UMEP

Urban Multi-scale Environmental Predictor
https://umep-docs.readthedocs.io/
59 stars 15 forks source link

Problem with MetData processor #606

Closed arkouli closed 1 month ago

arkouli commented 2 months ago

Hello,

I am trying to process my meteorological data and I get the following error with all the parameters. I checked all the values and are between the ranges. I would be very grateful if you could give me a hint. Attached is a picture,

best wishes,

UMEP_Meteo

Empanag commented 2 months ago

You are using probably wrong scale, the values must be from 1 to 100, maybe you use from 0 to 1 scale. If they are normalized to 1 the probably the metdata processor doesn't accept them. If the problem continues you have to attach the metfile so i can see what's wrong.

arkouli commented 2 months ago

Hello,

thank you very much for your reply. The humidity values are from 1 to 100. it happens with all the parameters. Attached you can find the table. thank you. Meteo_umep.txt

nilswallenberg commented 2 months ago

Hi,

Try to replace all your commas (,) with dots (.).

Cheers, Nils

arkouli commented 2 months ago

thank you! I will let you know if it works. regards, Marselina

Am Mo., 29. Apr. 2024 um 09:41 Uhr schrieb nilswallenberg < @.***>:

Hi,

Try to replace all your commas (,) with dots (.).

Cheers, Nils

— Reply to this email directly, view it on GitHub https://github.com/UMEP-dev/UMEP/issues/606#issuecomment-2082071727, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIDIMIJMC67X4UFGE23RB3DY7X2RZAVCNFSM6AAAAABG222EA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBSGA3TCNZSG4 . You are receiving this because you authored the thread.Message ID: @.***>

Empanag commented 2 months ago

Okey i think i found something. You should change comma for decimal to dot.

Meteo_umep.txt

biglimp commented 1 month ago

I close this since it seem to have solved itself.