Difference between revisions of "WRFXPY"
(11 intermediate revisions by the same user not shown) | |||
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 | ||
− | 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 (or latest versin) |
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 - | + | conda install -conda-forge simplekml |
pip install f90nml | pip install f90nml | ||
Line 17: | Line 18: | ||
git clone https://github.com/openwfm/wrfxctrl.git | git clone https://github.com/openwfm/wrfxctrl.git | ||
+ | |||
+ | copy/edit etc/json.conf in both, etc/tokens.json in wrfxpy | ||
+ | |||
+ | ====Updated 3/26/2022==== | ||
+ | |||
+ | conda create -n fmda-tf python=3.7 basemap netcdf4 pyproj paramiko hdf4 psutil dill requests jupyter numpy tensorflow pandas | ||
+ | |||
+ | conda activate fmda-tf | ||
+ | |||
+ | conda install -c conda-forge simplekml pygrib | ||
+ | |||
+ | pip install f90nml MesoPy | ||
+ | |||
+ | ===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 |
Latest revision as of 04:41, 27 March 2022
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 (or latest versin)
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
git clone https://github.com/openwfm/wrfxctrl.git
copy/edit etc/json.conf in both, etc/tokens.json in wrfxpy
Updated 3/26/2022
conda create -n fmda-tf python=3.7 basemap netcdf4 pyproj paramiko hdf4 psutil dill requests jupyter numpy tensorflow pandas
conda activate fmda-tf
conda install -c conda-forge simplekml pygrib
pip install f90nml MesoPy
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