! let it evolve


! inlist_rc5

&star_job

      read_extra_star_job_inlist1 = .true.
      extra_star_job_inlist1_name = '../inlist_test_suite'
      
      show_log_description_at_start = .false. 
      
      load_saved_model = .true.
      saved_model_name = 'rc4.mod'
      
      change_initial_net = .true.      
      new_net_name = 'basic.net'

      steps_to_take_before_terminate = 100
      
      save_model_when_terminate = .true.
      save_model_filename = 'rc5.mod'

      kappa_file_prefix = 'gs98'
      kappa_lowT_prefix = 'lowT_Freedman11'

      show_log_description_at_start = .false. 
      !pgstar_flag = .true.

      
      relax_L_center = .true.
      new_L_center = 3.7e23 ! in ergs/second
      dlgL_per_step = 1d-2
      relax_L_center_dt = 3.1558149984d-1 ! secyer*1d-8


/ ! 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 = 5
         max_number_retries = 10



      initial_mass =  0.001
      initial_z = 0.02d0

      which_atm_option = 'tau_100_tables'
      
      max_age = 15d9

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 10
      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
