Skip to content
Snippets Groups Projects
Commit 6e995a22 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add gas, gas_flux, _request, etc

parent 42c5c466
Branches
Tags
1 merge request!58Add ids summary
......@@ -69,18 +69,18 @@ switch lower(data_request)
mapping.label = 'B_0';
mapping.method = 'switchcase';
mapping.expression = '';
case 'beta'
case {'beta', 'beta_tor'}
mapping.timedim = 1;
mapping.label = '\beta';
mapping.method = 'tdiliuqe';
mapping.expression = '\results::beta_tor';
mapping.expression = 'tcv_eq(''''beta_tor'''',''''LIUQE.M'''')';
case 'betan'
case {'betan', 'beta_tor_norm'}
mapping.timedim = 1;
mapping.label = '\beta_N';
mapping.method = 'switchcase';
mapping.expression = '';
case 'betap'
case {'beta_pol', 'betap'}
mapping.timedim = 1;
mapping.label = '\beta_p';
mapping.method = 'tdiliuqe';
......@@ -132,6 +132,11 @@ switch lower(data_request)
mapping.timedim = 0;
mapping.method = 'switchcase'; % could use function make_eqdsk directly?
mapping.expression = '';
case {'gas', 'gas_flux', 'gas_request', 'gas_feedforward'}
mapping.timedim = 1;
mapping.label = 'gas flux';
mapping.method = 'switchcase';
mapping.expression = '';
case 'halpha'
mapping.timedim = 1;
mapping.label = 'Halpha';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment