-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
634 additions
and
24 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
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
49 changes: 49 additions & 0 deletions
49
src/pyflexplot/data/presets/opr/cosmo-1e-ctrl/all_shp.toml
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,49 @@ | ||
# PyFlexPlot setup file to create deterministic COSMO-1E-CTRL shapefiles | ||
|
||
[_base] | ||
# Test data source: /store/mch/msopr/pyflexplot_testdata/ | ||
infile = "data/cosmo-1e-ctrl/grid_conc_0910_20200216000000.nc" | ||
model = "COSMO-1E" | ||
lang = "de" | ||
outfile_time_format = "%Y%m%dT%H%M" | ||
combine_species = false | ||
|
||
[_base._concentration] | ||
plot_variable = "concentration" | ||
level = 0 | ||
|
||
[_base._concentration._integr] | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._tot_deposition] | ||
plot_variable = "tot_deposition" | ||
integrate = true | ||
|
||
[_base._affected_area] | ||
plot_variable = "affected_area" | ||
integrate = true | ||
level = 0 | ||
time = -1 | ||
combine_species = true | ||
|
||
[_base._concentration."_shp+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._concentration._integr."_shp+"] | ||
outfile = "integrated_concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._tot_deposition."_shp+"] | ||
outfile = "deposition_tot_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._affected_area."_shp+"] | ||
outfile = "affected_area_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
|
||
[_base._concentration."_multipanel_time+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
plot_type = "multipanel" | ||
multipanel_param = "time" | ||
time = [2, 4, 8, -1] | ||
|
||
["**".full] | ||
domain = "full" | ||
|
||
["**".zoom] | ||
domain = "ch" |
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
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
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
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
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
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,51 @@ | ||
# PyFlexPlot setup file to create ensemble COSMO-2E shapefiles | ||
|
||
[_base] | ||
# Test data source: /store/mch/msopr/pyflexplot_testdata/ | ||
infile = "data/cosmo-2e/2021030503/{ens_member:03}/grid_conc_20210305030000.nc_GOE" | ||
ens_member_id = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] | ||
model = "COSMO-2E" | ||
lang = "de" | ||
outfile_time_format = "%Y%m%dT%H%M" | ||
combine_species = true | ||
|
||
[_base._concentration] | ||
plot_variable = "concentration" | ||
level = 0 | ||
integrate = false | ||
time = "*" | ||
|
||
[_base._concentration._integr] | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._tot_deposition] | ||
plot_variable = "tot_deposition" | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._affected_area] | ||
plot_variable = "affected_area" | ||
integrate = true | ||
level = 0 | ||
time = -1 | ||
|
||
[_base._concentration."_probability+"] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_probability_{domain}.shp" | ||
ens_variable = "probability" | ||
ens_param_thr = 0 | ||
[_base._concentration._integr."_probability+"] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_probability_{domain}.shp" | ||
ens_variable = "probability" | ||
ens_param_thr = 0 | ||
[_base._tot_deposition."_probability+"] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_probability_{domain}.shp" | ||
ens_variable = "probability" | ||
ens_param_thr = 0 | ||
[_base._affected_area."_probability+"] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_probability_{domain}.shp" | ||
ens_variable = "probability" | ||
ens_param_thr = 0 | ||
|
||
["**".ch] | ||
domain = "ch" |
65 changes: 65 additions & 0 deletions
65
src/pyflexplot/data/presets/opr/icon-ch1-ctrl/all_pdf.toml
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,65 @@ | ||
# PyFlexPlot setup file to create deterministic ICON-CH1-CTRL plots | ||
|
||
[_base] | ||
# Test data source: /store_new/mch/msopr/pyflexplot_testdata/ | ||
infile = "data/icon-ch1-ctrl/grid_conc_0910_20200216000000.nc" | ||
model = "ICON-CH1-CTRL" | ||
lang = "de" | ||
outfile_time_format = "%Y%m%dT%H%M" | ||
combine_species = false | ||
|
||
[_base._concentration] | ||
plot_variable = "concentration" | ||
level = 0 | ||
|
||
[_base._concentration._integr] | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._tot_deposition] | ||
plot_variable = "tot_deposition" | ||
integrate = true | ||
|
||
[_base._affected_area] | ||
plot_variable = "affected_area" | ||
integrate = true | ||
level = 0 | ||
time = -1 | ||
combine_species = true | ||
|
||
[_base._concentration._multipanel_time] | ||
plot_type = "multipanel" | ||
multipanel_param = "time" | ||
time = [2, 4, 8, -1] | ||
|
||
[_base._concentration.full] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Konzentration.pdf" | ||
domain = "full" | ||
[_base._concentration._integr.full] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_integrierte_Luftaktivitaet.pdf" | ||
domain = "full" | ||
[_base._tot_deposition.full] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Deposition.pdf" | ||
domain = "full" | ||
[_base._affected_area.full] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_beaufschl_Gebiet.pdf" | ||
domain = "full" | ||
[_base._concentration._multipanel_time.full] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Konzentration.pdf" | ||
domain = "full" | ||
|
||
[_base._concentration.zoom] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Konzentration_zoom.pdf" | ||
domain = "ch" | ||
[_base._concentration._integr.zoom] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_integrierte_Luftaktivitaet_zoom.pdf" | ||
domain = "ch" | ||
[_base._tot_deposition.zoom] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Deposition_zoom.pdf" | ||
domain = "ch" | ||
[_base._affected_area.zoom] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_beaufschl_Gebiet_zoom.pdf" | ||
domain = "ch" | ||
[_base._concentration._multipanel_time.zoom] | ||
outfile = "{release_start}_{release_site}_FLEXPART-{model}_Dispersion_Konzentration_zoom.pdf" | ||
domain = "ch" |
49 changes: 49 additions & 0 deletions
49
src/pyflexplot/data/presets/opr/icon-ch1-ctrl/all_png.toml
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,49 @@ | ||
# PyFlexPlot setup file to create deterministic ICON-CH1-CTRL plots | ||
|
||
[_base] | ||
# Test data source: /store_new/mch/msopr/pyflexplot_testdata/ | ||
infile = "data/icon-ch1-ctrl/grid_conc_0910_20200216000000.nc" | ||
model = "ICON-CH1-CTRL" | ||
lang = "de" | ||
outfile_time_format = "%Y%m%dT%H%M" | ||
combine_species = false | ||
|
||
[_base._concentration] | ||
plot_variable = "concentration" | ||
level = 0 | ||
|
||
[_base._concentration._integr] | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._tot_deposition] | ||
plot_variable = "tot_deposition" | ||
integrate = true | ||
|
||
[_base._affected_area] | ||
plot_variable = "affected_area" | ||
integrate = true | ||
level = 0 | ||
time = -1 | ||
combine_species = true | ||
|
||
[_base._concentration."_png+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.png" | ||
[_base._concentration._integr."_png+"] | ||
outfile = "integrated_concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.png" | ||
[_base._tot_deposition."_png+"] | ||
outfile = "deposition_tot_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.png" | ||
[_base._affected_area."_png+"] | ||
outfile = "affected_area_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.png" | ||
|
||
[_base._concentration."_multipanel_time+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.png" | ||
plot_type = "multipanel" | ||
multipanel_param = "time" | ||
time = [2, 4, 8, -1] | ||
|
||
["**".full] | ||
domain = "full" | ||
|
||
["**".zoom] | ||
domain = "ch" |
49 changes: 49 additions & 0 deletions
49
src/pyflexplot/data/presets/opr/icon-ch1-ctrl/all_shp.toml
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,49 @@ | ||
# PyFlexPlot setup file to create deterministic ICON-CH1-CTRL shapefiles | ||
|
||
[_base] | ||
# Test data source: /store_new/mch/msopr/pyflexplot_testdata/ | ||
infile = "data/icon-ch1-ctrl/grid_conc_0910_20200216000000.nc" | ||
model = "ICON-CH1-CTRL" | ||
lang = "de" | ||
outfile_time_format = "%Y%m%dT%H%M" | ||
combine_species = false | ||
|
||
[_base._concentration] | ||
plot_variable = "concentration" | ||
level = 0 | ||
|
||
[_base._concentration._integr] | ||
integrate = true | ||
time = -1 | ||
|
||
[_base._tot_deposition] | ||
plot_variable = "tot_deposition" | ||
integrate = true | ||
|
||
[_base._affected_area] | ||
plot_variable = "affected_area" | ||
integrate = true | ||
level = 0 | ||
time = -1 | ||
combine_species = true | ||
|
||
[_base._concentration."_shp+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._concentration._integr."_shp+"] | ||
outfile = "integrated_concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._tot_deposition."_shp+"] | ||
outfile = "deposition_tot_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
[_base._affected_area."_shp+"] | ||
outfile = "affected_area_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
|
||
[_base._concentration."_multipanel_time+"] | ||
outfile = "concentration_site-{release_site}_species-{species_id}_domain-{domain}_lang-{lang}_ts-{time_step}.shp" | ||
plot_type = "multipanel" | ||
multipanel_param = "time" | ||
time = [2, 4, 8, -1] | ||
|
||
["**".full] | ||
domain = "full" | ||
|
||
["**".zoom] | ||
domain = "ch" |
Oops, something went wrong.