Skip to content

dakota file making

Alyssa Hayes edited this page Dec 2, 2022 · 3 revisions

A file called make_dakota.sh is needed to process SOLPS plasma profiles 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
Clone this wiki locally