evanoconnor / NuLib

open-source neutrino interaction library
23 stars 16 forks source link

Species and energy groups in Nulib #37

Open suniverse opened 4 years ago

suniverse commented 4 years ago

Would you please tell how I can specify the number of species and energy groups in the parameter file? Thank you.

srichers commented 4 years ago

The number of species and number of groups along with the actual size of each of the groups are compiled in to src/make_table_example.F90. In the current version, one must change number_output_species (line 31) and mytable_number_groups (line 34). Modify the group of lines at line 154 if you want more fine-tuned control over energy bins.