WMT 1.0 release: Difference between revisions
From CSDMS
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
The CSDMS Integration Facility is happy to announce the release of version 1.0 | |||
of the CSDMS Web Modeling Tool, '''WMT'''. | |||
WMT | |||
is a web application that provides an Ajax client-side graphical interface | is a web application that provides an Ajax client-side graphical interface | ||
and a RESTful server-side database and API | and a RESTful server-side database and API | ||
Line 13: | Line 14: | ||
system models on a supercomputer. | system models on a supercomputer. | ||
With WMT, users can: | |||
* Design a model from a set of components | |||
* Edit component parameters | |||
* Save models to a web-accessible server | |||
* Share saved models with the community | |||
* Submit runs to an HPC system | |||
* Download simulation results | |||
== New/improved features == | == New/improved features == |
Revision as of 15:08, 19 September 2015
WMT 1.0
The CSDMS Integration Facility is happy to announce the release of version 1.0 of the CSDMS Web Modeling Tool, WMT.
WMT is a web application that provides an Ajax client-side graphical interface and a RESTful server-side database and API that allows users, from a web browser on a desktop, laptop or tablet computer, to build and run coupled Earth system models on a supercomputer.
With WMT, users can:
- Design a model from a set of components
- Edit component parameters
- Save models to a web-accessible server
- Share saved models with the community
- Submit runs to an HPC system
- Download simulation results
New/improved features
Links
- The primary instance of WMT resides at https://csdms.colorado.edu/wmt
- The CSDMS wiki hosts the WMT_Help page and a WMT_tutorial
- The source code for WMT can be found in three GitHub repositories:
- wmt, the data/database server: https://github.com/csdms/wmt
- wmt-exe, the execution server: https://github.com/csdms/wmt-exe
- wmt-client, the web client: https://github.com/csdms/wmt-client