Create the structure display for CRONOS
0001 function dkedisplay = make_display_cronos 0002 % 0003 % Create the structure display for CRONOS 0004 % 0005 dkedisplay.id = 'NO_DISPLAY';%Set here the name (identifier) of the display parameters 0006 % 0007 dkedisplay.psin_display = NaN;%Approximate radial position in poloidal flux coordinate at which results are displayed if display.display_mode >= 1 [1,1]. Not used if NaN 0008 dkedisplay.rho_display = 0.5;%Approximate radial position at which results are displayed if display.display_mode >= 1 [1,1]. Not used if NaN 0009 % 0010 dkedisplay.dp_cyl = 0.1;%Cylindrical momentum step for contour plot (pth_ref) 0011 dkedisplay.nlevel = 30;%Number of level for contour plots 0012 % 0013 dkedisplay.display_mode = 0;%Display mode: (0): no, (1): partial, (2): full 0014 dkedisplay.time_pause = 1;%Pause delay for figure display (s) 0015 dkedisplay.diary_mode = 0;%Write in a file the output of the code in the MatLab command window: (0) no save, (1) save 0016 dkedisplay.auto_mode = 0;%(0): Interactive mode for multiple radius output display, (1): automatic mode for one output display at rho_display 0017 %