Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 185 of get_mesh.f90, hmin_glob = pmax(hmin_glob)? #73

Open
lynlyf opened this issue Jun 28, 2024 · 1 comment
Open

line 185 of get_mesh.f90, hmin_glob = pmax(hmin_glob)? #73

lynlyf opened this issue Jun 28, 2024 · 1 comment

Comments

@lynlyf
Copy link

lynlyf commented Jun 28, 2024

Bonjour AxiSEM team,

  1. At line 185 of get_mesh.f90,

hmin_glob = pmax(hmin_glob)

Is it correct or a typo of pmin?

  1. 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!

@lynlyf
Copy link
Author

lynlyf commented Jul 3, 2024

Hi @martinvandriel could you have a check plz?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant