NEOCLASSICAL¶
Short Description¶
Program to generate profile data needed by EPEC.
Keywords¶
profile, neoclassical
Long Description¶
Program to read FLUX data from fFile(s), profile data from pFile(s) and cFiles(s), and write neoclassical/profile data needed by PHASE to nFile(s)
- Stage 3:
Read input files, calculate neoclassical/profile data at resonant surfaces, and output nFile(s)
Contents¶
- Inputs:
- Neoclassical.nml:
Fortran_90 namelist control file
- fFile:
Equiulibrium data from PHASE
- fFiles:
- Directory containing fFiles for interpolation
- Index:
List of fFile names and experimental times
- *.f:
Actual fFiles
- pFile:
Osborne pFile containing profile data
- pFiles:
- Directory containing pFiles for interpolation
- Index:
List of pFile names and experimental times
- pFiles:
Actual pFiles
- cFile:
Perpendicular diffusivity data from TRANSP
- cFiles:
- Directory containing cFiles for interpolation
- Index:
List of cFile names and experimental times
- cFiles:
Actual cFiles
- Outputs:
- nFile:
File containing neoclassical/profile data for PHASE
- nFiles:
- Directory containing interpolated nFiles
- Index:
List of nFile names and experimental times
- *.n:
Actual nFiles
- Stage3.nc:
NETCDF file from Stage 3 calculation
- Plots:
- *.py:
Python scripts to plot Stage 3 data
pFile Format¶
- PSI:
Normalized poloidal flux
- NE:
Electron number density (10^20/m^3)
- TE:
Electron temperature (keV)
- NI:
Thermal ion number density (10^20/m^3)
- TI:
Thermal ion temperature (keV)
- NB:
Fast ion number density (10^20/m^3)
- WPHI:
Impurity ion toroidal angular velocity on outboard midplane (krad/s)
- WTHE:
Impurity ion poloidal angular velocity on outboard midplane (krad/s)
- WEB:
ExB frequency (krad/s)
- NI:
Impurity ion number density (10^20/m^3)
- N:
Ion atomic number
- Z:
Ion charge (units of e)
- A:
Ion mass number
Fields can occur in any order. Additional fields are ignored.
cFile Format¶
- PSI:
Normalized poloidal flux
- CHI_PSI:
Perpendicular toroidal momentum diffusivity (m^2/s)
- CHI_E:
Perpendicular electron energy diffusivity (m^2/s)
- D_PERP:
Perpendicular particle diffusivity (m^2/s)
- CHI_I:
Perpendicular ion energy diffusivity (m^2/s)