Mathematics, Simulation, Lab Software
Simulation :
Imitating or estimating how events might occur in a real situation. It can involve complex mathematical modeling, role playing without the aid of technology, or combinations. The value lies in the placing you under realistic conditions, that change as a result of behavior of others involved so you cannot anticipate the sequence of events or the final outcome.
From: ag.arizona.edu/futures/home/glossary.html
HD5
HDF5 is a general purpose library and file format for storing scientific data.
HDF5 can store two primary objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects in an HDF5 file. Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. You can also mix and match them in HDF5 files according to your needs.
Efficient storage and I/O.
HDF5 was created to address the data management needs of scientists and engineers working in high performance, data intensive computing environments. As a result, the HDF5 library and format emphasize storage and I/O efficiency. For instance, the HDF5 format can accommodate data in a variety of ways, such as compressed or chunked. And the library is tuned and adapted to read and write data efficiently on parallel computing systems.
visit
HD5
HD5 was visited : 69 times
Loading .....