Giter VIP home page Giter VIP logo

physics-informed-data-driven-algorithm-for-ensemble-forecast's Introduction

Physics-Informed-Data-Driven-Algorithm-for-Ensemble-Forecast

Physics-Informed Data-Driven Algorithm (PIDD-CG) for Ensemble Forecast of Complex Turbulent Systems

Problem description

This repository implements the PIDD-CG algorithm described in [1] for predictnig the PDFs in complex turbulent systems. The model reduction method employs a Long-Short-Term-Memory architecture to represent the higher-order unresolved statistical feedbacks with careful consideration to account for the conditional Gaussian structure yet producing highly non-Gaussian statistics.

To run an experiment

Three models are provides to run the experiment under different truncation scenarios:

train_dyad_condGau.py and pred_dyad_condGau.py: training and prediction for the dyad model

train_baroflow_condGau.py and pred_baroflow_condGau.py: training and prediction for the high dimensional barotropic model

To train the neural network model without using a pretrained checkpoint, run the following command:

python train_*_condGau.py --exp_dir=<EXP_DIR> --pretrained FALSE --eval FALSE

To test the trained model with the path to the latest checkpoint, run the following command:

python train_*_condGau.py --exp_dir=<EXP_DIR> --pretrained TRUE --eval TRUE

Dataset

Datasets for training and prediction in the neural network model are generated from direct Monte-Carlo simulations of the L-96 system:

  • datasets 'dyad_su05sv2' and 'baro_K10sk20sU10dk1dU1': model statistics for training and prediction in a long time trajectory

A wider variety of problems in different perturbation scenarios can be also tested by adding new corresponding dataset into the data/ folder.

Dependencies

References

[1] N. Chen and D. Qi (2022), โ€œA Physics-Informed Data-Driven Algorithm for Ensemble Forecast of Complex Turbulent Systems,โ€ arXiv:.

physics-informed-data-driven-algorithm-for-ensemble-forecast's People

Contributors

qidigit avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.