D3DEnergetic / d3d-fidasim

DIII-D routines for running FIDASIM
MIT License
2 stars 0 forks source link

Update DIII-D routines to work with FIDASIM v1.0.0 #1

Closed lstagner closed 8 years ago

lstagner commented 8 years ago

The current routines do not work with the latest version of FIDASIM. So we have to update them. The new version of FIDASIM allows us to design our own preprocessing pipeline (instead of the way I sort of forced with the old FIDASIM, sorry)

Anyway, I propose we create a routine that looks something like this

IDL> d3d_fidasim,shot=1234567,beam="210RT",time=200.0, gaprofiles_dir="/u/lstagner/gaprofiles", diags = ["oblique", "main_ion"]

or whatever. We can do anything we want.

Any thoughts, questions, comments?

@bgrierson21 @shaunhaskey