We welcome any kind of contribution to our software, from simple comment or question to a full fledged pull request.
A contribution can be one of the following cases:
- you have a question;
- you think you may have found a bug (including unexpected behavior);
- you want to make a change to the code (e.g. to fix a bug, to add a new feature, to update documentation).
The sections below outline the steps in each case.
- use the search functionality here to see if someone already filed the same issue;
- if your issue search did not yield any relevant results, make a new issue;
- apply the "question" label; apply other labels when relevant if you can.
- use the search functionality here to see if someone already filed the same issue;
- if your issue search did not yield any relevant results, make a new issue, making sure to provide enough information to the rest of the community to understand the cause and context of the problem. Depending on the issue, you may want to include:
- some identifying information (name and version number) for dependencies you're using;
- information about the operating system;
- apply relevant labels to the newly created issue if you can.
- (important) announce your plan to the rest of the community before you start working. This announcement should be in the form of a (new) issue here;
- (important) wait until some kind of consensus is reached about your idea being a good idea;
- if needed, create your own feature branch off of the latest main branch. While working on your feature branch, make sure to stay up to date with the main branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions here and here);
- update or expand the documentation;
- push your feature branch to (your fork of) the ESMValTool_sample_data repository on GitHub;
- create the pull request, e.g. following the instructions here.
In case you feel like you've made a valuable contribution, but you don't know how to write or run tests for it, or how to generate the documentation: don't let this discourage you from making the pull request; we can help you! Just go ahead and submit the pull request, but keep in mind that you might be asked to append additional commits to your pull request.
ESMValTool_sample_data
is a subproject of ESMValTool. For general documentation about contributing to ESMValTool projects, see the ESMValTool contributing guidelines.
By contributing, you agree that your contributions will be licensed under the Apache 2.0 license.
These guidelines were derived from the open-source template for contribution guidelines from the Netherlands eScience Center licensed under Apache 2.0.
Create and activate conda environment with the required dependencies
conda env create -f environment.yml -n esmvaltool_test_data
conda activate esmvaltool_test_data
Copy config.yml.template
to config.yml
and customize, at least add your
ESGF username and password.
Create an account on https://esgf-data.dkrz.de/user/add/ if you do not have one.
Run
python download_sample_data.py
to download a sample of the test data.
datasets.yml
defines the datasets that will be downloaded. Any datasets that are problematic can be added under ignore
.