Resolve CLIMATE-551. Merge PR #129.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/0b74c82d Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/0b74c82d Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/0b74c82d Branch: refs/heads/master Commit: 0b74c82d914387f6f4c659424053006d75feb5c7 Parents: 0ca2987 8c142c3 Author: Michael Joyce <[email protected]> Authored: Mon Nov 10 08:05:09 2014 -0800 Committer: Michael Joyce <[email protected]> Committed: Mon Nov 10 08:05:09 2014 -0800 ---------------------------------------------------------------------- rcmet/LICENSE.txt | 218 --- rcmet/src/main/python/bin/rcmet.py | 265 ---- .../docs/Bottle Web Service Documentation.docx | Bin 179630 -> 0 bytes rcmet/src/main/python/docs/Makefile | 153 -- .../main/python/docs/RCMET_documentation.docx | Bin 190254 -> 0 bytes rcmet/src/main/python/docs/conf.py | 260 ---- rcmet/src/main/python/docs/index.rst | 22 - rcmet/src/main/python/docs/make.bat | 190 --- rcmet/src/main/python/docs/rcmes.cli.rst | 19 - rcmet/src/main/python/docs/rcmes.rst | 22 - rcmet/src/main/python/docs/rcmes.services.rst | 51 - rcmet/src/main/python/docs/rcmes.storage.rst | 27 - rcmet/src/main/python/docs/rcmes.toolkit.rst | 27 - rcmet/src/main/python/docs/rcmes.utils.rst | 19 - rcmet/src/main/python/rcmes/README | 8 - rcmet/src/main/python/rcmes/__init__.py | 19 - rcmet/src/main/python/rcmes/classes.py | 229 --- rcmet/src/main/python/rcmes/cli/__init__.py | 27 - .../python/rcmes/cli/do_rcmes_processing_sub.py | 734 --------- .../main/python/rcmes/cli/rcmet20_cordexAF.py | 996 ------------ rcmet/src/main/python/rcmes/cli/rcmet_ui.py | 112 -- .../main/python/rcmes/resources/cordexAF.cfg | 30 - .../python/rcmes/resources/cordexSubRegions.txt | 25 - .../resources/watersheds/CAwsdCU_wgt_ep36_d01 | 189 --- .../resources/watersheds/CAwsdCU_wgt_ep36_d02 | 1248 ---------------- .../resources/watersheds/CAwsdDWR_wgt_ep36_d01 | 341 ----- .../resources/watersheds/CAwsdDWR_wgt_ep36_d02 | 1364 ----------------- .../rcmes/resources/watersheds/shasta_d02.txt | 276 ---- rcmet/src/main/python/rcmes/storage/__init__.py | 18 - rcmet/src/main/python/rcmes/storage/db.py | 359 ----- rcmet/src/main/python/rcmes/storage/files.py | 783 ---------- rcmet/src/main/python/rcmes/storage/rcmed.py | 129 -- rcmet/src/main/python/rcmes/toolkit/__init__.py | 18 - .../main/python/rcmes/toolkit/do_data_prep.py | 366 ----- rcmet/src/main/python/rcmes/toolkit/metrics.py | 1080 ------------- .../main/python/rcmes/toolkit/metrics_kyo.py | 718 --------- rcmet/src/main/python/rcmes/toolkit/plots.py | 226 --- rcmet/src/main/python/rcmes/toolkit/process.py | 1007 ------------- .../src/main/python/rcmes/toolkit/visualize.py | 17 - rcmet/src/main/python/rcmes/utils/__init__.py | 20 - .../src/main/python/rcmes/utils/fortranfile.py | 274 ---- rcmet/src/main/python/rcmes/utils/misc.py | 1413 ------------------ rcmet/src/main/python/rcmes/utils/taylor.py | 126 -- .../tests/files/missingSubRegionParam.cfg | 3 - .../tests/files/validSubRegionConfigFile.cfg | 3 - .../main/python/tests/files/validSubRegions.cfg | 7 - rcmet/src/main/python/tests/test_files.py | 87 -- rcmet/src/main/python/tests/test_metrics.py | 52 - rcmet/src/main/python/tests/test_misc.py | 74 - rcmet/src/main/python/tests/test_process.py | 44 - rcmet/src/main/resources/PyLintREADME.txt | 26 - rcmet/src/main/resources/pyLintRcFile.txt | 249 --- rcmet/src/main/resources/rcmet_use_case.txt | 57 - 53 files changed, 14027 deletions(-) ----------------------------------------------------------------------
