APIΒΆ

jcm.model

jcm.model.Model(coords[, time_step, ...])

Top level class for a JAX-GCM configuration using the Speedy physics on an aquaplanet.

jcm.physics_interface

Date: 2/7/2024 Physics module that interfaces between the dynamics and the physics of the model.

jcm.physics_interface.PhysicsState(u_wind, ...)

Represents the state of the atmosphere in physical (nodal) space.

jcm.physics_interface.PhysicsTendency(...)

Represents the tendencies (rates of change) of physical variables.

jcm.physics_interface.Physics()