Bookmark this to keep an eye on my project updates!
Intermediate complexity climate model. Ideal for method development: allows very long simulations
Current setup (all functions relate to Learn2_new.py
):
CNN
. It includes a range of different routines for training, testing, and analyzing the CNN
. Please consult the tutorial.ipynb for use cases and the documentation provided in Learn2_new.py. It helps to look at example_config.json to understand the structure of the routines and the kwargs
used.CNN
using optuna - Bayesian parameter optimization framework. The script hyperparameter_optimization.py also takes trainer
object from Learn2_new.py.CNN
and its performance.CNN
to the resampling of the data.CNN
class.config.json
file of the current run with the kwargs
of a previous run.Plasim data analysis:
Plasim
class. It contains statistical analysis of the temperature time series and geopotential teleconnection patterns.Older routines (support discontinued):
CNN
. It is used for the outputs of Learn2.py.CNN
for a given tau
value. It is used for the outputs of Learn2.py.CNN
for a given tau
value. It is used for the outputs of Learn2.py.CNN
as a function of tau
. It is used for the outputs of Learn2.py.