Skip to content

Data formats > Catalogs

Ground Motion Parameters Catalog

Ground Motion Parameters Catalog – General Description

Ground Motion Parameters Catalog contains data from Seismic catalog and Ground motion catalog through the event ID. That data format can be made using the application Parameters Catalog builder user guide.

The catalog is a variable in the Matlab format file and it is kept in a file MAT. The structure is an array with named fields that can contain data of various types and sizes. In the file there is only one variable, the file name and variable name are optional.
The format of the Ground Motion Parameters Catalog is made in the same manner as a catalog of seismic events and the Ground Motion Catalog.

The variable describing the catalog is a vector of structures, consisting of fields:

  • field – name of field in the catalog (text value);
  • type – a type of field in the catalog and way of showing the field (numeric value);
  • val – column array of values. For the text the column is an array type cell with text fields. For the remaining value, the column is a numeric column.
  • unit – description of the unit for individual data (text value).
  • description – short description of the parameter (text value).
  • fieldType – semantic meaning of the field. When some field values are similar/related then fieldType name is entered and for another case [] is entered.

The fundamental is a full catalog i.e. the variable contains the definitions of all specified fields. When some field values are missing then for the numeric data NaN (not specified) is entered and for the text null [] is entered.
The Ground Motion Parameters Catalog contains as many fields as Seismic Catalog and Ground Motion Catalog contain plus one additional - epicentral distance. Epicentral distance is calculated based on coordinates of events and stations which measured that event.
In the fields describing the events ("ID", "Time", "Lat", "Long" and at least one of Magnitude), the place of measurement ("RID", "SID", "S_name", "S_Lat", "S_Long", "S_Elevation", "R_time") and at least one of the fields of ground motion and epicentral distance values in all rows must be present.

FieldTypeValunitdescriptionFieldTypeCommentsData format
EID3data vectorEvent IDrequired field from Seismic Catalogtext
Time5data vectorEvent origin timerequired field from Seismic Catalog, Matlab serial numerical timedouble
Lat14,15,24,25data vectordegLatituderequired field from Seismic Catalog deg – North positivedouble
Long14,15,24,25,34,35data vectordegLongituderequired field from Seismic Catalog deg – East positivedouble
Depth11-13data vectorkmHypocenter depth measured from the ground levelHypocenter depth counted downwards from the surface (positive values below the surface)double
Elevation13data vectorkmHypocenter elevation measured over the sea levelHypocenter elevation counted upwards from sea level (positive values above sea level, negative values below sea level)double
Mw4data vectorMoment magnitude'Magnitude'required field from Seismic Catalog when any other Magnitude is unavailabledouble
ML4data vectorLocal magnitude'Magnitude'required field from Seismic Catalog when any other Magnitude is unavailabledouble
RID3data vectorRegistration IDrequired field. ID must be linked to the name of the signal accelerogramtext
SID3data vectorStation IDrequired fieldtext
S_name3data vectorStation namerequired fieldtext
S_Lat24,25data vectordegStation latituderequired fielddouble
S_Long24,25,34,35data vectordegStation longituderequired fielddouble
S_Elevation10data vectormStation elevationrequired fielddouble
R_Time5data vectorRegistration occurrence timerequired fielddouble
Epicentral_dist22data vectorkm'Epicentral distance between event and station'required field
PGA_E13data vectorm/s^2Peak ground acceleration of E componentPGArequired fielddouble
PGA_N13data vectorm/s^2Peak ground acceleration of N componentPGAdouble
PVA13data vectorm/s^2Peak vertical accelerationPGAdouble
PHA13data vectorm/s^2Peak horizontal accelerationPGAdouble
PGA13data vectorm/s^2Total peak ground accelerationPGAdouble
RMS_A21data vectorm/s^2Root-mean-square accelerationPGAdouble
PGV_E13data vectorcm/sPeak ground velocity of E componentPGVdouble
PGV_N13data vectorcm/sPeak ground velocity of N componentPGVdouble
PVV13data vectorcm/sPeak vertical velocity componentPGVdouble
PHV13data vectorcm/sPeak horizontal velocityPGVdouble
PGV13data vectorcm/sTotal peak ground velocityPGVdouble
RMS_V21data vectorcm/sRoot-mean-square velocityPGVdouble
PGD_E13data vectormmPeak ground displacement of E componentPGDdouble
PGD_N13data vectormmPeak ground displacement of N componentPGDdouble
PVD13data vectormmPeak vertical displacement componentPGDdouble
PHD13data vectormmPeak horizontal displacementPGDdouble
PGD13data vectormmTotal peak ground displacementPGDdouble
RMS_D21data vectormmRoot-mean-square displacementPGDdouble
AI6data vectorm/sArias Intensitydouble
NED6data vectorm/s^2Normalized Energy Densitydouble
ABD21data vectorsAbsolute bracketed durationDurationA problem with absolute durations relies on that one must prescribe for them absolute criteria. Maybe they should not be included in the catalog but to implement an appropriate service to evaluate them?double
AUD21data vectorsAbsolute uniform durationDurationdouble
AED21data vectorsAbsolute effective durationDurationdouble
RBD21data vectorsRelative bracketed durationDurationFor relative durations criteria must be prescribed too but here there is a general agreement for 5%double
RUD21data vectorsRelative uniform durationDurationdouble
RED21data vectorsRelative effective durationDurationdouble

Table 1. The general parameters in catalogue MAT format.

The Numbers of Data type:
1 – the real data without limits,
2 – the integer data,
3 – text value,
4 – the real number rounded to 0.1 (shown as 11),
5 – time in Matlab format serial time – the time display format; seconds with accuracy 1/10,
6 – the real data display in an engineering manner with one decimal place, e.g.: 3.5E6, (obsolete, recommended 2cd)
7 – the real data display in an engineering manner with two decimal place, (obsolete, recommended 2cd)
bc – (b and c are code digits) the real data display in fix-point manner with at minimum b places before decimal and c decimal place
e.g. For number 3.149.
10: „3”
11: „3.1”
12: „3.15”
20: „03”
23: „03.149”
1bc– the same manner as bc, but with place for a sign (space for sign „+”, sign - for sign „-”)
2cd– (c and d are code digits), the real data is displayed in an engineering manner, with place for a sign (space for sign „+”, sign ‘-’ for sign „-”), with c decimal place and exponent expressed by d places. The sign in exponent is always displayed.
e.g. For number 0.001:
211: „1.0E-3”
221: „1.00E-3”
212: „1.0E-03”
222: „1.00E-03”
e.g. For number 1000:
211: „1.0E+3”
221: „1.00E+3”
212: „1.0E+03”
222: „1.00E+03”