https://github.com/projecttorreypines/neo.jl
NEO, Chang-Hinton, and Hirshman-Sigmar neoclassical calculations
https://github.com/projecttorreypines/neo.jl
Last synced: about 1 year ago
JSON representation
NEO, Chang-Hinton, and Hirshman-Sigmar neoclassical calculations
- Host: GitHub
- URL: https://github.com/projecttorreypines/neo.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2023-06-12T22:45:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T20:48:06.000Z (over 1 year ago)
- Last Synced: 2025-03-26T21:35:13.363Z (over 1 year ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/NEO.jl/dev
- Size: 1.52 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEO.jl
Calls the drift-kinetic solver NEO for high-accuracy neoclassical calculations.
It also implements Chang-Hinton and Hirshman-Sigmar neoclassical calculations.
NOTE: Running NEO requires GACODE executables to be locally installed.
Link to instructions on GACODE installation: https://fuse.help/install.html#Install-GACODE
See the note following step 6 - you may need to replace `mpif90-openmpi-mp` with `mpif90-openmpi-gcc12`
in the platform-specific make file found in `$GACODE_ROOT/platform/build/make.inc.OSX_MONTEREY` and
`mpirun-openmpi-mp` with `mpirun-openmpi-gcc12` in the platform exec file found in
`$GACODE_ROOT/platform/exec/exec.OSX_MONTEREY`.
## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/NEO.jl/dev).
