Click here to donate to keep PhreeqcUsers open
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
PHREEQC basics
»
A problem with ADVECTION modeling
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: A problem with ADVECTION modeling (Read 419 times)
MichaelZ20
Top Contributor
Posts: 102
A problem with ADVECTION modeling
«
on:
November 27, 2021, 04:42:05 PM »
Hi David!
The attached file that I successfully run two years before now gives the following warning
"WARNING: Cell number for punch is out of range, -100. Request ignored".
What is wrong?
Logged
MichaelZ20
Top Contributor
Posts: 102
Re: A problem with ADVECTION modeling
«
Reply #1 on:
November 27, 2021, 09:14:33 PM »
I have found a reason. The hyphen stopped being applicable in -punch_cells in the ADVECTION block, the comma only. This is not described in the manual.
If all the cells are needed, the line -punch_cells should merely be omitted.
The question is why do we need the ADVECTION at all , when it is possible to set the nil dispersivity in the TRANSPORT block.
«
Last Edit: November 27, 2021, 09:19:21 PM by MichaelZ20
»
Logged
dlparkhurst
Top Contributor
Posts: 2738
Re: A problem with ADVECTION modeling
«
Reply #2 on:
November 27, 2021, 09:47:39 PM »
Yes, a bug crept into one of the more recent versions related to ranges ("1-100") for -print_cells and -punch_cells in ADVECTION. You are right, if you want to punch all the cells, simply omit -punch_cells. If you want a selection, then you will have to list the cells one by one. "5 10 15 ...", which is probably too much work except for punching a few cells.
The bug will be fixed in the next release, but no promises on when that will be.
In the 1995 version, TRANSPORT only allowed advection. In 1999, TRANSPORT was revised to have the full advection-dispersion capabilities, but for backward compatibility (sort of), the original 1995 TRANSPORT was moved to ADVECTION. ADVECTION has few options and can be used to test hypotheses quickly. However, the same calculations can be performed with 0 for dispersivities and 0 for diffusion coefficient in the current TRANSPORT.
Logged
MichaelZ20
Top Contributor
Posts: 102
Re: A problem with ADVECTION modeling
«
Reply #3 on:
November 28, 2021, 06:37:55 AM »
David, thank you for the explanation!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Beginners
»
PHREEQC basics
»
A problem with ADVECTION modeling