Stellarator-Tools
Model Result File

Introduction

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.

Dimensions

DimensionDescriptionCode Reference
model_grid_sizeSize of the radial profile gridsequilibrium::equilibrium_get_grid_size
model_num_sxremNumber of soft x-ray emissivity profiles.v3fit_input::v3fit_max_sxrem_profiles
model_num_coosig_wNumber of combination signal weights.model::model_class::coosig_wgts

Variables

Variable(Dimensions)DescriptionCode 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 scalingmodel::model_class::ne_unit
ne_min (maxnsteps)Minimum electron densitymodel::model_class::ne_min
te_min (maxnsteps)Minimum electron temperaturemodel::model_class::te_min
ti_min (maxnsteps)Minimum ion temperaturemodel::model_class::ti_min
pressure_fraction (maxnsteps)Fractional Pressuremodel::model_class::pressure_fraction
coosig_wgts (num_wgts, maxnsteps)Combination Signal Weightsmodel::model_class::coosig_wgts

Model Profiles

ne_grid (model_grid_size, maxnsteps)Radial profile of the electron densitymodel::model_class::ne_grid
te_grid (model_grid_size, maxnsteps)Radial profile of the electron temperaturemodel::model_class::te_grid
ti_grid (model_grid_size, maxnsteps)Radial profile of the ion temperaturemodel::model_class::ti_grid
sxrem_grid (model_grid_size, model_num_sxrem, maxnsteps)Radial profile of the soft x-ray emissivitymodel::model_class::sxrem_grid