Skip to content
Snippets Groups Projects
Commit cbaa6110 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

model: fission fractions scale

parent 2114bee1
No related merge requests found
......@@ -42,6 +42,7 @@ def model_dayabay_v0():
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_thermal_power_nominal.yaml' , 'replicate': list_reactors })
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_snf.yaml' , 'replicate': list_reactors })
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_offequilibrium_correction.yaml' , 'replicate': list_reactors_isotopes })
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_fission_fraction_scale.yaml' , 'replicate': list_reactors })
nuisanceall = Sum('nuisance total')
storage['stat.nuisance.all'] = nuisanceall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment