CLIMATE-956 - Revert the changes in run_statistical_downscaling.py

- Some of the changes made by PR #444 have been reverted to make the codes work.
1 file changed
tree: 686d700325d181639480a13816156aa318940d16
  1. docs/
  2. examples/
  3. mccsearch/
  4. obs4MIPs/
  5. ocw/
  6. ocw-parallel/
  7. ocw-ui/
  8. ocw-vm/
  9. ocw_config_runner/
  10. RCMES/
  11. .coveragerc
  12. .gitignore
  13. .landscape.yml
  14. .mailmap
  15. .noserc
  16. .travis.yml
  17. CHANGES.md
  18. deps_py2.txt
  19. deps_py3.txt
  20. doap_CLIMATE.rdf
  21. ez_setup.py
  22. KEYS
  23. LICENSE.txt
  24. MANIFEST.in
  25. NOTICE.txt
  26. README.md
  27. setup.cfg
  28. setup.py
  29. test.sh
  30. test_smoke.py
README.md

Apache Open Climate Workbench

Build Status Coverage Status Requirements Status Code Health PyPI Python Badge Anaconda-Server Badge Anaconda-Server Downloads Badge Anaconda-Server Version Badge

Apache Open Climate Workbench is an effort to develop software that performs climate model evaluations using model outputs from a variety of different sources (the Earth System Grid Federation, the Coordinated Regional Downscaling Experiment, the U.S. National Climate Assessment and the North American Regional Climate Change Assessment Program) and temporal/spatial scales with remote sensing data from NASA, NOAA and other agencies. The toolkit includes capabilities for rebinning, metrics computation and visualization. For additional project information, please check the project website.

Getting Started

The project's wiki is the best location for help and project information. New users should check out the Getting Started and Easy OCW pages for help getting the necessary dependencies installed. If you would prefer to have an isolated environment set up in a virtual machine you should read the OCW VM documentation. It will help you get up and running quickly with a fresh VM image for OCW work.

There are a number of examples in the examples directory to help users get started with the toolkit API. If you have questions, the best way to get help is to email the project mailing lists which can be found on the project's community page.

Development

OCW always welcomes pull request. Please check the Developer Area on the wiki for additional information on how to contribute. The project's JIRA is a great place to start looking for issues to solve. Make sure to stop by the mailing lists and introduce yourself as well!

Documentation

The project host the documentation built from the last release artifact on the project website

If you would like to build the documentation for the project run the following command from the root of the repository:

cd docs && make html

You will need to have installed the project dependencies first. Checkout the Getting Started and Easy OCW pages for help getting the necessary dependencies installed.