Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Barton committed Mar 20, 2018
1 parent e18a4d9 commit ec552ce
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 3,373 deletions.
13 changes: 1 addition & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,9 @@ WRF Runner

Tools to configure, run and monitor the Weather Research and Forecasting model (WRF).

The idea behind this project is to create a (web) interface for WRF that could be added to a docker container together with WRF that would allow to configure the model, run it and monitoring the progress from this interface without having to touch the config files. It will also have an API that would allow to send the configuraiton from a script so that bigger scale simmulations consisting of many runs could be run this way.

* Free software: MIT license

(Planed) Features
--------

Most of these is not done as long as this message is here.

* Configure the software. Use a simpler configuration schema then the oldschool namelist files.
* Run the software and show the progress.
* Save the logs
* on-the-fly processing of the output files. Allow to run precessing scripts on the files as soon as the files are saved.
* web interface
Note: This project has been restarte. The original attempt is in the branch first_attemp.

Credits
---------
Expand Down
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
history = history_file.read()

requirements = [
'Jinja2',
'jsonschema',
'click',
'progressbar2',
'dateparser',
'transitions',
'sanic',
'aiohttp'
'click'
# TODO: put package requirements here
]

Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions src/wrf_runner/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/wrf_runner/__main__.py

This file was deleted.

158 changes: 0 additions & 158 deletions src/wrf_runner/cli.py

This file was deleted.

136 changes: 0 additions & 136 deletions src/wrf_runner/configuration.py

This file was deleted.

Loading

0 comments on commit ec552ce

Please sign in to comment.