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 into a file named dakota for GITR.

  1. The setup script must first be run without creating a dakota file and fail.
  2. Then, the following code can be put in a text editor and saved as a make_dakota.sh bash script file in the assets folder.
  3. The rmin, rmax, numr, zmin, zmax, and numz must be changed to fit your example.
  4. Then, run this make_dakota.sh bash script to generate a dakota file, which will appear in your setup/assets folder.
  5. Now you can rerun your setup script and it should pass this step.
~/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