Cargese 2013 tutorial session: Difference between revisions
(Starting cargese tutorial session setup page) |
(How to visualize WRF-Fire output in VAPOR) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* gfortran | * gfortran | ||
* NetCDF | * NetCDF | ||
* git | |||
Ubuntu install command | |||
sudo apt-get install tcsh git build-essential m4 gfortran libnetcdf-dev netcdf-bin | |||
[http://mxcl.github.io/homebrew/ Homebrew] install commands | |||
brew install gfortran | |||
brew install netcdf --enable-fortran | |||
[https://www.virtualbox.org/ VirtualBox] [http://www-math.ucdenver.edu/~jbeezley/data/SFIRE_tutorial.ova virtual machine] with dependencies installed (user: sfire password: sfire). | |||
The last working version of Vapor is 2.0.2 available at https://www.vapor.ucar.edu/page/vapor-download | |||
Follow [[How to visualize WRF-Fire output in VAPOR]] |
Latest revision as of 09:13, 13 May 2013
List of requirements:
- Standard build utilities
- make
- m4
- cshell
- perl
- gcc
- etc
- gfortran
- NetCDF
- git
Ubuntu install command
sudo apt-get install tcsh git build-essential m4 gfortran libnetcdf-dev netcdf-bin
Homebrew install commands
brew install gfortran brew install netcdf --enable-fortran
VirtualBox virtual machine with dependencies installed (user: sfire password: sfire).
The last working version of Vapor is 2.0.2 available at https://www.vapor.ucar.edu/page/vapor-download Follow How to visualize WRF-Fire output in VAPOR