csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

New selection parameter datatype #90

Closed mdpiper closed 8 years ago

mdpiper commented 8 years ago

I've introduced a new parameter datatype, selection, which can be used when the type of a parameter depends on the choice of another. This datatype is meant to be generic, but it was created for TopoFlow, where a parameter can be of type scalar, time series, grid, or grid sequence.

The related group parameter datatype remains unchanged.