Yes.
> Besides, I have two more technical problems:
> 1. If I want to assign part of organic fertilizers (plant residues) as
> AOM3 in Daisy, how can I do? By changing which part of code?
Are you talking about residues from the crop growing on the field, or
plant residues applied as organic fertilizer?
For the applied fertilizer, see the "slurry" parameterization in
"fertilizer.dai".
For the crop, see for example the file "grass.dai", where the om pools
are defined individually for each part of the crop.
The "slurry" definition assigns 10% of the fertilizer to AOM3, because
the "initial_fraction" parameters for AOM1 and AOM2 sums up to 90%.
> 2. How can I define the size of "Buffer"?
> For example, if I have the AOM pools as follows:
>
> (om ((C_per_N 90 [(g C/cm^3)/(g N/cm^3)])
> (efficiency 0.5 0.5 [])
> (fractions 0 0.8 0.2 [])
> (initial_fraction 0.8 [])
> (turnover_rate 0.0002 [h^-1]))
> ((efficiency 0.5 0.5 [])
> (fractions 0 1 0 [])
> (turnover_rate 0.002 [h^-1])))
>
> Can I say 80% of AOM1 is going to SMB2 pool and 20% of AOM1 is going
> to SOM buffer?
That is correct.