Changes between Version 31 and Version 32 of DevelopmentActivities/MergeOCN/Vuichard


Ignore:
Timestamp:
2014-02-06T15:35:41+01:00 (10 years ago)
Author:
nvuilsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN/Vuichard

    v31 v32  
    112112 This means that the value stored in soil_n_min(:,:,iammonium) corresponds to the total N of both [NH4+] and [NH3]. This makes sense to my opinion, but I wonder if one should not account for this partitioning between [NH4+] and [NH3] in other processes. To check. 
    113113  4. The X value should relate to [NH3]/[NH4+] but to my opinion the X value used in the equation in OCN corresponds to [NH4+]/[NH3]. Is this a bug ? 
    114   
     114 In conclusion, I propose the formulation 
     115{{{ 
     116     frac_nh3(:) = 10.0**(pH(:)-pk_NH4) / (1. + 10.0**(pH(:)-pk_NH4))  
     117}}} 
    115118 
    116119 
    117120 
    118