-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong time unit usage in PRP package #2125
Comments
Hi @tandreasr the PRT model ignores time units and doesn't try to do any conversions — curious what you are seeing to suggest otherwise? For instance the code implementing times = arange( &
start=DZERO, &
stop=totalsimtime, &
step=this%rtfreq) where |
Hi @wpbonelli It might be the case that I misunderstood the concepts :-) But when testing one of your testmodels delivered with Modflow6 (ex-gwe-prt) which has 'TIME_UNITS days' and a total simulation time of 1 day (STEADY-STATE), Regards |
Hi @tandreasr I see now. This is certainly a bug. Really I think we shouldn't allow releases outside the bounds of tdis, but currently there is no such check..
Yes, if the Thanks for raising this. |
Hi @wpbonelli, |
Hi @tandreasr the time unit in the (from the example notebook) |
Hi @wpbonelli, |
Mentioned in the discussion in #2125, skip release times before simulation start, and after simulation end if no extended tracking.
Hi,
I've got another issue regarding the time units used / expected inside PRP package input / output.
Some entries of the PRP file do ignore the setting made in TDIS.
For example with TDIS entry 'TIME_UNITS days'
The following PRP entries do still seem to use seconds instead:
'BEGIN RELEASETIMES' ... 'END RELEASETIMES'
And the results (CSV as well as binary) do output seconds as well for columns
'TRELEASE' & 'T'
The RELEASE_TIME_FREQUENCY however already uses days.
Best regards
Andreas
The text was updated successfully, but these errors were encountered: