Reverted to dropping scores from MGXS Pandas DF

This commit is contained in:
Will Boyd 2016-05-10 21:04:00 -04:00
parent 502482dcf6
commit 03828594fb
7 changed files with 2212 additions and 2208 deletions

View file

@ -508,10 +508,11 @@
" 888\n",
"\n",
" Copyright: 2011-2016 Massachusetts Institute of Technology\n",
" License: http://openmc.readthedocs.org/en/latest/license.html\n",
" License: http://openmc.readthedocs.io/en/latest/license.html\n",
" Version: 0.7.1\n",
" Git SHA1: df280b60eb1c6d7b7f842e05ede734a4883a0fc8\n",
" Date/Time: 2016-05-05 13:43:54\n",
" Git SHA1: 502482dcf630ee6e290c15b8535e6e850a351c88\n",
" Date/Time: 2016-05-10 20:52:19\n",
" MPI Processes: 1\n",
"\n",
" ===========================================================================\n",
" ========================> INITIALIZATION <=========================\n",
@ -596,20 +597,20 @@
"\n",
" =======================> TIMING STATISTICS <=======================\n",
"\n",
" Total time for initialization = 5.7300E-01 seconds\n",
" Reading cross sections = 1.7600E-01 seconds\n",
" Total time in simulation = 2.1188E+01 seconds\n",
" Time in transport only = 2.1173E+01 seconds\n",
" Time in inactive batches = 2.6880E+00 seconds\n",
" Time in active batches = 1.8500E+01 seconds\n",
" Time synchronizing fission bank = 3.0000E-03 seconds\n",
" Sampling source sites = 2.0000E-03 seconds\n",
" Total time for initialization = 5.3200E-01 seconds\n",
" Reading cross sections = 1.3300E-01 seconds\n",
" Total time in simulation = 2.3438E+01 seconds\n",
" Time in transport only = 2.3419E+01 seconds\n",
" Time in inactive batches = 2.9490E+00 seconds\n",
" Time in active batches = 2.0489E+01 seconds\n",
" Time synchronizing fission bank = 6.0000E-03 seconds\n",
" Sampling source sites = 3.0000E-03 seconds\n",
" SEND/RECV source sites = 1.0000E-03 seconds\n",
" Time accumulating tallies = 0.0000E+00 seconds\n",
" Total time for finalization = 0.0000E+00 seconds\n",
" Total time elapsed = 2.1776E+01 seconds\n",
" Calculation Rate (inactive) = 9300.60 neutrons/second\n",
" Calculation Rate (active) = 5405.41 neutrons/second\n",
" Total time elapsed = 2.3985E+01 seconds\n",
" Calculation Rate (inactive) = 8477.45 neutrons/second\n",
" Calculation Rate (active) = 4880.67 neutrons/second\n",
"\n",
" ============================> RESULTS <============================\n",
"\n",
@ -1120,7 +1121,7 @@
" <td>6.250000e-07</td>\n",
" <td>total</td>\n",
" <td>(((absorption / flux) / (total / flux)) + ((sc...</td>\n",
" <td>1.0</td>\n",
" <td>1</td>\n",
" <td>0.007763</td>\n",
" </tr>\n",
" <tr>\n",
@ -1130,7 +1131,7 @@
" <td>2.000000e+01</td>\n",
" <td>total</td>\n",
" <td>(((absorption / flux) / (total / flux)) + ((sc...</td>\n",
" <td>1.0</td>\n",
" <td>1</td>\n",
" <td>0.003739</td>\n",
" </tr>\n",
" </tbody>\n",
@ -1177,7 +1178,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
"version": "2.7.11"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long