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