Skip to content

Commit

Permalink
Selected Squares as default random number generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Dec 16, 2024
1 parent 56b752d commit 9e029dc
Show file tree
Hide file tree
Showing 32 changed files with 391,740 additions and 391,931 deletions.
20,000 changes: 10,000 additions & 10,000 deletions projects/example/data.ref/atm_2011_06_06_00_00.tab

Large diffs are not rendered by default.

20,000 changes: 10,000 additions & 10,000 deletions projects/example/data.ref/atm_2011_06_07_00_00.tab

Large diffs are not rendered by default.

20,000 changes: 10,000 additions & 10,000 deletions projects/example/data.ref/atm_2011_06_08_00_00.tab

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions projects/example/data.ref/grid_2011_06_06_00_00.tab

Large diffs are not rendered by default.

482 changes: 241 additions & 241 deletions projects/example/data.ref/grid_2011_06_07_00_00.tab

Large diffs are not rendered by default.

1,692 changes: 846 additions & 846 deletions projects/example/data.ref/grid_2011_06_08_00_00.tab

Large diffs are not rendered by default.

Binary file modified projects/example/plots.ref/atm_2011_06_05_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/atm_2011_06_06_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/atm_2011_06_07_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/atm_2011_06_08_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/grid_2011_06_05_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/grid_2011_06_06_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/grid_2011_06_07_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/example/plots.ref/grid_2011_06_08_00_00.tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion projects/example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set ytics 10
set mytics 5
set title "MPTRAC | $t"
plot "$f" u 3:4:(1.*\$2) w d lc pal z t "", \
plot "$f" u 3:4:(1.*\$2) w p pt 7 ps .25 lc pal z t "", \
"../../data/wcl.tab" u 1:2 w l lt -1 t "", \
"-" u 1:2 w p pt 9 ps 3 lc rgbcolor "red" t ""
-72.117 -40.59
Expand Down
2 changes: 1 addition & 1 deletion src/mptrac.c
Original file line number Diff line number Diff line change
Expand Up @@ -5194,7 +5194,7 @@ void read_ctl(

/* Random number generator... */
ctl->rng_type =
(int) scan_ctl(filename, argc, argv, "RNG_TYPE", -1, "0", NULL);
(int) scan_ctl(filename, argc, argv, "RNG_TYPE", -1, "1", NULL);
if (ctl->rng_type < 0 || ctl->rng_type > 2)
ERRMSG("Set RNG_TYPE to 0, 1, or 2!");

Expand Down
Loading

0 comments on commit 9e029dc

Please sign in to comment.