Skip to content

Commit 421b6fb

Browse files
committed
Add ESGF Compute Release Announcement with link on front page
1 parent 5ccd645 commit 421b6fb

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

esgf-compute-announcement.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: default
3+
title: ESGF Compute Release Announcement
4+
---
5+
6+
## ESGF Compute Release Announcement
7+
8+
The ESGF Compute Working Team is pleased to announce the completion of its first Compute Challenge,
9+
As you might know, ESGF is moving toward a model where users are offered the possibility of pre-processing data on ESGF servers before downloading it to their local machine. The CWT has defined a restricted set of functionalities “subset” and “aggregate” services. Different implementations of these services are available on different nodes, and ideally they would run with netCDF files or DAP links hosted on a wide variety of platforms and return.
10+
11+
The WPS API is described at: [https://docs.google.com/document/d/16G9oXjqqCTCpqf6wA3vnFjoF-lR3kT03m4Q9dndx5Bw/edit](https://docs.google.com/document/d/16G9oXjqqCTCpqf6wA3vnFjoF-lR3kT03m4Q9dndx5Bw/edit)
12+
13+
The compute Python API is available at: [https://github.com/esgf/esgf-compute-api](https://github.com/esgf/esgf-compute-api) or via conda with:
14+
```
15+
conda create -n cwt -c cdat -c conda-forge esgf-compute-api=2.2.0
16+
```
17+
We recommend you get familiar with it by following the notebook at: [https://github.com/ESGF/esgf-compute-api/blob/master/examples/getting_started.ipynb](https://github.com/ESGF/esgf-compute-api/blob/master/examples/getting_started.ipynb)
18+
19+
A set of F.A.Q.s is also available at: [https://github.com/ESGF/esgf-compute-wps/blob/devel/FAQ.md](https://github.com/ESGF/esgf-compute-wps/blob/devel/FAQ.md)
20+
21+
ESGF compute services are now available for production at: [https://aims2.llnl.gov](https://aims2.llnl.gov).
22+
23+
This node offers the following services:
24+
* Aggregate
25+
* Subset
26+
* Min/Max
27+
* Regrid
28+
* Add/Subtract
29+
* Sum
30+
* Workflow (to chain these together)
31+
* More operator will come online with time and will be announced.
32+
33+
NASA provides some services at: [https://www.nccs.nasa.gov/services/analytics/EDAS](https://www.nccs.nasa.gov/services/analytics/EDAS). Due to NASA security process this is still based on an older version and is not compatible with CWT API. A newer, compatible, release is ready and awaiting clearance from NASA’s security review. It is expected to replace the current one as soon it is cleared, probably in early September.
34+
35+
CMCC’s Ophidia-based WPS will be compatible with ESGF API as well and should be ready for alpha testing soon, with full release to the public in September/October.
36+
37+
Finally, if you are interested in deploying you own compute services we recommend you try our ready-to-deploy container-based solution at: [https://github.com/esgf/esgf-compute-wps](https://github.com/esgf/esgf-compute-wps)

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
{% include hero.html %}
5353

5454

55+
<div class="hero-unit announcement">
56+
<center>
57+
<h3><a href="{{site.url}}/esgf-compute-announcement.html">
58+
ESGF Compute Release Announcement</a></h3>
59+
</center>
60+
</div>
61+
62+
5563
<div class="hero-unit announcement">
5664
<center>
5765
<h3><a href="{{site.url}}/2018-F2F.html">

0 commit comments

Comments
 (0)