https://github.com/tecfu/weather-playground
Docker env with wrf-python, netcdf, ncdump
https://github.com/tecfu/weather-playground
Last synced: 6 months ago
JSON representation
Docker env with wrf-python, netcdf, ncdump
- Host: GitHub
- URL: https://github.com/tecfu/weather-playground
- Owner: tecfu
- Created: 2021-06-09T01:56:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T04:52:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T14:32:05.705Z (over 1 year ago)
- Language: Dockerfile
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wrf-python development environment
A dockerized development environment for WRF-PYTHON
Contains:
---
netCDF4
matplotlib
cartopy
cython
wrf-python
```bash
git clone https://github.com/tecfu/wrf-python-dev-env
```
## Running
### wrf-python
Drops you into a container where wrf-python is installed.
```bash
docker-compose -f ./wrf-python/docker-compose.yml run --rm wrf-python
```
You can then run wrf-python scripts via:
```bash
python /path/to/script.py
```
---
### ncdump-json
A \*.nc file dumper
```bash
docker-compose -f ./wrf-python/docker-compose.yml run --rm ncdump-json /path/to/file.nc
```
----
### netcdf4
A \*.nc file dumper
*Note that netcdf4 is compatible with node 8 only*
```bash
docker-compose -f ./wrf-python/docker-compose.yml run --rm netcdf4
```
## Notes
- https://www.pkrc.net/wrf-lambert.html
### License
GPL 2.0