Skip to content
Snippets Groups Projects

add IDS/IMAS to eqdsk directly

Merged Olivier Sauter requested to merge add_ids2eqdsk into master
1 unresolved thread

tested: gdat(131025,'eqdsk','run',43,'database_user','public','tokamak_name','ITER','machine','IMAS','time',208);

Merge request reports

Pipeline passed for f216757b on add_ids2eqdsk

Test coverage 6.92% (-0.02%) from 1 job
Test summary results are being parsed

Merged by Olivier SauterOlivier Sauter 3 years ago (Mar 3, 2022 8:12pm UTC)

Loading

Pipeline passed for f216757b on master

Test coverage 6.92% (-0.02%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
136 136 mapping.timedim = 0;
137 137 mapping.method = 'tdi';
138 138 mapping.expression = '\rtc::node03.params.cfg_file';
139 case {'gap_inout', 'gap_out', 'gap_in', 'gap_lfs','gap_hfs'}
140 mapping.timedim = 2;
141 mapping.label = 'gap hfs/lfs';
142 mapping.method = 'expression';
143 mapping.expression = ['params_eff = gdat_data.gdat_params;params_eff.data_request=''tcv_eq("r_contour","LIUQE.M")'';' ...
  • Shouldn't you change "LIUQE.M" based on the value of the liuqe parameter?

  • Author Maintainer

    it's a good question. I aimed that this is done within gdat_tcv, using the liuqe option in gdat_params, it should replace liuqe.m with relevant string.

    But I did not check since some time, especially for the "expression" part...

  • Please register or sign in to reply
Please register or sign in to reply
Loading