├── README.md ├── baro_1d_1.0.f ├── grads ├── forecast.ctl ├── forecast_1d.ctl └── two_layer.ctl ├── inertial_oscillations_1.1.py ├── inertial_oscillations_anim_1.1.py ├── lbve_sbr_1.0.f ├── output-figures-animation ├── baro_anim_2.gif ├── inert.gif ├── lbve_enso.png ├── traj.png ├── traj_ke.png ├── traj_lytic.png └── two_layer_big.gif └── two_layer.f /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/README.md -------------------------------------------------------------------------------- /baro_1d_1.0.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/baro_1d_1.0.f -------------------------------------------------------------------------------- /grads/forecast.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/grads/forecast.ctl -------------------------------------------------------------------------------- /grads/forecast_1d.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/grads/forecast_1d.ctl -------------------------------------------------------------------------------- /grads/two_layer.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/grads/two_layer.ctl -------------------------------------------------------------------------------- /inertial_oscillations_1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/inertial_oscillations_1.1.py -------------------------------------------------------------------------------- /inertial_oscillations_anim_1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/inertial_oscillations_anim_1.1.py -------------------------------------------------------------------------------- /lbve_sbr_1.0.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/lbve_sbr_1.0.f -------------------------------------------------------------------------------- /output-figures-animation/baro_anim_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/baro_anim_2.gif -------------------------------------------------------------------------------- /output-figures-animation/inert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/inert.gif -------------------------------------------------------------------------------- /output-figures-animation/lbve_enso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/lbve_enso.png -------------------------------------------------------------------------------- /output-figures-animation/traj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/traj.png -------------------------------------------------------------------------------- /output-figures-animation/traj_ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/traj_ke.png -------------------------------------------------------------------------------- /output-figures-animation/traj_lytic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/traj_lytic.png -------------------------------------------------------------------------------- /output-figures-animation/two_layer_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/output-figures-animation/two_layer_big.gif -------------------------------------------------------------------------------- /two_layer.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathewbarlow/simple-atmospheric-models/HEAD/two_layer.f --------------------------------------------------------------------------------