cherab / solps

Other
6 stars 5 forks source link

Allow the user to specify individual paths to SOLPS raw ouput files in load_solps_from_raw_output() #62

Closed vsnever closed 3 years ago

vsnever commented 3 years ago

This fixes #59 by adding baserun_path argument to load_solps_from_raw_output(). Now if the SOLPS file is not found in simulation_path, the version from baserun_path will be used.

This fixes #59 by adding mesh_file_path, b2_state_file_path, b2_plasma_file_path and eirene_fort44_file_path arguments to load_solps_from_raw_output(). Now the user can specify the path to any of the SOLPS output file, if this file is not in the simulation_path directory.

Mateasek commented 3 years ago

Thanks for the PR @vsnever

jacklovell commented 3 years ago

Looks good to me. Thanks @vsnever