Skip to content

Files

Latest commit

d514849 · Apr 1, 2020

History

History
21 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 402 Bytes

RK4 with netcdf

Requirements

  • netcdf
  • python netcdf4 library
  • python matplotlib library (Draw plot)
  • texlive or alternatives (Draw plot)

Build process

# Build (Can simply : cargo build --release)
RUSTFLAGS="-C target-cpu=native" cargo build --release

# Run (Can simply : cargo run --release)
RUSTFLAGS="-C target-cpu=native" cargo run --release

# Draw Plot
python nc_plot.py