WRFXPY: Difference between revisions

From openwfm
No edit summary
Line 1: Line 1:
==Installation==
==Installation==
===Base===
Documentation: http://wrfxpy.readthedocs.io/en/latest/installation.html
Documentation: http://wrfxpy.readthedocs.io/en/latest/installation.html


Line 6: Line 7:
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 basemap netcdf4 pyproj paramiko hdf4 pygrib


conda install --channel https://conda.anaconda.org/conda-forge simplekml
conda install -conda-forge simplekml


pip install f90nml
pip install f90nml
Line 14: Line 15:
pip install MesoPy
pip install MesoPy


conda install hdf4


git clone https://github.com/openwfm/wrfxpy.git
git clone https://github.com/openwfm/wrfxpy.git
Line 24: Line 24:
copy/edit etc/json.conf in both
copy/edit etc/json.conf in both


on demo:
===On demo===


adduser --shell /bin/bash <user>
adduser --shell /bin/bash <user>

Revision as of 05:15, 20 June 2019

Installation

Base

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 hdf4 pygrib

conda install -conda-forge simplekml

pip install f90nml

pip install MesoPy


git clone https://github.com/openwfm/wrfxpy.git

mkdir wrfxpy/wksp

git clone https://github.com/openwfm/wrfxctrl.git

copy/edit etc/json.conf in both

On demo

adduser --shell /bin/bash <user>

git clone https://github.com/openwfm/wrfxweb.git

cd wrfxweb/fdds

mkdir simulations

echo '{}' > simulations/catalog.json

edit ~mvejmelka/webroot/index.html to link wrfxweb/fdds