ProjectTorreyPines / SOLPS2imas.jl

Utility for loading data from existing SOLPS runs, including custom data in b2time.nc, from native SOLPS output format into IMAS
https://projecttorreypines.github.io/SOLPS2IMAS.jl/
Apache License 2.0
2 stars 0 forks source link

Translate heat and particle fluxes from SOLPS B2 format to IMAS DD #10

Open eldond opened 1 year ago

eldond commented 1 year ago

I think these are defined at faces (double check with J. Lore), so we'll need #6 to fully support this work.

eldond commented 2 months ago

I don't know the difference between:

Also, edge profiles doesn't seem to have a heat flux field or any fields with units W.m^-2

eldond commented 2 months ago

We could read power from the core from b2.boundary.parameters and put it in IDS summary.heating_current_drive. We would have to make assumptions about how electron and ion power in SOLPS correspond to EC, IC, NBI, and other sources of input power or not care. We could also use power_additional and note the source as 'not specified' or something. Or make a yml file with instructions for how to assign power from boundary parameters into the summary IDS.

orso82 commented 2 months ago

Do you have a sample SOLPS output dumped to IMAS?

Or perhaps you can take a look at the SOLPS-ITER source to see exactly how IMAS gets populated with SOLPS data.