-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #558 from ESMValGroup/version2_development
Version 2.0a1 release
- Loading branch information
Showing
484 changed files
with
13,778 additions
and
20,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,19 @@ This is the development branch for version 2 of ESMValTool. To get started devel | |
|
||
### Getting started | ||
To install in development mode, follow these instructions. | ||
- [Download and install conda](https://conda.io/docs/user-guide/install/linux.html) | ||
- [Download and install conda](https://conda.io/docs/user-guide/install/linux.html) (this should be done even if the system in use already has a preinstalled version of conda, as problems have been reported with NCL when using such a version) | ||
- If using (t)csh shell, do not prepend the installation path (`<prefix>`) to the environment variable PATH (as recommended by the installation procedure), but add `source <prefix>/etc/profile.d/conda.csh` to the `.cshrc`/`.tcshrc` file instead | ||
- Update conda: `conda update -y conda` | ||
- Create a conda environment: `conda create -y -n esmvaltool python=3` | ||
- Activate the esmvaltool environment: `source activate esmvaltool` | ||
- Activate the esmvaltool environment: `source activate esmvaltool` (or `conda activate esmvaltool` if using (t)csh shell) | ||
- Clone the ESMValTool github repository: `git clone [email protected]/ESMValGroup/ESMValTool` | ||
- Go to the esmvaltool directory: `cd ESMValTool` | ||
- Check out the version 2 development branch: `git checkout version2_development` | ||
- Update the esmvaltool conda environment `conda env update` | ||
- Install in development mode: `pip install -e .[develop]` | ||
- Install in development mode: `pip install -e .[develop]` (or `pip install -e '.[develop]'` if using (t)csh shell) | ||
- Test that your installation was succesful by running `esmvaltool -h`. | ||
- Review `config-user.yml`. To customize for your system, create a copy, edit and use the command line option `-c` to instruct `esmvaltool` to use your custom configuration. | ||
- Available namelists are located in the directory `esmvaltool/namelists`. | ||
- Available recipes are located in the directory `esmvaltool/recipes`. | ||
|
||
### Running tests | ||
Go to the directory where the repository is cloned and run `./setup.py test`. Tests will also be run automatically by CircleCI. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.