├── Cavity.py ├── Climate_tails.py ├── Lorenz96.py ├── README.md ├── convergence_analysis.py └── thehood ├── CavitySensors.mat ├── FrameworkSketch.png ├── SDE_systems.py ├── __init__.py ├── plotting_tools.py ├── spectral_analysis.py └── transport_maps.py /Cavity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/Cavity.py -------------------------------------------------------------------------------- /Climate_tails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/Climate_tails.py -------------------------------------------------------------------------------- /Lorenz96.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/Lorenz96.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/README.md -------------------------------------------------------------------------------- /convergence_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/convergence_analysis.py -------------------------------------------------------------------------------- /thehood/CavitySensors.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/CavitySensors.mat -------------------------------------------------------------------------------- /thehood/FrameworkSketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/FrameworkSketch.png -------------------------------------------------------------------------------- /thehood/SDE_systems.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/SDE_systems.py -------------------------------------------------------------------------------- /thehood/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thehood/plotting_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/plotting_tools.py -------------------------------------------------------------------------------- /thehood/spectral_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/spectral_analysis.py -------------------------------------------------------------------------------- /thehood/transport_maps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbabiha/StochasticModelingwData/HEAD/thehood/transport_maps.py --------------------------------------------------------------------------------