Skip to content

Commit

Permalink
minimized diff
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jul 2, 2024
1 parent 3b397cd commit 2df2b7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/KWK_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
dir_meas = os.path.join(dir_base,'measurements_wl_18700101_20240101')
# TODO: move to full data folder (otherwise overschrijding and slotgemiddelde is completely wrong)
# dir_meas = os.path.join(dir_base,'measurements_wl_20101201_20220201')
dir_meas = r"c:\Users\veenstra\Downloads\measurements_wl_18700101_20240101"

dir_indicators = os.path.join(dir_base,f'out_tidalindicators_{year_slotgem}')
dir_slotgem = os.path.join(dir_base,f'out_slotgem_{year_slotgem}')
Expand Down Expand Up @@ -59,10 +58,10 @@

nap_correction = False

compute_indicators = False
compute_slotgem = False
compute_havengetallen = False
compute_gemgetij = False
compute_indicators = True
compute_slotgem = True
compute_havengetallen = True
compute_gemgetij = True
compute_overschrijding = True


Expand Down

0 comments on commit 2df2b7c

Please sign in to comment.