Figure 23

  To make the data for Figure 23, first ensure that you have created the explosion code output. Next, change into the projects/simple_snII/ directory and run the command

make simple_snII_neutrino_data

This downloads the neutrino data to the projects/nucnet-tools-code/data_pub/ directory. These data consist of two XML files. The first is nu.xml, which contains all of the neutrino interaction cross sections. The second is zone_nu_include.xml, which contains the neutrino temperatures, luminosities, and timescales. To use these files, include them from simple_snII__zone.xml in projects/nucnet-tools-code/data_pub/. To do so, edit simple_snII__zone.xml so that the properties read

<!-- Name of updated rates xml file.  Note that the path is relative to  
     the executable.  Uncomment and edit to use the appropriate file. -->  
 
      <property  
        name="updated rates xml file"  
      >../nucnet-tools-code/data_pub/n15_study_rates.xml</property>  
 
<!-- Neutrino rates xml files.  Note that the path of the rates file  
     is relative to the executable while the path to the include file  
     is relative to this file.  Uncomment and edit zone_nu_include.xml  
     to use. -->  
 
      <property  
        name="neutrino rates file"  
      >../nucnet-tools-code/data_pub/nu.xml</property>  
 
 
      <xi:include  
        href="zone_nu_include.xml" xpointer="xpointer(//property)"  
      />  
 
    </optional_properties>

and ensure that the file n15_study_rates.xml includes all of the relevant reactions. Now run the calculation as you did here and make the plot as you did here.