andrewfagerheim / ML_project

0 stars 0 forks source link

[EAEE4000] Machine Learning for Environmental Engineers & Scientists

Andrew Fagerheim, Bernard Wang course project

Our project will involve working with ML models to study the submesoscale structure of buoyancy fluxes. We will be using a dataset provided by Dhruv Balwada of high-resolution inputs of physical terms related to buoyancy from the MITgcm-LLC4320 model. The output will be predictions of buoyancy flux.

Our goal is to test different models, input combinations, and hyperparameters to create an efficient output of buoyancy flux. Since performance is important to sub-grid model parametrization, it'll be an important consideration in our project too.

This repo contains the following files and directories:

DIRECTIONS:

  1. run get_data.ipynb to retrieve the data and save it to a data folder.
  2. run submeso_ml_model.ipynb to load the data, run the model, and evaluate the model.