Skip to content

updates for new netcdf files including PGV

  • bumped nshmp-lib version (for NerhpSiteClass)
  • update resources
  • update code for new netcdf file structure - See ghsc/users/jaltekruse/netcdf-test#1
    • imt and siteClass enums (nshmp-lib enums Imt and NehrpSiteClass)
    • iml variable has dimensions [imt,iml] (no longer dependent on siteClass
    • hazards variable has dimensions [siteClass,imt,lat,lon,iml]
    • variables siteClass and vs30 define mapping of these parameters
    • calculation bounds are stored as a GeoJson string
    • add file and variable metadata within netCDF

PGV data is currently preliminary, having been calculated without basin effects.

nshmp-netcdf does not yet:

  • use metadata
  • allow backwards compatibility in file format
  • use the new gridMask netcdf variable to check for data
    • note that the PGV calculation includes slightly fewer site grid points than the COUS 2018a calculation, likely due to slightly different geojson site regions(?) (e.g. run ncdump -v gridMask nshmp_2018a_v1.1-CONUS-hazards-with-preliminary-PGV-fv0.3.nc | less). The non-zero values in gridMask indicate the number of hazard curves written for a given grid point (8 site classes * 23 Imts = 184), a handful of sites (76 out of 358465) have fewer hazard curves.

Resolves ghsc/nshmp/nshmp-netcdf#14

Merge request reports