mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Add some thoughts on the chemistry parameters
parent
e5bbf2d7f5
commit
cf592a8100
@ -67,6 +67,15 @@ diffusion_setup <- list(
|
||||
|
||||
## Chemistry
|
||||
|
||||
I think we need to refactor the list of inputs. Maybe we should move the hook
|
||||
functions into a separate input file and evaluete them at runtime.
|
||||
|
||||
Instead of preprocessing them, my suggestion is to output a template file,
|
||||
defining all species and allowing the user to adjust significant digits for DHT
|
||||
and Interpolation keys.
|
||||
|
||||
For the hook functions, I don't have a good idea right now.
|
||||
|
||||
```r
|
||||
chemistry_setup <- list(
|
||||
dht_species = numeric(), # optional: Named vector with species to use with significant digits for DHT key rounding
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user