mitgcm
Analysis of MITgcm output using python
|
▼Cdict | |
▼Cmitgcm.core.MITgcm_Simulation | The simulation class is the main class of this package, and an instance of this class is a model object |
Cmitgcm.core.Grid | This defines the class for the grid object |
▼Cmitgcm.core.Tracerpoint_field | This is the base class for all model fields on the tracer points |
Cmitgcm.core.Bernoulli | The Bernoulli field, evaluated from velocity, Pressure and Density |
Cmitgcm.core.Density | A tracer point field that contains methods for density fields |
Cmitgcm.core.Potential_vorticity | Evaluate the potential vorticity on the tracer points |
Cmitgcm.core.Pressure | Calculates the pressure field from the density field using the hydrostatic approximation |
Cmitgcm.core.Upoint_field | This is the class for all fields on zonal velocity points |
Cmitgcm.core.Vorticitypoint_field | A class for fields on vorticity points |
Cmitgcm.core.Vpoint_field | This is the class for all fields on meridional velocity points |
Cmitgcm.core.Wpoint_field | This is the class for all fields on vertical velocity points |