Bonjour AxiSEM team,
- At line 185 of get_mesh.f90,
hmin_glob = pmax(hmin_glob)
Is it correct or a typo of pmin?
- Is fluid region treated as lossless in axisem, so that we do not need to care about the Qka and Qmu values in fluids ?
In def_precomp_terms.f90
if (anel_true) then
allocate(Q_mu(1:nel_solid))
allocate(Q_kappa(1:nel_solid))
endif
, and in attenuation module, no lines related to fluid were found.
Cdt!