&star_job
  
  ! mesa_dir = '/home/kvan/mesa'
  ! start a run from a saved model
    load_saved_model = .false.
   
  ! setting intial model number
    set_initial_model_number = .true.
    initial_model_number = 0

  ! setting initial age
    set_initial_age = .false.

  ! set_initial_dt = .true.
  ! years_for_initial_dt = 1d5
   
    change_v_flag = .true.
    new_v_flag = .true.

    ! change_rotation_flag = .true.
    ! new_rotation_flag = .true.

    change_lnPgas_flag = .true.
    new_lnPgas_flag = .true.
    warn_run_star_extras = .false.


/ !end of star_job namelist


&controls

    x_ctrl(1) = 1d-4 ! velocity ratio
    x_ctrl(2) = 1.0  ! tau limit

    terminal_interval = 20
    write_header_frequency = 10

  ! maximum number of profiles
    max_num_profile_models = -1
   
  ! profile intervals
    profile_interval = 10000
    history_interval = 1

    hot_wind_scheme = 'Reimers'
    cool_wind_RGB_scheme = 'Reimers'
    Reimers_scaling_factor = 1.0
    smooth_convective_bdy = .true.
    alt_scale_height_flag = .true.
    min_dxm_Eulerian_div_dxm_removed = -1
    mass_change_full_on_dt = 1d-99
    mass_change_full_off_dt = 1d-99
    wind_boost_full_off_L_div_Ledd = 1d99
    wind_boost_full_on_L_div_Ledd = 1d99

    use_dedt_form_of_energy_eqn = .true.
    use_gold_tolerances = .true.
    
  ! warn_when_large_rel_run_E_err = 0.5

  ! when to stop
  ! max model number

    ! min_timestep_limit = 1d-12
 
    ! max_model_number = 1000

  ! max timestep size
    ! max_years_for_timestep = 1d5

    max_age = 1d10

  ! tol_correction_norm = 1d-7
  ! tol_max_correction = 1d-6

  ! include_L_in_error_est = .false.
  ! include_v_in_error_est = .false.
  ! include_E_in_error_est = .false.

  ! tol_residual_norm1 = 1d-6
  ! tol_max_residual1 = 1d-6
  ! iter_for_resid_tol2 = 50
  ! tol_residual_norm2 = 1d-6
  ! tol_max_residual2 = 1d-5
  ! iter_for_resid_tol3 = 150
  ! tol_residual_norm3 = 1d99
  ! tol_max_residual3 = 1d99

  ! delta_lgR_limit = 0.001
  ! delta_lgR_hard_limit = 0.01

/! end of controls namelist

