-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #370 from drjfloyd/master
UMD SBI - FSRI plots
- Loading branch information
Showing
54 changed files
with
1,037 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ | |
numpy | ||
matplotlib | ||
pandas | ||
scipy | ||
seaborn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
691 changes: 691 additions & 0 deletions
691
Fire_Growth/UMD_SBI/Computational_Results/2023/FSRI/FSRI_SBI_cmp_config.csv
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
Fire_Growth/UMD_SBI/Computational_Results/2023/FSRI/FSRI_SBI_plot_cmp.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env python3 | ||
# McGrattan | ||
# Aug 2023 | ||
|
||
import sys | ||
sys.path.append('../../../../../../macfp-db/Utilities/') | ||
|
||
import macfp | ||
import importlib | ||
importlib.reload(macfp) # use for development (while making changes to macfp.py) | ||
import matplotlib.pyplot as plt | ||
|
||
macfp.dataplot(config_filename='FSRI_SBI_cmp_config.csv', | ||
institute='FSRI', | ||
revision='MaCFP-3, Tsukuba, 2023', | ||
expdir='../../../Experimental_Data/', | ||
cmpdir='./', | ||
pltdir='./Plots/', | ||
close_figs=True, | ||
verbose=True, | ||
plot_list=['all']) | ||
|
||
# plt.show() |
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...esults_UMD_Props_Cone_Flux/sbi_2cm_hf.fds → ...esults_UMD_Props_Cone_Flux/sbi_2cm_hf.fds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...esults_UMD_Props_Cone_Flux/sbi_4cm_hf.fds → ...esults_UMD_Props_Cone_Flux/sbi_4cm_hf.fds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
&HEAD CHID='sbi_4cm'/ | ||
&HEAD CHID='sbi_4cm_hf'/ | ||
|
||
&MESH XB=-0.60, 1.40,-0.80, 1.20,-0.20,2.60,IJK=50,50,70/ | ||
|
||
|
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.