|
28 | 28 |
|
29 | 29 | # Dataplot and scatplot options |
30 | 30 |
|
| 31 | +Dataplot_Inputs_File = '../Matlab/FDS_verification_dataplot_inputs.csv'; |
| 32 | +Working_Dir = '../../Verification/'; |
| 33 | +Manuals_Dir = '../../Manuals/'; |
| 34 | +Scatterplot_Inputs_File = '../Matlab/FDS_verification_scatterplot_inputs.csv'; |
| 35 | + |
31 | 36 | # Statistics output options |
32 | 37 |
|
33 | | -# Run dataplot and scatplot scripts |
| 38 | +Stats_Output = 'Verification' |
| 39 | +Scatterplot_Dir = '../../Manuals/FDS_Verification_Guide/SCRIPT_FIGURES/ScatterPlots/' |
| 40 | + |
| 41 | +# # Run dataplot and scatplot scripts |
| 42 | + |
| 43 | +# saved_data, drange = fdsplotlib.dataplot(config_filename=Dataplot_Inputs_File, |
| 44 | +# expdir=Working_Dir, |
| 45 | +# cmpdir=Working_Dir, |
| 46 | +# pltdir=Manuals_Dir, |
| 47 | +# close_figs=True, |
| 48 | +# verbose=True, |
| 49 | +# plot_range=["all"]) # plot_range[start, end], optionally instead use plot_list['Dataname'] |
| 50 | + |
| 51 | +# # ----- write saved_data, drange to disk ----- |
| 52 | +# import pickle |
| 53 | + |
| 54 | +# # Save |
| 55 | +# with open("saved_data_verification.pkl", "wb") as f: |
| 56 | +# pickle.dump((saved_data, drange), f) |
| 57 | + |
| 58 | +# # Later... |
| 59 | +# with open("saved_data_verification.pkl", "rb") as f: |
| 60 | +# saved_data, drange = pickle.load(f) |
| 61 | +# #--------------------------------------------- |
34 | 62 |
|
35 | | -fdsplotlib.dataplot(config_filename='../Matlab/FDS_verification_dataplot_inputs.csv', |
36 | | - expdir='../../Verification/', |
37 | | - cmpdir='../../Verification/', |
38 | | - pltdir='../../Manuals/', |
39 | | - close_figs=True, |
40 | | - verbose=True, |
41 | | - plot_range=[2,2]) # plot_range[start, end], optionally instead use plot_list['Dataname'] |
| 63 | +# fdsplotlib.scatplot(saved_data,drange, |
| 64 | +# Manuals_Dir=Manuals_Dir, |
| 65 | +# Scatterplot_Inputs_File=Scatterplot_Inputs_File, |
| 66 | +# Stats_Output=Stats_Output, |
| 67 | +# Scatterplot_Dir=Scatterplot_Dir, |
| 68 | +# verbose=True, |
| 69 | +# ) |
42 | 70 |
|
43 | 71 | # Special cases |
44 | 72 |
|
|
0 commit comments