7. Principal module¶
Python implementation of the Modular Arbitrary-Order Ocean-Atmosphere Model MAOOAM
Note
The python code is available here : maooam.py .
Example: |
---|
>>> from maooam import *
7.1. Global variable¶
- ic.X0 : initial conditions
- X : live step vector
- t : time
- t_trans, t_run : respectively transient and running time
- dt : step time
- tw : step time for writing on evol_field.dat