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

7.2. Dependencies

>>> import numpy as np
>>> import params_maooam
>>> from params_maooam import ndim,tw,t_run,t_trans,dt
>>> import aotensor
>>> import time
>>> import ic_def
>>> import ic
class maooam.bcolors[source]

to color the instructions in the console