I try to calculate adiabatic frequencies of the bcep.mesa model which ships for free with GYRE bundle; you can find it under the /test/ subdirectory.
To get an ordered mode output in n_pg, I use the following input inlist. However, I have not managed to end up with a reasonable grid set up.
Code: Select all
&coeffs
coeffs_type = 'EVOL'
file = 'bcep.mesa'
file_format = 'MESA'
deriv_type = 'FINDIFF' ! 'MONO'
/ ! end of coeff namelist
&osc
l = 1
outer_bound_type = 'UNNO' !'DZIEM': this is a great option
variables_type = 'DZIEM'
tag = ''
/ ! end of osc namelist
&num
n_iter_max = 500
ivp_solver_type = 'MAGNUS_GL2'
use_banded = .false.
/ ! end of num namelist
&scan
grid_type = 'LINEAR'
freq_min = 1.0
freq_max = 10
n_freq = 100
freq_units = 'NONE'
/ ! end of scan namelist
&scan
grid_type = 'INVERSE'
freq_min = 0.03
freq_max = 10
n_freq = 20000
freq_units = 'NONE'
/ ! end of scan namelist
&shoot_grid
! op_type = 'CREATE_CLONE'
/ ! end of 1st shoot_grid namelist
&shoot_grid
op_type = 'RESAMP_DISPERSION' !'RESAMP_THERMAL'
n = 10
s = 0d0
alpha_osc = 50
alpha_exp = 10
alpha_thm = 10
/ ! end of 1st shoot_grid namelist
&recon_grid
op_type = 'CREATE_CLONE'
alpha_osc = 50
alpha_exp = 10
/ ! end of recon_grid namelist
&recon_grid
op_type = 'RESAMP_DISPERSION' !'RESAMP_THERMAL'
n = 10
s = 0d0
alpha_osc = 50
alpha_exp = 10
alpha_thm = 10
/ ! end of recon_grid namelist
&output
summary_file = 'd2/ad-bcep.h5'
mode_prefix = 'd2/ad-eig-'
summary_item_list = 'l,n_pg,n_p,n_g,omega,freq,E,E_norm,W,M_star,R_star,L_star'
freq_units = 'HZ'
!mode_item_list =
!'M_star,R_star,L_star,l,n_p,n_g,n_pg,omega,freq,E,E_norm,W,beta,x,V,As,U,c_1,Gamma_1,nabla_ad,delta,xi_r,xi_h,Yt_1,Yt_2,phip,dphip_dx,delS,delL,delp,delrho,delT,dE_dx,dW_dx,
!prop_type,K,m,p,rho,T'
/ ! end of output namelist
I attract your attention to the huge n_freq = 20000 that I use (which costs nearly 15 minutes), and still I do not get there.
Can anyone please help me with this?
I also would like to receive email notifications when there is a new post on any of the forum pages.
How do I set up my account? I have all options set to "Yes" in my account settings.
Cheers.
Ehsan.