Difference between revisions of "WRFx"
Jump to navigation
Jump to search
(init install) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Installation== | ==Installation== | ||
− | < | + | <pre> |
mkdir Projects | mkdir Projects | ||
cd Projects/ | cd Projects/ | ||
git clone https://github.com/openwfm/wrfxctrl | git clone https://github.com/openwfm/wrfxctrl | ||
− | + | git clone https://github.com/openwfm/wrfxpy | |
cd | cd | ||
mkdir src | mkdir src | ||
Line 10: | Line 10: | ||
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 | 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 | ||
+ | pip install f90nml | ||
+ | pip install MesoPy | ||
+ | </pre> | ||
Log out and back in. | Log out and back in. | ||
Follow the directions at https://wrfxpy.readthedocs.org/en/latest/ | Follow the directions at https://wrfxpy.readthedocs.org/en/latest/ |
Latest revision as of 20:40, 5 February 2017
Installation
mkdir Projects cd Projects/ git clone https://github.com/openwfm/wrfxctrl 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 conda install basemap netcdf4 pyproj paramiko conda install --channel https://conda.anaconda.org/conda-forge simplekml pip install f90nml pip install MesoPy
Log out and back in. Follow the directions at https://wrfxpy.readthedocs.org/en/latest/