Registrations currently disabled due to excessive spam. Please email phreeqcusers at gmail.com to request an account.
Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
BASIC functions
»
NH3-N instead of N as input
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: NH3-N instead of N as input (Read 4953 times)
djb14128
Frequent Contributor
Posts: 19
NH3-N instead of N as input
«
on:
27/05/20 12:38 »
Hi,
Is there a way for me to input a value for NH3-N instead of just N?
Kind regards,
djb14128
Logged
Pak
Top Contributor
Posts: 100
Re: NH3-N instead of N as input
«
Reply #1 on:
27/05/20 14:00 »
I am not sure what is the state of NH3-N, I mean it is a gas or an aqueous species. If it is the first look at phases in the manual, if it is the second look at solution_master_species. In both cases look always under the decription of data input.
«
Last Edit: 27/05/20 14:04 by Pak
»
Logged
dlparkhurst
Global Moderator
Posts: 4222
Re: NH3-N instead of N as input
«
Reply #2 on:
27/05/20 16:25 »
The following would produce about 1 mmol/kgw of NH3.
Code:
[Select]
SOLUTION
N(-3) 17 as NH3
Alternatively, you could also change SOLUTION_MASTER_SPECIES in the database or the input file:
Code:
[Select]
SOLUTION_MASTER_SPECIES
#N(-3)
NH4+
0
N
N(-3)
NH4+
0
NH3
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Beginners
»
BASIC functions
»
NH3-N instead of N as input