Skip to content
Snippets Groups Projects

Tcv get ids core profiles add e field

Open Luke Simons requested to merge tcv_get_ids_core_profiles_add_e_field into master
3 unresolved threads

As part of an ids request, we need to provide profiles_1d/grid/e_field/parallel.

There is an ongoing discussion about how best to calculate this parameter. From email exchange "Fwd: TCV shots for DMP":

Luke Simons Olivier Sauter; Alessandro Pau; Süleyman Cenk Yildiz; Joan Decker; Michele Marin

I think we need to have a discussion about it. But from talking with Joan, we think (the field core_profiles.e_field.parallel), should be informed by reconstruction of the Efield parallel profile using Liuqe based on Vloop measurements. Not sure if that's what you mean by Vloop profile.

Cheers,

Luke

See redmine issue.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 99 99 global_quantities_desc.ip = params_eff.data_request;
    100 100
    101 101 params_eff.data_request = 'ohm_data';
    102 102 current_non_inductive = gdat(params_cores_profiles.shot,params_eff);
  • Luke Simons added 1 commit

    added 1 commit

    • 73dafc4e - Changed current_inductive to current_non_inductive

    Compare with previous version

  • Luke Simons added 2 commits

    added 2 commits

    • 31afc613 - Changed name of variable from current_non_inductive to current_inductive
    • bca1c850 - Renamed other instances of variable current_non_inductive in tcv_get_ids_core_profiles

    Compare with previous version

  • Luke Simons added 1 commit

    added 1 commit

    • 3f8b662c - Changed the calculation of current_non_inductive to be jtotal-johm-jbsav

    Compare with previous version

  • Author Maintainer

    Ready for review again

  • Michele Marin added 1 commit

    added 1 commit

    • 30ab0fb3 - Correcting currents and e-field. Still to remap from parallel to toroidal

    Compare with previous version

    • Author Maintainer

      When I run an example at the moment, I'm getting:

      shot=[59151];
      idss_bolo = gdat(shot,'ids','source','core_profiles');
      Error in tcv_get_ids_core_profiles (line 394)
          global_quantities.current_bootstrap.bs.bs_data.cd_dens.data(:,it);

      I think this is cause the data in global quantities hasn't been interpolated. Still may need toroidal to parallel transform

    • Yeah this is connected to issue !190 (merged) . I need to make the removal of Nans optional and then I should be able to merge. Use another shot to test

    • Please register or sign in to reply
  • Luke Simons added 85 commits

    added 85 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading