-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better defaults for production (in particular adaptive time step) (#893)
* better defaults * slight value change * lack of newline messes up with post-processing routine * export threshold uz to user for adaptive time stepg * reduce nt_per_betatron default * fix amd compilation issue * revert to 1 subcycle * update benchmark * fix doc --------- Co-authored-by: Tools <tools@desy.de>
- Loading branch information
1 parent
f788b3a
commit 9c73bff
Showing
4 changed files
with
66 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
tests/checksum/benchmarks_json/production.SI.2Rank_pwfa.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 0.02197551604223, | ||
"By": 8966.1351421771, | ||
"Bz": 0.031374152137171, | ||
"ExmBy": 3100334618693.1, | ||
"EypBx": 8141775.7529099, | ||
"Ez": 2397186218239.8, | ||
"Psi": 119994784.5044, | ||
"Sx": 77320436549663.0, | ||
"Sy": 128903797.14308, | ||
"chi": 4382910301271.3, | ||
"jx": 159741118147660.0, | ||
"jx_beam": 159899383408.72, | ||
"jy": 1022627377.0168, | ||
"jy_beam": 111931.8410149, | ||
"jz": 135745902812450.0, | ||
"jz_beam": 484032338457010.0, | ||
"rho": 2254468.0648512, | ||
"rho_beam": 0.0 | ||
}, | ||
"driver": { | ||
"charge": 1.602176634e-13, | ||
"id": 499935519084, | ||
"mass": 9.1093837015e-25, | ||
"ux": 1037910.4608001, | ||
"uy": 1036315.4362785, | ||
"uz": 983566459.0206799, | ||
"w": 3744396137.536, | ||
"x": 3.12584205475840, | ||
"y": 3.11138512226390018, | ||
"z": 23.93368200407 | ||
}, | ||
"lev=0": { | ||
"Bx": 0.021977466274843, | ||
"By": 8966.2786868988, | ||
"Bz": 0.031374687381087, | ||
"ExmBy": 3100310233053.2, | ||
"EypBx": 8141258.83133830, | ||
"Ez": 2397160352859.7998, | ||
"Psi": 119993348.4861, | ||
"Sx": 77328010812514.0, | ||
"Sy": 128946289.75447, | ||
"chi": 4382917081936.4, | ||
"jx": 159740165479810.0, | ||
"jx_beam": 160257422032.839996, | ||
"jy": 1022704886.79560005664, | ||
"jy_beam": 106573.87189609, | ||
"jz": 135746558371620.0, | ||
"jz_beam": 484051765931080.0, | ||
"rho": 2254515.36896609980, | ||
"rho_beam": 0.0 | ||
"x": 3.1261792894625, | ||
"y": 3.1117169618229, | ||
"z": 23.933678838624, | ||
"ux": 1037252.131241, | ||
"uy": 1035672.4179983, | ||
"uz": 983582204.84356, | ||
"w": 3744396137.536 | ||
}, | ||
"witness": { | ||
"charge": 1.602176634e-13, | ||
"id": 750000500000, | ||
"mass": 9.1093837015e-25, | ||
"ux": 1131666.1776384999975, | ||
"uy": 1136188.4040961, | ||
"uz": 1032049455.7666, | ||
"w": 1248301814.8922, | ||
"x": 2.4396528434158, | ||
"y": 2.4453187801483, | ||
"z": 160.0073173040800043 | ||
"x": 2.4414326107363, | ||
"y": 2.4470915062159, | ||
"z": 160.00730897915, | ||
"ux": 1130244.8645185, | ||
"uy": 1134758.5097234, | ||
"uz": 1032012856.823, | ||
"w": 1248301814.8922 | ||
} | ||
} |