************************************** DISPLAY PARAMETERS ******************************************** ****************************************************************************************************************** Create the local file DISPLAY_display_id.mat by Y.Peysson CEA-DRFC <yves.peysson@cea.fr> and Joan Decker MIT-RLE (jodecker@mit.edu)
0001 %************************************** DISPLAY PARAMETERS ******************************************** 0002 %****************************************************************************************************************** 0003 % Create the local file DISPLAY_display_id.mat 0004 % 0005 %by Y.Peysson CEA-DRFC <yves.peysson@cea.fr> and Joan Decker MIT-RLE (jodecker@mit.edu) 0006 % 0007 clear all 0008 dkedisplay.id = 'PARTIAL_VISUAL';%Set here the name (identifier) of the display parameters 0009 % 0010 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 0011 dkedisplay.rho_display = 0.5;%Approximate radial position at which results are displayed if display.display_mode >= 1 [1,1]. Not used if NaN 0012 % 0013 dkedisplay.dp_cyl = 0.1;%Cylindrical momentum step for contour plot (pth_ref) 0014 dkedisplay.nlevel = 30;%Number of level for contour plots 0015 % 0016 dkedisplay.display_mode = 1;%Display mode: (0): no, (1): partial, (2): full 0017 dkedisplay.time_pause = 1;%Pause delay for figure display (s) 0018 dkedisplay.diary_mode = 0;%Write in a file the output of the code in the MatLab command window: (0) no save, (1) save 0019 dkedisplay.auto_mode = 0;%(0): Interactive mode for multiple radius output display, (1): automatic mode for one output display at rho_display 0020 % 0021 dkedisplay.mdce = 0;%Display warning when the Distributed Computing Environment is enabled (0 otherwise) 0022 % 0023 eval(['save DISPLAY_',dkedisplay.id,'.mat dkedisplay']);