!test case to see if atm integration is working properly
!0.8 Msun, Z=0.0001 model evolved from pre-MS to core H exhaustion

&star_job
      show_log_description_at_start = .false.
      
      load_saved_model = .true.
      saved_model_name = 'low_Z_test.mod'

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

/ ! end of star_job namelist

&controls


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



      ! starting specifications
         initial_mass = 0.8 ! in Msun units
         initial_Z = 0.0001
         initial_Y = 0.25

      
      use_Type2_opacities = .true.
      Zbase = 0.0001

      ! mixing parameters
         mixing_length_alpha = 1.6d0 ! based on solar model
         MLT_option = 'Henyey'

      ! atmosphere
         which_atm_option = 'Eddington_grey'
         
      
      ! when to stop  
      Teff_upper_limit = 6600
      xa_central_lower_limit_species(1) = 'h1'
      xa_central_lower_limit(1) = 1d-4
      max_model_number = 2000

      
         photostep = 50
         profile_interval = 50
         history_interval = 50
         terminal_cnt = 10
         write_header_frequency = 10


/ ! end of controls namelist
