Skip to main content

Sympl is a Toolkit for building Earth system models in Python.

Project description

Sympl

PyPI Continuous Integration Coverage Documentation Status Updates

Sympl is a Toolkit for building Earth system models in Python. For more information, read the documentation at https://sympl.readthedocs.io.

What’s New

Latest

0.2.0

  • Added some more physical constants.

  • Added readthedocs support.

  • Overhaul of documentation.

  • Docstrings now use numpy style instead of Google style.

  • Expanded tests.

  • Added function to put prognostic tendencies in diagnostic output.

  • NetCDFMonitor is actually working now, and has tests.

  • There are now helper functions for automatically extracting required numpy arrays with correct dimensions and units from input state dictionaries. See the note about _properties attributes in Breaking changes below.

  • Added base object for testing components

  • Renamed set_dimension_names to set_direction_names, set_dimension_names is now deprecated and gives a warning. add_direction_names was added to append to the dimension list instead of replacing it.

Breaking changes

  • The constant stefan_boltzmann is now called stefan_boltzmann_constant to maintain consistency with other names.

  • Removed add_dicts_inplace from public API

  • combine_dimensions will raise exceptions in a few more cases where it should do so. Particularly, if there is an extra dimension in the arrays.

  • Default out_dims is removed from combine_dimensions.

  • input_properties, tendency_properties, etc. dictionaries have been added to components, which contain information about the units and dimensions required for those arrays, and can include more properties as required by individual projects. This makes it possible to extract appropriate numpy arrays from a model state in an automated fashion based on these properties, significantly reducing boilerplate code. These dictionaries need to be defined by subclasses, instead of the old “inputs”, “outputs” etc. lists which are auto-generated from these new dictionaries.

  • Class wrapping now works by inheritance, instead of by monkey patching methods.

  • All Exception classes (e.g. SharedKeyException) have been renamed to “Error” classes (e.g. SharedKeyError) to be consistent with normal Python naming conventions

0.1.1 (2017-01-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sympl-0.2.0.tar.gz (70.0 kB view details)

Uploaded Source

File details

Details for the file sympl-0.2.0.tar.gz.

File metadata

  • Download URL: sympl-0.2.0.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sympl-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f98b987113d683534310455af04d5a51f6fe29150e13995c472f0143e19d80db
MD5 97b1f49be2843ba31b9a1a9d71a8ca24
BLAKE2b-256 44b66933f12d183df9a4d27a97b547551f1ac9dfd33609816037eef14fa8f37c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page