GheodeAI / va_am

VA-AM (Various Advanced - Analogue Methods) is a Python package based on the deep learning enhancement of the classical statistical Analogue Method. It provides several tools to analyse climatological extreme events, particularly heat waves.
https://va-am.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 0 forks source link

Make names more generic in code for different datasets. #32

Open eugenioLR opened 6 days ago

eugenioLR commented 6 days ago

The current configuration files have fields like "temp_dataset", "prs_dataset" and other variables in the code making reference to pressure and temperature directly, however, this method could be used for any number of different predictor variables and targets.

There also are some functions that assume that the target xarray has a variable called "t2m_dailyMax" which might not be true for datasets not concerning only heatwaves.

cosminmarina commented 6 days ago

We already have #30 for the second part of this issue. I'm not able to modify the issues right now. Could you update the description of this issue with all the information of issue #30? Then I will close #30 and focus on this one.

Thank you @eugenioLR

eugenioLR commented 6 days ago

Ok, there wasn't really any additional information in issue #30 so feel free to close it if you want.