ESM Tools external infrastructure for Earth System Modelling
Project description
ESM Tools
For our complete documentation, please check https://esm-tools.readthedocs.io/en/latest/index.html.
Before you continue
You will need python 3 (possibly version 3.6 or newer), a version of git that is not ancient (everything newer than 2.10 should be good), and up-to-date pip (pip install -U pip) to install the esm_tools. That means that on the supported machines, you could for example use the following settings:
ollie.awi.de:
$ module load git $ module load python3
mistral.dkrz.de:
$ module load git $ module unload netcdf_c $ module load anaconda3
glogin.hlrn.de / blogin.hlrn.de:
$ module load git $ module load anaconda3
juwels.fz-juelich.de:
$ module load git $ module load Python-3.6.8
aleph:
$ module load git $ module load python
Note that some machines might raise an error conflict netcdf_c when loading anaconda3. In that case you will need to swap netcdf_c with anaconda3:
$ module unload netcdf_c $ module load anaconda3
Installing
First, make sure you add the following lines to one of your login or profile files, i.e. ~/.bash_profile, ~/.bashrc, ~/.profile, etc.:
$ export PATH=$PATH:~/.local/bin $ export LC_ALL=en_US.UTF-8 $ export LANG=en_US.UTF-8
Inside the same login or profile file, add also the module commands necessary for the HPC system you are using (find the lines in the section above).
You can choose to source now your login or profile file, so that the module and export commands are run (e.g. $ source ~/.bash_profile).
To use the new version of the ESM-Tools, now rewritten in Python, clone this repository:
$ git clone https://github.com/esm-tools/esm_tools.git
Then, run the install.sh:
$ ./install.sh
You should now have the command line tools esm_master and esm_runscripts, which replace the old version.
You may have to add the installation path to your PATH variable:
$ export PATH=~/.local/bin:$PATH
History
0.1.0 (2020-02-17)
First release on gitlab.awi.de.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for esm_tools-6.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df7c8d75a330dfb90c0baea828ddf337dfa1de25bdc53bed979403a8146cbe5f |
|
MD5 | 70a4145409d2ddcd09fe6bfb438cbd17 |
|
BLAKE2b-256 | dd404c275926d1a0cf0d7c005ce546f9b8b3ff40981fa732dc15e907560da90f |