The models in this directory all use tau=1 non-grey atmospheres, so you need this in &controls

      which_atm_option = 'tau_1_tables'

They also are created using the pp_extras net, so include this in &star_job

      change_net = .true.      
      new_net_name = 'pp_extras.net'

The composition is set according to by the following in &star_job

      set_uniform_initial_composition = .true.
      initial_h1 = 0.71
      initial_h2 = 2d-5 ! if no h2 in current net, then this will be added to h1
      initial_he3 = 2d-5
      initial_he4 = 0.27
      initial_zfracs = 3 ! GS98_zfracs = 3

