{ "info": { "author": "Sean Kelly", "author_email": "sean.kelly@jpl.nasa.gov", "bugtrack_url": null, "classifiers": [], "description": "This is CCMValDiag with enhancements to read data from CDX.\n\nCCMVal Diagnostic Tool\n**********************\n\nThis is the `Chemistry Climate Model Validation`_ Diagnostic_ tool with\nmodifications by the CDX_ (Climate Data Exchange) project of JPL_ to support\ntransparent access to data stored within the CDX \"cloud\".\n\nThese modifications enhance the CCMValDiag tool by enabling it to access data\nnot only in NetCDF_ files in the local filesystem but also stored within CDX\nproduct servers. It does so by allowing you to specify a ``cdx:`` style URL\nin your diagnostic ``namelist`` file in place of a regular local filesystem\npath.\n\nWhat You Get\n============\n\nIn this distribution you'll find:\n\nccmval\n The beta9 version of the CCMValDiag code taken from its\n `subversion repository`_ *including* enhancements by CDX.\nREADME.txt\n This file.\nsetup.py\n Standard distutils_ and setuptools_ metadata.\nsetup.cfg\n Standard configuration for distutils_ and setuptools_.\n\n\nDependencies\n============\n\nThe enhancements to CCMValDiag rely on the cdx.client package. You can learn\nmore about cdx.client at this address::\n\n http://cdx.jpl.nasa.gov/software/cdx-client\n \nor by reviewing its Python Package Index (\"Cheeseshop\") entry at::\n\n http://pypi.python.org/pypi/cdx.client/\n \nSee either website for detailed installation instructions. To see if your\nPython installation already has the cdx.client package, try running\n``python`` and enter the following:\n\n >>> import cdx.client\n\nIf you receive an ImportError, you'll need to install cdx.client.\n\n\nUse\n===\n\nFor use of CCMValDiag, consult the README* files in the ``ccmval`` directory.\n(JPL is solely responsible for the enhancements that enable reading from CDX\nproduct servers and, unfortunately, cannot assist you with running of\nCCMValDiag.)\n\nThe input models for CCMValDiag are specified as filesystem path names in a\n\"namelist\" file. You create a namelist file to identify input models,\nvariables to validate, plot types, and so forth. To query from CDX, you\nreplace the filesystem path name with a ``cdx:`` URL.\n\nHere is an example ``cdx:`` URL::\n\n cdx://jpl-esg.jpl.nasa.gov:8080/cdxesg/prod/commit/atm/da/hfls/pr/ncar_ccsm3_0/run1\n \nLet's look at each part of this URL.\n\ncdx:\n This is the URL scheme. It should *always* be ``cdx:``\njpl-esg.jpl.nasa.gov:8080\n This is the net location of the CDX product server. In this case, we're\n access the host called ``jpl-esg.jpl.nasa.gov`` and the server listening\n on port number 8080.\ncdxesg\n This is the web endpoint to use. It identifies a particular web\n application on the server listening on port 8080, in this case ``cdxesg``.\n Each CDX product server is differentiated by its web endpoint.\nprod\n This string indicates we want to access the product service. It should\n *always* be ``prod``.\n/commit/atm/da/hfls/pr/ncar_ccsm3_0/run1\n This identifies the path *within the product server* of the data to\n access. In this case, this path references three NetCDF files on the\n product server that live in the ``run1`` directory (which lives in the\n ``ncar_ccsm3_0`` directory, and so forth).\n\nBy placing such a URL in the MODELS section of a namelist file, CCMValDiag\nwill be able to work its magic on CDX data.\n\nFor an example namelist that uses CDX URLs, see the ``namelist_cdx`` file in\nthe ``ccmval`` directory.\n\n\n\n\n.. References:\n.. _CDX: http://cdx.jpl.nasa.gov/\n.. _Chemistry Climate Model Validation: http://www.pa.op.dlr.de/CCMVal/\n.. _Diagnostic: http://www.pa.op.dlr.de/CCMVal/CCMVal_DiagnosticTool.html\n.. _JPL: http://www.jpl.nasa.gov/\n.. _subversion repository: https://svn-ccsm-models.cgd.ucar.edu/tools/proc_ccmval/diagcode/trunk_tags/beta09\n.. _NetCDF: http://www.unidata.ucar.edu/software/netcdf/\n.. _distutils: http://docs.python.org/library/distutils.html\n.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools\n\nChangelog\n*********\n\n0.0.0 - Unreleased\n==================\n\n* Initial release\n\n\nCopyright\n*********\n\nThe enhancements to CCMValDiag that enable reading from CDX are copyright\n2009 by the California Institute of Technology. ALL RIGHTS RESERVED. The\nremaining software retains the copyright of its original owners.\n\nThe enhancements are owned by Caltech/JPL and are protected by United States\ncopyright laws and applicable international treaties and/or conventions. The\nUnited States Government may have prior rights to use some or all of the\nenhancements as determined under applicable contracts and license agreements\nwith Caltech/JPL.\n\nThe enhancements were developed at the Jet Propulsion Laboratory, an operating\ndivision of the California Institute of Technology and are not available for\nuse by any person, organization, or other entity without prior, specific\nwritten permission.", "description_content_type": null, "docs_url": null, "download_url": "http://oodt.jpl.nasa.gov/dist/ccmval+cdx", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://cdx.jpl.nasa.gov/software/ccmvaldiag-cdx", "keywords": "chemistry climate model validation diagnosis data exchange cdx", "license": "Proprietary", "maintainer": null, "maintainer_email": null, "name": "ccmval-cdx", "package_url": "https://pypi.org/project/ccmval-cdx/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ccmval-cdx/", "project_urls": { "Download": "http://oodt.jpl.nasa.gov/dist/ccmval+cdx", "Homepage": "http://cdx.jpl.nasa.gov/software/ccmvaldiag-cdx" }, "release_url": "https://pypi.org/project/ccmval-cdx/0.0.1dev-r5450/", "requires_dist": null, "requires_python": null, "summary": "CCMValDiag with CDX Data Access", "version": "0.0.1dev-r5450" }, "last_serial": 769862, "releases": { "0.0.1dev-r5450": [] }, "urls": [] }