Repository: climate Updated Branches: refs/heads/master d85484018 -> 4388924ba
Merge pull request #1 from apache/master Update fork Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/95afddff Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/95afddff Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/95afddff Branch: refs/heads/master Commit: 95afddff4239e0424a4bdde23912be06978199b9 Parents: d2861de d854840 Author: Mazi Boustani <[email protected]> Authored: Tue Apr 26 14:41:16 2016 -0700 Committer: Mazi Boustani <[email protected]> Committed: Tue Apr 26 14:41:16 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 36 + MANIFEST.in | 3 + RCMES/cli_app.py | 1439 ++++++++++++++++++ .../CORDEX-Africa_examples/Fig10a_cru.yaml | 93 ++ .../CORDEX-Africa_examples/Fig10b_cru.yaml | 90 ++ .../CORDEX-Africa_examples/Fig1_2_4a_5.yaml | 107 ++ .../CORDEX-Africa_examples/Fig3a_summer.yaml | 90 ++ .../CORDEX-Africa_examples/Fig3a_winter.yaml | 90 ++ .../CORDEX-Africa_examples/Fig3b_summer.yaml | 90 ++ .../CORDEX-Africa_examples/Fig3b_winter.yaml | 90 ++ .../CORDEX-Africa_examples/Fig4d_7d_8ad.yaml | 101 ++ .../CORDEX-Africa_examples/Fig4f_9bcd.yaml | 104 ++ .../CORDEX-Africa_examples/Fig7e_8be.yaml | 95 ++ .../CORDEX-Africa_examples/Fig7f_8cf.yaml | 97 ++ ...ordex-arctic_cloud_fraction_bias_to_SRB.yaml | 65 + .../cordex-arctic_rlds_bias_to_SRB.yaml | 65 + .../cordex-arctic_rlus_bias_to_SRB.yaml | 65 + .../cordex-arctic_rsds_bias_to_SRB.yaml | 65 + .../ESGF_example/ESGF-Example.yaml | 62 + .../ESGF_example/ESGF-Example_local.yaml | 62 + .../NARCCAP_examples/Fig10_and_Fig11.yaml | 81 + .../NARCCAP_examples/Fig12_summer.yaml | 75 + .../NARCCAP_examples/Fig12_winter.yaml | 75 + .../NARCCAP_examples/Fig14_and_Fig15.yaml | 82 + .../NARCCAP_examples/Fig16_summer.yaml | 75 + .../NARCCAP_examples/Fig16_winter.yaml | 75 + .../NARCCAP_examples/Fig5_and_Fig6.yaml | 50 + .../NARCCAP_examples/Fig7_summer.yaml | 75 + .../NARCCAP_examples/Fig7_winter.yaml | 75 + .../NARCCAP_examples/Fig8_and_Fig9.yaml | 50 + .../dscale_prmo-eus_rcmed.yaml | 83 + .../dscale_prmo-wus_local.yaml | 82 + .../dscale_prmo-wus_rcmed.yaml | 83 + .../dscale_wus_prec_trmm_vs_nldas.yaml | 82 + ...prec_subregion_annual_cycle_time_series.yaml | 90 ++ RCMES/metrics_and_plots.py | 247 +++ RCMES/run_RCMES.py | 283 ++++ RCMES/statistical_downscaling/MPI_tas_JJA.yaml | 29 + .../run_statistical_downscaling.py | 231 +++ RCMES/test/test.py | 179 +++ README.md | 3 + docs/source/conf.py | 6 +- docs/source/config/config_writer.rst | 2 +- docs/source/index.rst | 8 +- docs/source/ocw-logo-variant-sm-01-01-new.png | Bin 0 -> 25481 bytes easy-ocw/conda-install.sh | 60 + easy-ocw/conda_environment.txt | 54 + easy-ocw/install-osx.sh | 50 +- easy-ocw/install-ubuntu.sh | 124 +- easy-ocw/ocw-conda-dependencies.txt | 9 +- easy-ocw/ocw-pip-dependencies.txt | 2 + examples/esgf_integration_example.py | 41 + examples/esgf_integration_examply.py | 40 - examples/knmi_to_cru31_full_bias.py | 13 +- examples/model_ensemble_to_rcmed.py | 20 +- examples/multi_model_evaluation.py | 21 +- examples/multi_model_taylor_diagram.py | 31 +- examples/simple_model_to_model_bias.py | 4 +- .../simple_model_to_model_bias_DJF_and_JJA.py | 64 - examples/subregions_portrait_diagram.py | 7 +- examples/taylor_diagram_example.py | 14 +- examples/time_series_with_regions.py | 4 + ez_setup.py | 341 +++++ ocw-cli/cli_app.py | 1428 ----------------- ocw-ui/backend/run_webservices.py | 6 +- ocw-ui/frontend/app/img/globe.png | Bin 0 -> 25857 bytes .../app/img/ocw-logo-variant-sm-01-01.png | Bin 0 -> 5776 bytes ocw-ui/frontend/app/index.html | 25 +- ocw-ui/frontend/app/scripts/app.js | 4 + .../scripts/controllers/observationselect.js | 69 +- ocw-ui/frontend/app/styles/main.css | 7 +- ocw-ui/frontend/app/views/demo.html | 22 + .../frontend/app/views/selectobservation.html | 9 + ocw-ui/frontend/app/views/selectrcmed.html | 2 +- ocw-ui/frontend/package.json | 10 +- ocw-vm/Vagrantfile | 2 +- ocw-vm/init-ocw-vm.sh | 23 +- ocw/data_source/dap.py | 22 +- ocw/data_source/esgf.py | 6 +- ocw/data_source/local.py | 344 ++++- ocw/data_source/rcmed.py | 2 + ocw/dataset.py | 9 +- ocw/dataset_processor.py | 375 +++-- ocw/esgf/constants.py | 13 +- ocw/esgf/logon.py | 13 +- ocw/esgf/logon2.py | 43 - ocw/esgf/main.py | 17 +- ocw/evaluation.py | 60 +- ocw/tests/test_dap.py | 20 +- ocw/tests/test_dataset_processor.py | 32 +- ocw/tests/test_local.py | 202 ++- ocw/tests/test_utils.py | 2 +- ocw/utils.py | 6 +- ocw_config_runner/tests/test_config_parsing.py | 46 +- ocw_config_runner/tests/test_config_writer.py | 2 +- .../tests/test_evaluation_creation.py | 4 +- setup.cfg | 17 + setup.py | 71 +- 98 files changed, 6726 insertions(+), 2116 deletions(-) ----------------------------------------------------------------------
