-
GUI folder contains linear regression model. To run:
-
Install dependencies (tensorflow and wxPython)
wxPython can be obtained from https://www.wxpython.org/pages/downloads/
pip install -U wxPythonshould do the trick.
-
Get data in .nc files
-
Run gui.py
-
Select data: click on '...', browse to the selected .nc file and then select the appropriate variable name, which is 'T2' for observational data and 'tas' for model data.
-
-
gp folder contains gaussian process models. To run:
-
Install GPy
pip install GPyDocumentation for GPy: https://pythonhosted.org/GPy/
-
Run! gp_positional_temporal.py models the temperature at various locations, and gp_temporal.py models the temperature at a single location.
-
-
basemap_example folder contains a single example of using Basemap to combine country borders with a heat map.
stratisMarkou/climate_modelling
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|