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

what is correct input format of precipitation data? #123

Open
yelvk opened this issue Mar 9, 2024 · 2 comments
Open

what is correct input format of precipitation data? #123

yelvk opened this issue Mar 9, 2024 · 2 comments

Comments

@yelvk
Copy link

yelvk commented Mar 9, 2024

I am confused about the precipitation data input , My data and the sample data are both monthly data. my data is the acumulation of the whole month , while sample data seems like mean accumulation of every day in the month.

LAO's sample data of precipitation ,like "LAOprecipitaion[ : , : , 6]" , it's value changes from 3 to30, while my data of precipitation , "myprecipitaion[ : , : , 6]" , it's value changes from 20 to 200 . But LAO's precipitation is more than my study area in real world . And in this situation ,my irr yield is completely same as rain yield . I think this means wrong data input ,value is too big.

Then i processed the data , make monthly value divided by the number of days in the month , the value will change from 0.6 to 7 . But in this situation ,the rain yield is all zero , value is too small

Now i dont know how to deal with the precipitation

@NokuzaSezo97
Copy link
Contributor

Hi @yelvk,

The precipitation is the total accumulated precipitation (either for a single month for monthly data, and for 24-hour for daily data).

Regards,

Swun Wunna Htet

@yelvk
Copy link
Author

yelvk commented Mar 11, 2024

Hi @yelvk,

The precipitation is the total accumulated precipitation (either for a single month for monthly data, and for 24-hour for daily data).

Regards,

Swun Wunna Htet

thanks for your answer

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

2 participants