Contents¶
- Get MagIC and run it
- Formulation of the (magneto)-hydrodynamics problem
- Numerical technique
- Contributing to the code
- Input parameters
- Interactive communication with the code using
signal.TAG
- Output files
- Log file:
log.TAG
- Default time-series outputs
- Additional optional time-series outputs
- Time-averaged radial profiles
- Transport properties of the reference state
- Nonlinear mapping of the Chebyshev grid
- Spectra
- Graphic files
G_#.TAG
andG_ave.TAG
- Movie files
*_mov.TAG
- Restart files
checkpoint_*.TAG
- Poloidal and toroidal potentials at given depths
TO
outputs- Radial spectra
rB[r|p]Spec.TAG
- Potential files
[V|B|T|Xi]_lmr_#.TAG
- Log file:
- Data visualisation and post-processing
- Description of the Fortran modules
- Main program
magic.f90
- Base modules
- MPI related modules
- Code initialization
- Pre-calculations
- Time stepping
- Time schemes
- Linear calculation part of the time stepping (LMLoop)
- Non-linear part of the time stepping (radial loop)
- Radial scheme
- Chebyshev polynomials and cosine transforms
- Fourier transforms
- Spherical harmonic transforms
- Linear algebra
- Radial derivatives and integration
- Blocking and LM mapping
- IO: time series, radial profiles and spectra
- IO: graphic files, movie files, coeff files and potential files
- IO: RMS force balance, torsional oscillations, misc
- Reading and storing check points (restart files)
- Useful additional libraries
- Main program