Skip to content

CIA-Oceanix/SubgridTransportNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subgrid Transport Neural Network

This repository contains code for the paper Physical invariance in neural networks for subgrid-scale scalar flux modeling (2020).

Dataset

The dataset is available here and should be extracted in data/ by default. It contains DNS data filtered at different resolutions, even if this paper only deal with a filter size equal to 8.

Usage

Three notebooks can be found in notebook/ that shows how to load the data, train a model and evaluate pretrained version with the different metrics presented in the paper. The source of the SGTNN model can be found otherwise in src/.

Citing

If you find this code useful in your research, consider citing with

@article{}

About

PyTorch implementation of Subgrid Transport Neural Network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%