Skip to content

Commit

Permalink
Small fix to repRateUpsGauges restrictoption
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Oct 31, 2024
1 parent 1ff0024 commit 895f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisflood/global_modules/default_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@
# restrictoption=['nonInit'], operation=['']),
'actETPUpsTS': TimeSeries(name='actETPUpsTS',
output_var='ESActPixel+self.var.TaPixel+self.var.TaInterceptionAll+self.var.EvaAddM3*self.var.M3toMM',
where='Gauges', repoption=['repRateUpsGauges'], restrictoption=['nonInit'],
where='Gauges', repoption=['repRateUpsGauges'], restrictoption=['nonInit','openwaterevapo'],
operation=['total']),
'Theta1AvUpsTS': TimeSeries(name='Theta1AvUpsTS',
output_var='Theta1aPixel',
Expand Down

0 comments on commit 895f40e

Please sign in to comment.