Difference between revisions of "IRIS EMC"

From SCECpedia
Jump to navigationJump to search
Line 47: Line 47:
 
*[http://hypocenter.usc.edu/research/CME/CVM-H_netCDF.meta.txt netCDF CF-1.6 Metadata included in netCDF file]
 
*[http://hypocenter.usc.edu/research/CME/CVM-H_netCDF.meta.txt netCDF CF-1.6 Metadata included in netCDF file]
 
*[http://hypocenter.usc.edu/research/CME/Shaw_et_al_USR_2015.pdf Shaw et al (2015) USR paper describing model]
 
*[http://hypocenter.usc.edu/research/CME/Shaw_et_al_USR_2015.pdf Shaw et al (2015) USR paper describing model]
 
+
*[http://hypocenter.usc.edu/research/CME/CVM_H_Test_Points.txt CVM_H lat/lon/depth points in ASCII Format for Testing netCDF file]
 
== CVM-H Model in NetCDF file format ==
 
== CVM-H Model in NetCDF file format ==
 
*[http://hypocenter.usc.edu/research/CME/SCEC_CVM_H_v15_1.nc NetCDF file contributed to IRIS - (Warning: 558Mb) ]
 
*[http://hypocenter.usc.edu/research/CME/SCEC_CVM_H_v15_1.nc NetCDF file contributed to IRIS - (Warning: 558Mb) ]

Revision as of 13:58, 28 August 2020

Proposed CVM-H Model

Characteristics of the NetCDF version of CVM-H are:

  • Resolution is 1km x 1km x .5km (depth)
    • n_lon_steps = 754
    • n_lat_steps = 566
    • n_z_steps = 109
    • total_pts = 46,517,276
  • Coverage Region is CVM-H Low Resolution region
    • dataset.geospatial_lat_min = 30.95
    • dataset.geospatial_lat_max = 36.613
    • dataset.geospatial_lat_units = "degrees_north"
    • dataset.geospatial_lat_resolution = 0.01
    • dataset.geospatial_lon_min = -120.862
    • dataset.geospatial_lon_max = -113.333
    • dataset.geospatial_lon_units = "degrees_east"
    • dataset.geospatial_lon_resolution = 0.01
    • dataset.geospatial_vertical_min = -50.0
    • dataset.geospatial_vertical_max = 4.0
    • dataset.geospatial_vertical_units = "km"
    • dataset.geospatial_vertical_resolution = 0.5
    • dataset.geospatial_vertical_positive = "up"
  • Variable Names, Units, and Ranges
    • vp.long_name = "P Velocity"
    • vp.display_name = "P Velocity (km/s)"
    • vp.units = 'km.s-1'
    • vp.valid_range = 0.0,10.0
    • vp.missing_value = -99999.00
    • vs.long_name = "S Velocity"
    • vs.display_name = "S Velocity (km/s)"
    • vs.units = 'km.s-1'
    • vs.valid_range = 0.0,10.0
    • vs.missing_value = -99999.00
    • rho.long_name = "Density"
    • rho.display_name = "Density (kg/m^3)"
    • rho.units = 'kg.m-3'
    • rho.valid_range = 0.0,8000.0
    • rho.missing_value = -99999.00
  • CVM-H flags used in model extraction:
    • cvmh_param=USE_1D_BKG,True
    • cvmh_param=USE_GTL,False

CVM-H Model Bundle Components

CVM-H Model in NetCDF file format

IRIS Earth Model Collaboration Website

NetCDF Guidelines

Viz tools for viewing NetCDF files

IDV based Comparisons of SCEC models

Related Entries