Skip to content

Commit

Permalink
Merge pull request #165 from nismod/feature/temp_wind_files
Browse files Browse the repository at this point in the history
Mark per-sample wind fields as temporary
  • Loading branch information
thomas-fred authored Nov 28, 2023
2 parents 2ada334 + 8e790ba commit a8a207a
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=temp("{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 a8a207a

Please sign in to comment.