Difference between revisions of "WRFXPY"
Jump to navigation
Jump to search
(Created page with "==Installation== Documentation: http://wrfxpy.readthedocs.io/en/latest/installation.html wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh") |
|||
Line 3: | Line 3: | ||
wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh | wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh | ||
+ | |||
+ | bash Anaconda2-4.3.0-Linux-x86_64.sh | ||
+ | |||
+ | conda install basemap netcdf4 pyproj paramiko | ||
+ | |||
+ | conda install --channel https://conda.anaconda.org/conda-forge simplekml |
Revision as of 06:53, 12 February 2017
Installation
Documentation: http://wrfxpy.readthedocs.io/en/latest/installation.html
wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh
bash Anaconda2-4.3.0-Linux-x86_64.sh
conda install basemap netcdf4 pyproj paramiko
conda install --channel https://conda.anaconda.org/conda-forge simplekml