Here is my personal memorandum how I set up my Mac in April 2020 for H08 simulation.
Hardware
- Macbook Air (Early 2014; OS 10.13)
- BUFFALO SSD-PG1.9U3-B/NL
Software
- gfortran
- Binary install
- Installed in: /usr/local/bin
- gmt
- XQuartz
- Binary install
- Installed in: /opt/X11/bin/xquartz
- Homebrew
- Source install
- Installed in: /usr/local/bin/brew
- NetCDF
- homebrew install
- Command: % brew install netcdf
- Installed in:/usr/local/bin
- ImageMagick
- homebrew install: Doesn't work.
- Failure 1
- Command: % brew install imagemagick
- Failure: ImageMagick can be installed, but 'display' doesn't work.
- Failure 2
- Command: % brew install imagemagick --with-x11
- Failure: The option seems out of date.
- Source install