SPEC 3.20
Stepped Pressure Equilibrium Code
Input namelists and global variables

More...

Collaboration diagram for Input namelists and global variables:

Modules

 physicslist
 The namelist physicslist controls the geometry, profiles, and numerical resolution.
 
 numericlist
 The namelist numericlist controls internal resolution parameters that the user rarely needs to consider.
 
 locallist
 The namelist locallist controls the construction of the Beltrami fields in each volume.
 
 globallist
 The namelist globallist controls the search for global force-balance.
 
 diagnosticslist
 The namelist diagnosticslist controls post-processor diagnostics, such as PoincarĂ© plot resolution, etc.
 
 screenlist
 The namelist screenlist controls screen output. Every subroutine, e.g. xy00aa.h, has its own write flag, Wxy00aa.
 

Modules

module  constants
 some constants used throughout the code
 
module  numerical
 platform-dependant numerical resolution
 
module  fileunits
 central definition of file units to avoid conflicts
 
module  cputiming
 timing variables
 
module  typedefns
 type definitions for custom datatypes
 

Functions/Subroutines

subroutine inputlist::initialize_inputs
 

Variables

integer, parameter inputlist::mnvol = 256
 The maximum value of Nvol is MNvol=256.
 
integer, parameter inputlist::mmpol = 128
 The maximum value of Mpol is MNpol=64.
 
integer, parameter inputlist::mntor = 128
 The maximum value of Ntor is MNtor=64.
 

Detailed Description

Input namelists.