Changes between Version 72 and Version 73 of DevelopmentActivities/MergeOCN/Vuichard


Ignore:
Timestamp:
2014-03-17T09:43:34+01:00 (10 years ago)
Author:
bguenet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN/Vuichard

    v72 v73  
    154154 
    15515522. '''N uptake by plants''' (2). In eq. 8 of SM of Zaehle et al. (2010) I think there is an error. It should not be (Nmin X KNmin) but (Nmin + KNmin). The source code of OCN is correct (see [source:branches/orchidee-N/ORCHIDEE/src_stomate/stomate_soilcarbon.f90@19#L897 here]). 
     156 
     157 
     158> B. Guenet [[BR]] 
     159> I agree it is based on Michaelis Menten equation. 
    156160 
    15716123. '''Loss of NH4 due to volatilisation of NH3'''. See Li et al. 1992, JGR, Table 4. It's used the current dissociation of [NH3] to [NH4+] (see Table 4 and Appendix A of Zhang et al. 2002): 
     
    179183 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. 
    180184  d. 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 ? 
     185> B. Guenet [[BR]] 
     186> I do not understand it this way for me X is [NH3]/[NH4+] in OCN. 
     187 
    181188 In conclusion, I propose the formulation 
    182189{{{ 
    183190frac_nh3(:) = 10.0**(pH(:)-pk_NH4) / (1. + 10.0**(pH(:)-pk_NH4))  
    184191}}} 
     192 
     193> B. Guenet [[BR]] 
     194> I agree formulation in Li et al and in OCN are a bit strange. But when calculating frac_nh3 I obtained: 
     195 
     196{{{ 
     197 
     198frac_nh3(:) = 10.0**(pk_NH4-pH(:)) / (1. + 10.0**(pk_NH4-pH(:)))  
     199}}} 
     200 
     201> We must check that together 
    185202 
    18620324. '''Reduction of the ammonia volatilization'''. See [source:branches/orchidee-N/ORCHIDEE/src_stomate/stomate_soilcarbon.f90@19#L953 here]. This seems a patch added to OCN in order to (as mentioned in OCN) reduced emissions at low concentration (problem of only one soil layer). This is not activated yet but it is kept as a comment. 
     
    212229d. The factor 2 [source:branches/orchidee-N/ORCHIDEE/src_stomate/stomate_soilcarbon.f90@19#L805 here] related to point 8. 
    213230e. The factor 30 [source:branches/orchidee-N/ORCHIDEE/src_stomate/stomate_soilcarbon.f90@19#L809 here] related to point 9. 
    214 f.  
    215231 
    216232