{ "info": { "author": "Sebastian Illing", "author_email": "sebastian.illing@met.fu-berlin.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 2.7" ], "description": "MurCSS\n=====\nA Tool for Standardized Evaluation of Decadal Hindcast Systems\n\nThis Readme is for the MurCSS tool.\n\nThe main documentation can be found here /doc/build/index.html and here https://www-miklip.dkrz.de/about/murcss\n\nInstallation\n-\nDownload and install MurCSS via pypi\n```\npip install murcss\n```\n\nRequirements\n-\nMurCSS needs some additional python packages. If you install MurCSS using pypi, they will be downloaded and installed automatically. \n* Matplotlib >= 1.1.0\n* Basemap\n* NumPy >= 1.5.0\n* SciPy >= 0.8.0\n* CDOpy\n\nAdditionally MurCSS requires a working binary of the Climate Data Operators (CDO >= 1.5.4).\n\nUsage\n-\nAfter installation you can use the tool typing `murcss` in your terminal.\n* Help:\n```\nmurcss --help \n```\n\nNow you can see all parameters accepted by MurCSS.\n\n* Outside of MiKlip:\n\nIf you are using MurCSS outside of MiKlip, you have to set the `file_system = 'custom'` and specify your data structure in `murcss_config.py`. \n\n```\n#If you are working on your own filesystem specify the folder structure:\nDRS_STRUCTURE = {\n \"root_dir\":\"/scratch/ROOTDIR_OF_YOUR_DATA/\",\n \"parts_dir\":\"project/product/institute/model/experiment/time_frequency/realm/variable/ensemble/file_name\".split('/'),\n \"defaults\" : {}\n }\n\n```\n\n* Generate Sample output:\n\nDownload the files in /sample_data/ and the files in /sample_output/. Adjust the DATA_STRUCTURE to your system. Now you can generate the sample output using\n```\nmurcss variable=tas project1=baseline1 ...\n```\n\nUnittests\n-\nDownload the files in /integration/tests/ and navigate to the directory.\nNow you can run the tests using\n```\npython -m unittest discover . '*_test.py'\n```\nCurrently some of the tests are designed for the MiKlip file system. Therfore they are commented out.\n\nSupport, Issues, Bugs\n-\nPlease open an issue on GitHub or write an email to sebastian.illing@met.fu-berlin.de\n\n\n\nLicense\n-\nCopyright (C) 2014 Sebastian Illing This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/illing2005/murcss", "keywords": "Decadal prediction,skill score,MiKlip,MSESS,CRPSS,model evaluation,verification", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "murcss", "package_url": "https://pypi.org/project/murcss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/murcss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/illing2005/murcss" }, "release_url": "https://pypi.org/project/murcss/1.6.1/", "requires_dist": null, "requires_python": null, "summary": "MurCSS: A Tool for Standardized Evaluation of Decadal Hindcast Systems", "version": "1.6.1" }, "last_serial": 1313084, "releases": { "1.5.0": [ { "comment_text": "", "digests": { "md5": "97389c301f1924f60d46d8bd511180f8", "sha256": "e4036144a6ca401c686750153f5e0e56177e3848bd7e5ccf863d35a87888850e" }, "downloads": -1, "filename": "murcss-1.5.0.tar.gz", "has_sig": false, "md5_digest": "97389c301f1924f60d46d8bd511180f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42071, "upload_time": "2014-07-22T08:48:40", "url": "https://files.pythonhosted.org/packages/e2/93/bde5223305e64fae7d90bd61f266060f9ec95c4976eee57aa265bf02b626/murcss-1.5.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "dfd9df8be319500e7971d27060a8e37c", "sha256": "e56593620ba1bb0634166c1aff66eaf54ac14716f2a567490d32941b8cdd5825" }, "downloads": -1, "filename": "murcss-1.6.1.tar.gz", "has_sig": false, "md5_digest": "dfd9df8be319500e7971d27060a8e37c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57682, "upload_time": "2014-11-19T15:43:39", "url": "https://files.pythonhosted.org/packages/34/58/3d0f93b0618b0dd1194d1f1cbb8d68bff72ba765d6509567987f0e17d4eb/murcss-1.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dfd9df8be319500e7971d27060a8e37c", "sha256": "e56593620ba1bb0634166c1aff66eaf54ac14716f2a567490d32941b8cdd5825" }, "downloads": -1, "filename": "murcss-1.6.1.tar.gz", "has_sig": false, "md5_digest": "dfd9df8be319500e7971d27060a8e37c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57682, "upload_time": "2014-11-19T15:43:39", "url": "https://files.pythonhosted.org/packages/34/58/3d0f93b0618b0dd1194d1f1cbb8d68bff72ba765d6509567987f0e17d4eb/murcss-1.6.1.tar.gz" } ] }