&star_job  ! surface effects

      show_log_description_at_start = .false.
      
      astero_just_call_my_extras_check_model = .true.

      load_saved_model = .true.
      saved_model_name = 's1.mod'

      save_model_when_terminate = .false.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .false.
      filename_for_profile_when_terminate = 'final_profile.data'

      !pgstar_flag = .true.
      

/ ! end of star_job namelist


&controls

      max_model_number = 0

      ! check for retries and backups as part of test_suite
      ! you can/should delete this for use outside of test_suite
         max_number_backups = 10
         max_number_retries = 80

      max_years_for_timestep = 1d7
      mesh_delta_coeff = 0.3

      calculate_Brunt_N2 = .true. 

      !include_dmu_dt_in_eps_grav = .false.
      include_dmu_dt_in_eps_grav = .true.

      ! controls for output
      photostep = 50
      profile_interval = 50
      history_interval = 50
      terminal_cnt = 5
      write_header_frequency = 10


/ ! end of controls namelist


&pgstar
         
      ! top level controls

         !pause = .true. 
            ! if true, the code waits for user to enter a RETURN on the command line
      


/ ! end of pgstar namelist
