Skip to content
Snippets Groups Projects

Imas add grid transform

Merged Olivier Sauter requested to merge imas_add_grid_transform into master

finished including grid_type dependent transformations as well as tensor co/contravariant Use symbolic cocoscoeffsym and tested scan through all time i and arrays of struct j as in equilibrium.time_slice{i}.profiles_2d{j}.grid... so can have different grid_type series j at different times

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
53 53
54 54 sub_ids_struct_out{ii}.toroidal_angle = 0.; % to see if should match sector 3 (bpol003)
55 55 aa = gdat_tcv( shot, ['static("ANG_M")[$1]'',''' sub_ids_struct_out{ii}.name '']);
56 sub_ids_struct_out{ii}.poloidal_angle = aa.data;
56 sub_ids_struct_out{ii}.poloidal_angle = -aa.data;
Please register or sign in to reply
Loading