Difference between revisions of "WRFx"

From openwfm
Jump to navigation Jump to search
(Created page with "Install")
 
(init install)
Line 1: Line 1:
Install
+
==Installation==
 +
<code>
 +
mkdir Projects
 +
cd Projects/
 +
git clone https://github.com/openwfm/wrfxctrl
 +
cd git clone https://github.com/openwfm/wrfxpy
 +
cd
 +
mkdir src
 +
cd src
 +
wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh
 +
bash Anaconda2-4.3.0-Linux-x86_64.sh
 +
</code>
 +
 
 +
Log out and back in.
 +
Follow the directions at https://wrfxpy.readthedocs.org/en/latest/

Revision as of 20:23, 5 February 2017

Installation

mkdir Projects cd Projects/ git clone https://github.com/openwfm/wrfxctrl cd git clone https://github.com/openwfm/wrfxpy cd mkdir src cd src wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh bash Anaconda2-4.3.0-Linux-x86_64.sh

Log out and back in. Follow the directions at https://wrfxpy.readthedocs.org/en/latest/