CSDMS Web Modeling Tool: Difference between revisions
m Words |
m Add email for for problems / suggestions |
||
Line 28: | Line 28: | ||
check out the [[WMT_tutorial|WMT tutorial]], | check out the [[WMT_tutorial|WMT tutorial]], | ||
or jump right into using WMT at https://csdms.colorado.edu/wmt. | or jump right into using WMT at https://csdms.colorado.edu/wmt. | ||
WMT was designed for use by the CSDMS community. | |||
If you encounter any problems in using WMT, | |||
or if you'd like to leave us feedback or suggestions for improvement, | |||
please email the CSDMS software engineers | |||
at [mailto:CSDMSsupport@colorado.edu CSDMSsupport@colorado.edu]. | |||
WMT is an MIT-licensed open source application, | WMT is an MIT-licensed open source application, | ||
Line 34: | Line 40: | ||
We actively encourage CSDMS members to contribute to the development of WMT | We actively encourage CSDMS members to contribute to the development of WMT | ||
by forking and cloning its GitHub repositories, | by forking and cloning its GitHub repositories, | ||
then sending pull requests with improvements back to the CSDMS | then sending pull requests with improvements back to the CSDMS software engineers. | ||
<noinclude> | <noinclude> |
Revision as of 16:24, 22 December 2016
The CSDMS Web Modeling Tool

The CSDMS Web Modeling Tool, 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 surface dynamics 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
To see how you can use WMT to configure and run a standalone or a coupled model on the web,
check out the WMT tutorial,
or jump right into using WMT at https://csdms.colorado.edu/wmt.
WMT was designed for use by the CSDMS community. If you encounter any problems in using WMT, or if you'd like to leave us feedback or suggestions for improvement, please email the CSDMS software engineers at CSDMSsupport@colorado.edu.
WMT is an MIT-licensed open source application, built entirely with open source software (Python, SQLite, Java, and Javascript). The WMT source code is freely available on GitHub. We actively encourage CSDMS members to contribute to the development of WMT by forking and cloning its GitHub repositories, then sending pull requests with improvements back to the CSDMS software engineers.
Links
- The WMT landing page is 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
- The WMT 1.0 release announcement