Difference between revisions of "SW4 Mesh Development"

From SCECpedia
Jump to navigationJump to search
(Created page with "Goal: Create NorCal CyberShake Mesh for SW4 == Mesh Region == Region should match the SFBR model == UCVM2Mesh === # rot=-53.9 # x0=-123.858493 # y0=38.424179 #...")
 
Line 3: Line 3:
 
== Mesh Region ==
 
== Mesh Region ==
 
Region should match the SFBR model
 
Region should match the SFBR model
 +
 +
## from
 +
#ne_coord (-122.562365, 39.174505)
 +
#nw_coord (-123.858493, 38.424179)
 +
#sw_coord (-121.922036, 36.320331)
 +
#se_coord (-120.644051, 37.050062)
 +
  
  
Line 15: Line 22:
 
#    nz=320
 
#    nz=320
  
==  
+
== Query points with missing Data ==
 +
 
  
 
== Related Entries ==
 
== Related Entries ==
 
*[[UCVM]]
 
*[[UCVM]]

Revision as of 18:19, 3 April 2024

Goal: Create NorCal CyberShake Mesh for SW4

Mesh Region

Region should match the SFBR model

    1. from
  1. ne_coord (-122.562365, 39.174505)
  2. nw_coord (-123.858493, 38.424179)
  3. sw_coord (-121.922036, 36.320331)
  4. se_coord (-120.644051, 37.050062)


UCVM2Mesh =

  1. rot=-53.9
  2. x0=-123.858493
  3. y0=38.424179
  4. z0=0.0
  5. spacing=25.0
  6. nx=1280
  7. ny=640
  8. nz=320

Query points with missing Data

Related Entries