geodynamics/sw4

Finest horizontal grid spacing in sfile?

jf-huang opened this issue · 2 comments

The “Coarsest horizontal grid spacing” attribute in the sw4-generated sfile seems to refer to the finest horizontal grid spacing (ie. grid_0 instead of grid_n), for example, as also shown in the h5dump example in section 12.6 of the SW4-UserGuide.pdf. Is this expected?

You are right, it should be finest instead of coarsest, will change the name of the attribute to "Finest horizontal grid spacing”.

Got it, thanks!