Skip to content

Commit

Permalink
Protect wind field output files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Jan 23, 2024
1 parent 8be8105 commit 639216a
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="{OUTPUT_DIR}/power/by_country/{COUNTRY_ISO_A3}/storms/{STORM_SET}/{SAMPLE}/max_wind_field.nc",
wind_speeds=protected("{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 639216a

Please sign in to comment.