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
-
imtandsiteClassenums (nshmp-libenumsImtandNehrpSiteClass) -
imlvariable has dimensions [imt,iml] (no longer dependent on siteClass -
hazardsvariable has dimensions [siteClass,imt,lat,lon,iml] - variables
siteClassandvs30define 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
gridMasknetcdf 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 ingridMaskindicate 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.
- 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
Resolves ghsc/nshmp/nshmp-netcdf#14