&constants
/

&model
  model_type = 'EVOL'  ! Obtain stellar structure from an evolutionary model
  file = '../../../test-model-tams.GSM'    ! File name of the evolutionary model
  file_format = 'GSM' ! File format of the evolutionary model
/

&mode
  l = 1 ! Harmonic degree
/

&osc
  outer_bound = 'VACUUM' ! Assume the density vanishes at the stellar surface
/

&rot
/

&num
  diff_scheme = '@DIFF_SCHEME@' ! 4th-order collocation scheme for difference equations
  matrix_type = 'BAND'
/

&scan
  grid_type = 'LINEAR' ! Scan grid uniform in inverse frequency
  freq_min = 1        ! Minimum frequency to scan from
  freq_max = 25        ! Maximum frequency to scan to
  n_freq = 25          ! Number of frequency points in scan
  freq_units = 'NONE'
/

&grid
  w_osc = 0 ! Oscillatory region weight parameter
  w_exp = 0  ! Exponential region weight parameter
  w_ctr = 0 ! Central region weight parameter
/


&ad_output
  summary_file = 'summary.h5'                         ! File name for summary file
  summary_item_list = 'l,n_pg,freq,freq_units,E_norm' ! Items to appear in summary file
  freq_units = 'NONE'                   	      ! Units of freq output items
/

&nad_output
/

