sciforge-hub 0.0.4

Central hub orchestrating Sciforge subsystems (api, engine, tools).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Meteorology domain re-exports.
//!
//! Flat namespace over the top-level `meteorology` crate modules:
//! atmosphere, clouds, dynamics, ocean coupling, precipitation,
//! radiation, storms, and winds.

pub use sciforge_lib::meteorology::atmosphere;
pub use sciforge_lib::meteorology::clouds;
pub use sciforge_lib::meteorology::dynamics;
pub use sciforge_lib::meteorology::ocean;
pub use sciforge_lib::meteorology::precipitation;
pub use sciforge_lib::meteorology::radiation;
pub use sciforge_lib::meteorology::storms;
pub use sciforge_lib::meteorology::winds;