In [1]:
from __future__ import division, print_function

In [2]:
import yt
print(yt.__version__)


3.1-dev

In [3]:
import pysac
pysac.__version__


Out[3]:
'0.2.dev250'

Generation of a magnetohydrostatic background condition

We use the code in pysac.

Setp one is to import one of the default sets of parameters:


In [ ]:
from pysac.mhs_atmosphere.parameters.model_pars import mfe_setup as model_pars