2 resultados para Lipschitz trivial

em CUNY Academic Works


Relevância:

10.00% 10.00%

Publicador:

Resumo:

What does the lesson “Finding Citations,” the game “Trivial Pursuit,” and the mechanic “Bluffing” all have in common? In this bootcamp brainstorm facilitated by a CUNY professor, attendees are broken up into design teams whose job it is to enhance a traditional lesson with the mechanics of popular board games in only 20 minutes. Whether you have to teach the rules of citation or the rules of interviewing, there is usually a game plan that can help. This game teaches you how to integrate educational games into your classroom, while providing a fun introduction to the principles of game-based learning.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The Short-term Water Information and Forecasting Tools (SWIFT) is a suite of tools for flood and short-term streamflow forecasting, consisting of a collection of hydrologic model components and utilities. Catchments are modeled using conceptual subareas and a node-link structure for channel routing. The tools comprise modules for calibration, model state updating, output error correction, ensemble runs and data assimilation. Given the combinatorial nature of the modelling experiments and the sub-daily time steps typically used for simulations, the volume of model configurations and time series data is substantial and its management is not trivial. SWIFT is currently used mostly for research purposes but has also been used operationally, with intersecting but significantly different requirements. Early versions of SWIFT used mostly ad-hoc text files handled via Fortran code, with limited use of netCDF for time series data. The configuration and data handling modules have since been redesigned. The model configuration now follows a design where the data model is decoupled from the on-disk persistence mechanism. For research purposes the preferred on-disk format is JSON, to leverage numerous software libraries in a variety of languages, while retaining the legacy option of custom tab-separated text formats when it is a preferred access arrangement for the researcher. By decoupling data model and data persistence, it is much easier to interchangeably use for instance relational databases to provide stricter provenance and audit trail capabilities in an operational flood forecasting context. For the time series data, given the volume and required throughput, text based formats are usually inadequate. A schema derived from CF conventions has been designed to efficiently handle time series for SWIFT.