
ACCORD Forge documentation
everything remains to be written here…
Repositories documentation
- DAVAÏ Users Guide DAVAI environment for testing experiment creation
- DAVAÏ DAVAI merged repo
- DAVAÏ-ciboulai Ciboulai : the interactive dashboard for DAVAï
- DAVAÏ-test DAVAI tests templates and config files
- IAL-build Wrappers to help building IAL executables from SCM
- IAL-expertise IAL outputs expertise toolbox
- ACCORD_documentation Repository for markdown ACCORD documentation
- ACCORD Preprocessing Tools Gathering various existing observations preprocessing tools and document them
- ACCORD DA TOOLS ACCORD Data Assimilation Tools
- ACCORD Physics Tools ACCORD Physics evaluation and validation tools
- PHYEX PHYsique EXternalisée
- EPyGrAM Enhanced Python for Graphics and Analysis of Meteorological fields
- Fick A Fortran toolkit for interoperating Fortran with C/C++
- Eckit A C++ toolkit that supports development of tools and applications at ECMWF
- field_api Field API aims to ease the management and the transfer of data between CPUs and GPUs for the IFS-ARPEGE-LAM software.
- Tallinn_GitHub_TestRepo Test repository for Tallinn Surface side meeting with GitHub exercise
- ectrans Global spherical harmonics transforms library underpinning the IFS
- ecsaber
- Fiat The fortran IFS and ARPEGE Toolkit
Join the organisation
- Create your github professional account if you don’t have one. (Please use your official professional e-mail address)
- Contact the ACCORD System Area Leader, asking for being a member of the ACCORD forge, and providing your github identifier.
- He will send you an invitation, that you finally just have to accept.
- go to your account Settings > Developer settings > Personal access tokens
- Generate new token
(setting “repo” as scope, and with a reasonable expiry date)
- set this token in any host .netrc file:
machine github.com login <your github userid> password <the generated token>
- in case you organisation is using a proxy, you need to tell Git to use it: e.g.
export GIT_SSL_CAINFO=/usr/local/etc/proxy1.pem
in MF/CNRM