-
Notifications
You must be signed in to change notification settings - Fork 5
dakota file making
ecrouse3 edited this page Dec 2, 2022
·
3 revisions
A dakota
file is needed to process solps outputs for GITR. The setup script must first be run without creating dakota
and failed. Then, the following code can be put in a text editor and saved as a .sh
file in the assets
folder. The rmin
, rmax
, numr
, zmin
, zmax
, and numz
must be changed to fit your example.
~/solps-iter-data/build/xsolps-iter-data -task=get_gitr -rmin=1.0 -rmax=2.4 -numr=500 -zmin=-1.4 -zmax=1.4 -numz=1000 -solps_geometry=assets/b2fgmtry -solps_state=assets/b2fstate -left_target=assets/rightTargOutput -right_target=assets/leftTargOutput -result=assets/result -dakota_result=assets/dakota
Anything unclear or inaccurate? Please let us know by creating an Issue in the GitHub Issues tab.