tcd-xios-demonstration

Demonstration code and examples for XIOS (XML I/O Server) multi-version use

https://github.com/metoffice/tcd-xios-demonstration

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Demonstration code and examples for XIOS (XML I/O Server) multi-version use

Basic Info
  • Host: GitHub
  • Owner: MetOffice
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Size: 150 KB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 10
  • Open Issues: 13
  • Releases: 0
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License Citation

README.md

tcd-XIOS-demonstration

Demonstration code for XML I/O server XIOS usage.

Demonstrations of using XIOS are provided with Continuous Integration testing with respect to XIOS2 trunk.

Environments

Environments are managed, with a little complication, to enable running on scientific desktop and on Github Continuous Integration.

There is a helper script that one can source, in the root directory, to ensure that the scientific desktop LFRic environment is loaded, using the environment variable setup for the Makefiles, which is also compatible with the Github CI runner.

. desktopEnv

Running demonstrations as test cases

The code in this repository is organised with test runners, which enable some or all of the cases to be prepared and run.

To run all cases: (where $REPO_ROOT is the root directory of this repository)

cd $REPO_ROOT python -m unittest discover -v -s xios_examples

Individual tests, or subsets of tests, may be run by explicitly targeting tests using python imports, e.g.

python -m unittest xios_examples.read_axis_resample.test_resample_cases

Owner

  • Name: Met Office
  • Login: MetOffice
  • Kind: organization
  • Email: enquiries@metoffice.gov.uk
  • Location: Exeter, UK

The Met Office is the UK's National Weather Service

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Adams"
  given-names: "Samantha"
- family-names: "Cole"
  given-names: "Jeff"
- family-names: "Hedley"
  given-names: "Mark"
- family-names: "Kavčič"
  given-names: "Iva"
- family-names: "Mannall"
  given-names: "Nathan"
- family-names: "Olivier"
  given-names: "Ricky"
- family-names: "Shepherd"
  given-names: "Harry"
title: "Demonstration code repository for XIOS (XML I/O server) usage."
version:
doi:
date-released:
url: "https://github.com/MetOffice/tcd-XIOS-demonstration"

GitHub Events

Total
  • Create event: 1
  • Issues event: 6
  • Watch event: 2
  • Delete event: 1
  • Member event: 2
  • Issue comment event: 20
  • Push event: 10
  • Pull request review comment event: 6
  • Pull request event: 25
  • Pull request review event: 13
  • Fork event: 5
Last Year
  • Create event: 1
  • Issues event: 6
  • Watch event: 2
  • Delete event: 1
  • Member event: 2
  • Issue comment event: 20
  • Push event: 10
  • Pull request review comment event: 6
  • Pull request event: 25
  • Pull request review event: 13
  • Fork event: 5

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 11
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.55
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 10
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 20 days
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.6
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mo-marqh (6)
  • svadams (2)
  • ricky-lv426 (1)
  • lucaparisi91 (1)
  • jeff-cole (1)
  • harry-shepherd (1)
Pull Request Authors
  • mo-marqh (19)
  • ricky-lv426 (4)
  • svadams (4)
  • jeff-cole (3)
  • NMannall (2)
  • harry-shepherd (2)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
documentation (1)

Dependencies

.github/workflows/buildTest.yml actions
  • actions/checkout v4 composite