-
Notifications
You must be signed in to change notification settings - Fork 98
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
how to change the anisotropic mantle model? #634
Comments
Dear PhilTsao,
It seems you have manually entered more than 21 anisotropy parameters.
Please also get a recent version of the SPECFEM3D_GLOBE code; there is
no AMM_V parameter at the end of the routine in recent versions:
subroutine model_aniso_mantle(r,theta,phi,rho,
c11,c12,c13,c14,c15,c16, &
c22,c23,c24,c25,c26,c33,c34,c35,c36,c44,c45,c46,c55,c56,c66)
Best regards,
Dimitri.
…On 1/16/19 5:50 AM, PhilTsao wrote:
In the manual of spacfem3d globe I can see the steep of changing the
anisotropic mantle model, but I don't understand the parameter of AMM_V
in the command line of
call model_aniso_mantle(r,theta,phi,rho, &
c11,c12,c13,c14,c15,c16,c22,c23,c24,c25,c26, &
c33,c34,c35,c36,c44,c45,c46,c55,c56,c66,AMM_V)
when I run the command as
call model_aniso_mantle(0.98743,1.065,1.789,3.7471,2236,840,859,0,0,0,840,
2236,859,0,0,0,859,859,2133,0,0,0,0,0,0,652,0,0,0,0,0,0,652,0,0,0,0,0,0,698,AMM_V)
it returned
bash: Unexpected sign `(' syntax error near
please help me!
thank you very much.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#634>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFjDKcZW8y9UTQgWYtQsYcfgboSfovmRks5vDq-kgaJpZM4aCT0t>.
--
Dimitri Komatitsch, CNRS Research Director (DR CNRS)
Laboratory of Mechanics and Acoustics, Marseille, France
http://komatitsch.free.fr
|
THANK YOU~ Dear Komatits |
Thank you
发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
…________________________________
发件人: Dimitri Komatitsch <[email protected]>
发送时间: Wednesday, January 16, 2019 6:12:20 PM
收件人: geodynamics/specfem3d_globe
抄送: PhilTsao; Author
主题: Re: [geodynamics/specfem3d_globe] how to change the anisotropic mantle model? (#634)
Dear PhilTsao,
It seems you have manually entered more than 21 anisotropy parameters.
Please also get a recent version of the SPECFEM3D_GLOBE code; there is
no AMM_V parameter at the end of the routine in recent versions:
subroutine model_aniso_mantle(r,theta,phi,rho,
c11,c12,c13,c14,c15,c16, &
c22,c23,c24,c25,c26,c33,c34,c35,c36,c44,c45,c46,c55,c56,c66)
Best regards,
Dimitri.
On 1/16/19 5:50 AM, PhilTsao wrote:
In the manual of spacfem3d globe I can see the steep of changing the
anisotropic mantle model, but I don't understand the parameter of AMM_V
in the command line of
call model_aniso_mantle(r,theta,phi,rho, &
c11,c12,c13,c14,c15,c16,c22,c23,c24,c25,c26, &
c33,c34,c35,c36,c44,c45,c46,c55,c56,c66,AMM_V)
when I run the command as
call model_aniso_mantle(0.98743,1.065,1.789,3.7471,2236,840,859,0,0,0,840,
2236,859,0,0,0,859,859,2133,0,0,0,0,0,0,652,0,0,0,0,0,0,652,0,0,0,0,0,0,698,AMM_V)
it returned
bash: Unexpected sign `(' syntax error near
please help me!
thank you very much.
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#634>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFjDKcZW8y9UTQgWYtQsYcfgboSfovmRks5vDq-kgaJpZM4aCT0t>.
--
Dimitri Komatitsch, CNRS Research Director (DR CNRS)
Laboratory of Mechanics and Acoustics, Marseille, France
http://komatitsch.free.fr
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#634 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Aftd9Uy_XwABGP74AMPr50j3-FVgkftlks5vDvsEgaJpZM4aCT0t>.
|
sorry~ I try to manually enter the 21 anisotropy parameters in model_aniso_mantle.f90, but the parameters in model_aniso_mantle.f90 so complex. can you teach me step by step? thank you~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: