Skip to content

Commit 6944e8d

Browse files
committed
Add documentation of statepoint revision 12.
1 parent 00af444 commit 6944e8d

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

docs/source/devguide/statepoint.rst

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
State Point Binary File Specifications
55
======================================
66

7+
-----------
8+
Revision 12
9+
-----------
10+
11+
Same as revision 11, except **tallies(i) % scatt_order(j)** is now **tallies(i)
12+
% moment_order(j)**.
13+
714
-----------
815
Revision 11
916
-----------
@@ -218,13 +225,13 @@ if (run_mode == MODE_EIGENVALUE)
218225
**integer(4) tallies(i) % score_bins(j)**
219226

220227
Values of specified scoring bins (e.g. SCORE_FLUX).
221-
228+
222229
*do j = 1, tallies(i) % n_score_bins*
223230

224231
**integer(4) tallies(i) % scatt_order(j)**
225232

226233
Scattering Order specified scoring bins.
227-
234+
228235
**integer(4) tallies(i) % n_score_bins**
229236

230237
Number of scoring bins without accounting for those added by
@@ -265,7 +272,7 @@ if (tallies_on > 0)
265272
*do j = 1, size(tallies(i) % scores, 1)*
266273

267274
**real(8) tallies(i) % scores(j,k) % sum**
268-
275+
269276
Accumulated sum for the j-th score and k-th filter of the
270277
i-th tally
271278

@@ -295,7 +302,7 @@ if (run_mode == MODE_EIGENVALUE and source_present)
295302
Energy of the i-th source particle.
296303

297304
-----------
298-
Revision 10
305+
Revision 10
299306
-----------
300307

301308
**integer(4) FILETYPE_STATEPOINT**
@@ -508,13 +515,13 @@ if (run_mode == MODE_EIGENVALUE)
508515
**integer(4) tallies(i) % score_bins(j)**
509516

510517
Values of specified scoring bins (e.g. SCORE_FLUX).
511-
518+
512519
*do j = 1, tallies(i) % n_score_bins*
513520

514521
**integer(4) tallies(i) % scatt_order(j)**
515522

516523
Scattering Order specified scoring bins.
517-
524+
518525
**integer(4) tallies(i) % n_score_bins**
519526

520527
Number of scoring bins without accounting for those added by
@@ -551,7 +558,7 @@ if (tallies_on > 0)
551558
*do j = 1, size(tallies(i) % scores, 1)*
552559

553560
**real(8) tallies(i) % scores(j,k) % sum**
554-
561+
555562
Accumulated sum for the j-th score and k-th filter of the
556563
i-th tally
557564

@@ -760,13 +767,13 @@ if (run_mode == MODE_EIGENVALUE)
760767
**integer(4) tallies(i) % score_bins(j)**
761768

762769
Values of specified scoring bins (e.g. SCORE_FLUX).
763-
770+
764771
*do j = 1, tallies(i) % n_score_bins*
765772

766773
**integer(4) tallies(i) % scatt_order(j)**
767774

768775
Scattering Order specified scoring bins.
769-
776+
770777
**integer(4) tallies(i) % n_score_bins**
771778

772779
Number of scoring bins without accounting for those added by
@@ -803,7 +810,7 @@ if (tallies_on > 0)
803810
*do j = 1, size(tallies(i) % scores, 1)*
804811

805812
**real(8) tallies(i) % scores(j,k) % sum**
806-
813+
807814
Accumulated sum for the j-th score and k-th filter of the
808815
i-th tally
809816

@@ -1008,13 +1015,13 @@ if (run_mode == MODE_EIGENVALUE)
10081015
**integer(4) tallies(i) % score_bins(j)**
10091016

10101017
Values of specified scoring bins (e.g. SCORE_FLUX).
1011-
1018+
10121019
*do j = 1, tallies(i) % n_score_bins*
10131020

10141021
**integer(4) tallies(i) % scatt_order(j)**
10151022

10161023
Scattering Order specified scoring bins.
1017-
1024+
10181025
**integer(4) tallies(i) % n_score_bins**
10191026

10201027
Number of scoring bins without accounting for those added by
@@ -1051,7 +1058,7 @@ if (tallies_on > 0)
10511058
*do j = 1, size(tallies(i) % scores, 1)*
10521059

10531060
**real(8) tallies(i) % scores(j,k) % sum**
1054-
1061+
10551062
Accumulated sum for the j-th score and k-th filter of the
10561063
i-th tally
10571064

@@ -1240,13 +1247,13 @@ if (run_mode == MODE_EIGENVALUE)
12401247
**integer(4) tallies(i) % score_bins(j)**
12411248

12421249
Values of specified scoring bins (e.g. SCORE_FLUX).
1243-
1250+
12441251
*do j = 1, tallies(i) % n_score_bins*
12451252

12461253
**integer(4) tallies(i) % scatt_order(j)**
12471254

12481255
Scattering Order specified scoring bins.
1249-
1256+
12501257
**integer(4) tallies(i) % n_score_bins**
12511258

12521259
Number of scoring bins without accounting for those added by
@@ -1283,7 +1290,7 @@ if (tallies_on > 0)
12831290
*do j = 1, size(tallies(i) % scores, 1)*
12841291

12851292
**real(8) tallies(i) % scores(j,k) % sum**
1286-
1293+
12871294
Accumulated sum for the j-th score and k-th filter of the
12881295
i-th tally
12891296

@@ -1504,7 +1511,7 @@ if (tallies_on > 0)
15041511
*do j = 1, size(tallies(i) % scores, 1)*
15051512

15061513
**real(8) tallies(i) % scores(j,k) % sum**
1507-
1514+
15081515
Accumulated sum for the j-th score and k-th filter of the
15091516
i-th tally
15101517

@@ -1713,7 +1720,7 @@ if (tallies_on > 0)
17131720
*do j = 1, size(tallies(i) % scores, 1)*
17141721

17151722
**real(8) tallies(i) % scores(j,k) % sum**
1716-
1723+
17171724
Accumulated sum for the j-th score and k-th filter of the
17181725
i-th tally
17191726

@@ -1918,7 +1925,7 @@ if (tallies_on > 0)
19181925
*do j = 1, size(tallies(i) % scores, 1)*
19191926

19201927
**real(8) tallies(i) % scores(j,k) % sum**
1921-
1928+
19221929
Accumulated sum for the j-th score and k-th filter of the
19231930
i-th tally
19241931

@@ -2119,7 +2126,7 @@ if (tallies_on > 0)
21192126
*do j = 1, size(tallies(i) % scores, 1)*
21202127

21212128
**real(8) tallies(i) % scores(j,k) % sum**
2122-
2129+
21232130
Accumulated sum for the j-th score and k-th filter of the
21242131
i-th tally
21252132

@@ -2240,7 +2247,7 @@ Revision 2
22402247
*do j = 1, size(tallies(i) % scores, 1)*
22412248

22422249
**real(8) tallies(i) % scores(j,k) % sum**
2243-
2250+
22442251
Accumulated sum for the j-th score and k-th filter of the i-th
22452252
tally
22462253

@@ -2339,7 +2346,7 @@ Revision 1
23392346
*do j = 1, size(tallies(i) % scores, 1)*
23402347

23412348
**real(8) tallies(i) % scores(j,k) % sum**
2342-
2349+
23432350
Accumulated sum for the j-th score and k-th filter of the i-th
23442351
tally
23452352

0 commit comments

Comments
 (0)