-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Implement F^N_leach
from (eq 18):
F^W_drainage
– existing daily drainage fraction,
- add f_N_leach to parameter file with sensible default
- new parameter (0–1) for fraction of
N_min
that can be leached
- new parameter (0–1) for fraction of
- Use same temp and moisture dependency functions (D_[temp|water]) as RH
- Subtract F^N_leach from N_min
- Write F^N_leach to sipnet.out
- Unit tests: F^N_leach proportional to N_min, f_N_leach, F^W_drainage
- I suspect this should only take a day to test