Skip to content

Commit

Permalink
Naming correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupelle committed Jul 6, 2021
1 parent 7e77647 commit 5cbd9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A1_Dynamic Inflow/plotting_uBEMT.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def plotting(plot_input,name, save=False):
plot_input = {'Cases':['A.2.1_0.15'], 'Models':['Steady','PP','LM','O'], 'Dimension':['2D'], 'Variable':['CT']}
plotting(plot_input,'CT_4models_freq0.15_comp',save=saving)

plot_input = {'Cases':['A.2.1_0.15'], 'Models':['Steady','PP','LM','O'], 'Dimension':['2D'], 'Variable':['CT']}
plot_input = {'Cases':['A.2.1_0.15'], 'Models':['Steady','PP','LM','O'], 'Dimension':['2D'], 'Variable':['a_global']}
plotting(plot_input,'a_global_4models_freq0.15_comp',save=saving)

plot_input = {'Cases':['A.2.1_0.3'], 'Models':['Steady','PP','LM','O'], 'Dimension':['2D'], 'Variable':['CT']}
Expand Down

0 comments on commit 5cbd9a3

Please sign in to comment.