Imas add grid transform
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
Activity
added 6 commits
-
917b28d1...d60f95c0 - 3 commits from branch
master
- 387a5635 - minor spaces and set 2 nbi units as default
- 726cf9d4 - bpol and ec_antennas according to latest IMAS update, grid_type transform all except tensors
- eecea7e7 - comment dummy assignements for testing transformations
Toggle commit list-
917b28d1...d60f95c0 - 3 commits from branch
mentioned in commit 6b7b8001
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; @osauter Is there the sign in our static tree not consistent with the cocos 11? Why did you add this?
Please register or sign in to reply