! inlist1


&star_job
      show_log_description_at_start = .false.
      
      mesa_dir = '../../..' ! for eos and opacity tables

      load_saved_model = .true.
      saved_model_name = 'm3ms.mod'

      kappa_file_prefix = 'gs98'
      
      change_v_flag = .true.
      new_v_flag = .false.

      !pgstar_flag = .true.


/ ! end of star_job namelist

&controls

      extra_terminal_output_file = 'log1' 
      photo_directory = 'photos1'
      log_directory = 'LOGS1'

      initial_mass = 3.0
      initial_z = 0.02d0

      photostep = 50
      profile_interval = 100
      history_interval = 100
      terminal_cnt = 100

      ! check for retries and backups as part of test_suite
      max_number_backups = 0
      max_number_retries = 0

      write_header_frequency = 10
      
      max_model_number = 1000
      
      RGB_wind_scheme = 'Reimers'
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 1d-4
      Reimers_wind_eta = 0.5d0  
      Blocker_wind_eta = 0.1d0  


/ ! 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
