Skip to content

Latest commit

 

History

History
103 lines (88 loc) · 6.17 KB

software.md

File metadata and controls

103 lines (88 loc) · 6.17 KB
layout title
default
Software

Welcome to ESGF Software and Services

The Earth System Grid Federation (ESGF) is a collaboration that develops, deploys and maintains software infrastructure for the management, dissemination, and analysis of model output and observational data. Below are the different data access interfaces and software tools. You can install and configure all the tools or a subset depending on your needs.

For Data Users - Search Data

ESGF Software Stack: for the Node Administrator

ESGF Data and Index/Identity Node

  • Description:
    • The ESGF Data Node software stack enables sites hosting earth system data to make it available to the community over several transfer protocols including http(s). Index nodes enable search for hosted data via data publishing to the index, and these nodes include a search API and web frontend. Identity nodes manage user accounts. All these services together consitute a "Full" ESGF installation. These nodes run as Docker containers and can be deployed via Ansible Playbooks or Helm Charts in a Kubernetes environment.
  • Use case:
    • I want to install a data and/or index/IdP node software stack using the current architecture
    • I want to upgrade my existing node software stack to the latest supported service versions
  • New and returning installations:
  • Requirements, Setup and Usage documentation * https://esgf.github.io/esgf-ansible/intro/intro.html
  • Basic Prerequisite:
    • The ESGF software stack requires Linux RedHat Enterprise or Rocky/Alma distributions and administrators have full sudo privileges to root access or a Kubernetes Cluster
    • The services are meant to run on webserver-grade hardware. For data nodes, storage holding your data to share must be mounted on the node.
  • Main page: includes installation instructions
  • Issues:
  • Installation email list:

Metagrid User Interface

ESGF data publisher

ESG publisher (esg-publisher)

  • Description:
    • The ESG Publisher (esgcet python package) enables data publishers to push references of their data on their site’s data node to an ESGF Index for use in search and retrieval
  • Use Cases:
    • I want to publish a new dataset to ESGF
    • I want to update an existing dataset that I published on ESGF
    • I want to retract/delete a dataset that I published from ESGF
  • Main Page: (user documentation)
    • https://esg-publisher.readthedocs.io/ =* Prerequisite:
    • Publishers to ESGF must have an existing Data Node installed at their site.
    • The publisher software (as of v5.x) does not need to run on the Data Node, but requires a "Data mount" so the software can access data files.
  • Issues:
  • Publication working team mailing list:

For Data Preparation, our collaborators at IPSL provide the Pre-publication Tools for a number of ongoing ESGF data projects.

ESGF Compute

  • Description:
    • The ESGF Compute Node software stack (known as roocs) enables sites hosting earth system data to deploy a compute service next to the data.
    • The Compute Node is built on the OGC Web Processing Service standard to describe a common interface for specifying remote processsing.
    • The Node includes a complete backend stack which can be installed on a single or cluster of servers, deployed through an Ansible Playbook.
    • The primary aim of the Node is to enable server-side processing to reduce the global network traffic of ESGF data and enable greater access to these essential scientific data.
  • Use Cases
    • I want to retrieve a subset of the data.
    • I want to execute compute operations on data using remote resources.
  • Main Page:
  • Installation:
  • Documentation:
  • Support:

Misc software and documentation

CMIP6 administrators and publishers

PCMDI has produced the Data Node Managers guide for CMIP6 data specifically here: https://pcmdi.llnl.gov/CMIP6/Guide/dataManagers.html

ESGF bulk data download tools

  • https://esgf.github.io/esgf-download/ From IPSL, esgpull / esgf-download combines an automated download service to manage massive replica copies of ESGF datasets, suited for server administrators to operate and a "thick client" for users to perform downloads to individual systems and user accounts.