Stellarator-Tools
|
This page documents the contents of a result NetCDF file contributed by the model. The remaining parts of the result file are documented in the Result File page.
Dimension | Description | Code Reference |
model_grid_size | Size of the radial profile grids | equilibrium::equilibrium_get_grid_size |
model_num_sxrem | Number of soft x-ray emissivity profiles. | v3fit_input::v3fit_max_sxrem_profiles |
model_num_coosig_w | Number of combination signal weights. | model::model_class::coosig_wgts |
Variable(Dimensions) | Description | Code Reference |
model_ne_type (string_len) | Discription of the electron density model. | model::model_class::ne_type |
model_te_type (string_len) | Discription of the electron temperature model. | model::model_class::te_type |
model_ti_type (string_len) | Discription of the ion temperature model. | model::model_class::ti_type |
model_sxrem_type (string_len, model_num_sxrem) | Discription of the soft x-ray emissivity model. | model::model_class::sxrem_type |
ne_unit (maxnsteps) | Electron density unit scaling | model::model_class::ne_unit |
ne_min (maxnsteps) | Minimum electron density | model::model_class::ne_min |
te_min (maxnsteps) | Minimum electron temperature | model::model_class::te_min |
ti_min (maxnsteps) | Minimum ion temperature | model::model_class::ti_min |
pressure_fraction (maxnsteps) | Fractional Pressure | model::model_class::pressure_fraction |
coosig_wgts (num_wgts, maxnsteps) | Combination Signal Weights | model::model_class::coosig_wgts |
ne_grid (model_grid_size, maxnsteps) | Radial profile of the electron density | model::model_class::ne_grid |
te_grid (model_grid_size, maxnsteps) | Radial profile of the electron temperature | model::model_class::te_grid |
ti_grid (model_grid_size, maxnsteps) | Radial profile of the ion temperature | model::model_class::ti_grid |
sxrem_grid (model_grid_size, model_num_sxrem, maxnsteps) | Radial profile of the soft x-ray emissivity | model::model_class::sxrem_grid |