|
|
|
The `model` module reads the data in [shake_data.hdf](http://usgs.github.io/shakemap/manual4_0/tg_formats.html#shake-data-hdf) that was created by the `assemble` module, and constructs an interpolated ShakeMap, adding [shake_result.hdf](http://usgs.github.io/shakemap/manual4_0/tg_formats.html#shake-result-hdf) to the `[shakemap]/default/data/ci3144585/current/products` directory. The `current` subdirectory is to manage multiple versions of shakemap for this event.
|
|
|
|
The `model` module reads the data in [shake_data.hdf](http://usgs.github.io/shakemap/manual4_0/tg_formats.html#shake-data-hdf) that was created by the `assemble` module, and constructs an interpolated ShakeMap, adding [shake_result.hdf](http://usgs.github.io/shakemap/manual4_0/tg_formats.html#shake-result-hdf) to the `[home]/ShakeMap/[profile]/data/ci3144585/current/products` directory.
|
|
|
|
|
|
|
|
The `current` subdirectory is used to manage multiple versions of shakemap for this event. The `products` subdirectory contains the ShakeMap output products from the `shake_data.hdf` file created by the individual modules called by `shake`.
|
|
|
|
```
|
|
|
|
> shake ci3144585 model
|
|
|
|
INFO ; 2018-02-09 14:12:52 ; shake.main ; Running command model
|
|
|
|
INFO ; 2018-02-09 14:13:49 ; shake.main ; Finished running command model: Elapsed 57.12 secs
|
|
|
|
```
|
|
|
|
Note that `shake_result.hdf` is a binary data structure for efficiently storing all of the inputs and results of the shakemap. Other modules extract information from this file, such as metadata and convert the results to more convenient formats, but this is the most fundamental data file for a shakemap from which all other outputs can be retrieved. |
|
|
\ No newline at end of file |
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
|
|
|
Next step: [Contours](https://github.com/usgs/shakemap/wiki/contours) |
|
|
\ No newline at end of file |