SPECFEM / specfem3d_globe

SPECFEM3D_GLOBE simulates global and regional (continental-scale) seismic wave propagation.
GNU General Public License v3.0
90 stars 95 forks source link

updates adios name convention in the smoothing routine #804

Closed rdno closed 1 year ago

rdno commented 1 year ago

Old behavior was outputting ADIOS kernels as reg1/bulk_betav_kl instead of bulk_betav_kl_crust_mantle. Other tools like xcombine_vol_data_vtu_adios assumes kernels have the latter name.

This change fixes the problem by saving the varname which is computed for the input. This way if one tries to smooth any parameter using reg1/name scheme, it is also supported.