Skip to content

Commit

Permalink
Retain per-sample winds
Browse files Browse the repository at this point in the history
N.B. The all sample (concatenated) wind file is not always required, so
not always created.
  • Loading branch information
thomas-fred committed Jan 22, 2024
1 parent 6474489 commit 7c645ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/exposure/wind_fields.smk
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ rule estimate_wind_fields:
output:
# enable or disable plotting in the config file
plot_dir=directory("{OUTPUT_DIR}/power/by_country/{COUNTRY_ISO_A3}/storms/{STORM_SET}/{SAMPLE}/plots/"),
wind_speeds=temp("{OUTPUT_DIR}/power/by_country/{COUNTRY_ISO_A3}/storms/{STORM_SET}/{SAMPLE}/max_wind_field.nc"),
wind_speeds="{OUTPUT_DIR}/power/by_country/{COUNTRY_ISO_A3}/storms/{STORM_SET}/{SAMPLE}/max_wind_field.nc",
script:
"../../scripts/intersect/estimate_wind_fields.py"

Expand Down

0 comments on commit 7c645ac

Please sign in to comment.