ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Method Article
Revised

How to put plant root uptake into a soil water flow model

[version 2; peer review: 2 approved, 1 approved with reservations]
PUBLISHED 08 Aug 2022
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Agriculture, Food and Nutrition gateway.

This article is included in the Plant Science gateway.

Abstract

The need for improved crop water use efficiency calls for flexible modeling platforms to implement new ideas in plant root uptake and its regulation mechanisms. This paper documents the details of modifying a soil infiltration and redistribution model to include (a) dynamic root growth, (b) non-uniform root distribution and water uptake, (c) the effect of water stress on plant water uptake, and (d) soil evaporation. The paper also demonstrates strategies of using the modified model to simulate soil water dynamics and plant transpiration considering different sensitivity of plants to soil dryness and different mechanisms of root water uptake. In particular, the flexibility of simulating various degrees of compensated uptake (whereby plants tend to maintain potential transpiration under mild water stress) is emphasized. The paper also describes how to estimate unknown root distribution and rooting depth parameters by the use of a simulation-based searching method. The full documentation of the computer code will allow further applications and new development.

Keywords

Computer simulation, Richards’ equation, Root growth, Soil water balance, Transpiration, Uptake compensation, Water stress

Revised Amendments from Version 1

The major differences between this version of the article and the previously published version are reflected in (1) an update of Figure, (2) the addition of a sink term for root water uptake in all governing equations, including a further discussion of the contents related to the sink term, and (3) minor changes to correct a few typos and update on literature citations.

See the author's detailed response to the review by Hirotaka Saito
See the author's detailed response to the review by Jun Fan
See the author's detailed response to the review by Brijesh K Yadav

Introduction

Increased biomass and yield of agricultural crops hinges on improved efficiency of root water uptake1,2. Biophysical mechanisms responsible for the improved uptake efficiency in turn rely on linkages between plant physiological processes and the physics of soil water movement; the development of the latter has been well illustrated in 3,4 and 5. Research literature in this and closely related areas has been profound in past decades, though roughly two categories of approach can be identified: one that is mechanistic and one that is phenomenological in nature. The mechanistic approach has improved our understanding of the soil-root interactions by identifying major resistances and driving forces of water flow from soil to roots3,4, as well as the scale-dependent interactions and geometry among soil organisms responsible for water and nutrient uptake6,7. Yet effective mechanistic modeling needs a large amount of empirical data support, which can not always be met due to various factors constraining research activities. On the other hand, an intuitive, phenomenological approach can be implemented with less empirical data support. Examples of this latter approach may include constraining root water uptake capacity by soil water potential8, by root length distribution911, and through additional modifications of the root uptake sensitivity to local soil water potential and root density1216, which allows compensated uptake to maintain potential transpiration17,18.

One of the major goals of agronomic management for increased water use efficiency is to channel water loss through transpiration19. This to some extent can be aided by the compensated root uptake, which has been implemented in software such as HYDRUS (http://www.pc-progress.com/en/Default.aspx?hydrus-1d) through the use of a threshold root uptake adaptation factor, whereby reduced water uptake in water-stressed parts of the root zone is fully compensated for by increased uptake in other soil regions where water is available20.

However, root water uptake compensation has been implemented in different studies using different models, which naturally calls for the flexibility of implementation of various forms of the compensation mechanism in root uptake studies. The first objective of this paper is to show that this flexibility can be obtained by using a water flow model extended from an original model as described in 5. This extended model was used in generating numerical solutions of water flow problems in 16.

The second objective of this paper is to provide a tool for quantifying plant water uptake under conditions where information of root depth and distribution pattern is not known. This is relevant to agricultural applications as fine root information remains difficult to obtain despite the progress made in advanced underground sensing21. We take advantage of inverse modeling, similar to 22 and 10, to find optimal solutions of unknown root parameters based on good measurement of soil water content, which can be obtained through the use of various soil moisture sensors. Despite excellent documentation of the methods for solving the soil water flow equations relevant to agricultural water management3,5, the author has not seen a paper documenting the details of how to put the root uptake component into a soil water flow model, as well as providing the details of a search-based optimization procedure for root parameter estimation. This article provides a further documentation of the methods as used in 16, with the focus of highlighting details related to the computer implementation of the numerical methods.

Methods

Implementation

The one dimensional Richards equation of soil water flow in a vegetated soil in the vertical direction can be written as

cht=z[Khz]KzS(z,t),(1)

where h is water pressure head / soil matric potential (m), t is time (s), z space (m, positive downward and soil surface as zero), K hydraulic conductivity (m/s), and c=θh soil water capacity, and S(z,t) the rate of plant root water uptake at location and time. The reason why there is a negative sign in Equation 1 is that, when we take the space derivative for the gravity potential head z, namely, in ∂z/∂z, the value in the numerator changes in the opposite direction as that in the denominator: gravity head always decreases downwards but our chosen space z increases downwards.

Equation 1 can be solved using the implicit finite difference method as described by 5. Here is a summary of key points with a few intuitive comments. Let’s for now assume surface fluxes as precipitation, irrigation, or surface evaporation. As Equation 1 considers soil water dynamics both in space (vertical axis) and time, we need to properly discretize the equation considering both space and time, in order to solve it numerically. Here we let all h’s that take space derivatives be approximated using values at the old (t) or the new time (t +1), but let K’s be approximated in old time (t). All other variables not taking partial derivatives are to be approximated in the old time. Assume the vertical axis is equally divided by Δz, to approximate Equation 1 at z = zi and tn+1 = tnt, we have the following formula to use:

ci,t(hihi,t)Δt=Ki+0.5,t(hi+1hi)(Δz)2Ki0.5,t(hihi1)(Δz)2(Ki+0.5,tKi0.5,t)ΔzSi,t,(2)

where Si,t refers to the root water uptake occurring at the ith block at current time t. In 16, Si,t was calculated as

Si,t=α(hi,t)Tt(β+1)(1zi/Lt)β86400000Lt,(3)

where α(hi,t) (dimensionless) is the reduction factor of root uptake as a function of soil water potential at location i and time t, Tt and Lt are potential transpiration (mm/day) and root depth (m) at time t, zi is the vertical coordinate (m), and β is an empirical factor determining vertical distribution of root length density according to 12. The factor of 86400000 was used to ensure the unit of Si,t is second-1 (there are 86400 seconds in one day and one meter is equivalent to 1000 mm).

In Equation 2, soil matric potential at the new time (t+1) is indicated using a star as superscript. One interesting aspect of Equation 2 is that the space index for K is shifted to the upper edge of each of the blocks, while the index of h or θ is located at the center of the blocks (Figure 1). This is the characteristic of the block-centered finite difference scheme and it will enable the calculation of fluxes between two adjacent soil layers, or blocks, as seen in the right sub-figure of Figure 1, which is based on Figure 5–13 of Warrick’s book (on page 195). In Figure 1, we reinforce the idea that, similar to the situation of conductivity, K, the index for flux density also is located at the edge of the blocks. Intuitively, this makes sense, because in the head-based equation of soil water flow, K and J have the same unit (both are in m/s). As a result, we can compare the magnitude of K and J directly. For example, if the water conductivity of the surface soil is similar to the rate of precipitation, we can roughly say that all the rainwater would have time to fully infiltrate into the soil before ponding on the soil surface.

e53c8cb6-05b9-4f8d-97a9-ecbe15b5ab70_figure1.gif

Figure 1. Block-centered finite difference scheme for numerical solution of 1-D Richards equation with plant root water uptake.

(A). A profile of soil of zmax m deep is vertically divided into nz layers, each of which is Δz m thick. Each layer is considered as one block in the finite difference scheme and its center is marked by a solid black dot. Pressure heads (h) and water content (θ) of each of the blocks are indexed at the center while water conductivities (cond() or K) and fluxes (J)-shown as downward red arrows, which in reality may also go upward- are indexed at the top and bottom edges. The blue arrows indicate the fluxes of root water uptake, if any, from different blocks. Note for variables with two subscripts, the first one indicates the space coordinate while the second one the time coordinate. B. Highlight of one internal block. Modified based on Figure 5–13 of 5.

The terms of Equation 2 can be collected to form a tridiagonal system of linear equations, with the water potentials for the new time (starred) arranged at the left side and those for the old time on the right side of the equation. Then, terms for different space segments can be collected to form the following equation:

Aihi1+Bihi+Cihi+1=Di,i=1,,nz,(4)

which can be written in matrix form as

[B1C10000A2B2C2000000Anz1Bnz1Cnz10000AnzBnz]×[h1h2hnz1hnz]=[D1D2Dnz1Dnz.](5)

Equation 5 is called tridiagonal because, for the coefficients of the nz by nz square matrix, the elements are all zero except for those located along the three main diagonals. From Equation 5, we can see that A1 = Cnz = 0. Actually, values of the coefficients on the left side of Equation 5 should be determined considering the boundary conditions at the soil surface and at the bottom of the root zone. Equation 5 can be solved numerically using the Thomas algorithm (summarized in Table 5–6 of 5, page 191).

The complete coefficients of the tridiagonal system of the Richards’ equation without a root water uptake sink were summarized in Table 5–7 of 5 (page 194). When the root uptake is considered, as in Equation 2, it turns out that only the Di terms for various upper boundary conditions need to be changed, while other terms (i.e., Ai, Bi, and Ci) remain the same as in Table 5–7 of 5. Specifically, the Di terms for different nodes (or blocks as shown in Figure 1) with root water uptake are shown below:

  • For internal nodes (i=2, …, nz–1):

Di=ci,thi,tΔt(Ki+0.5,tKi0.5,t)ΔzSi,t.(6)

  • For upper node with J(0,t):

D1=c1,th1,tΔt(J(0,t)K1.5,t)ΔzS1,t.(7)

  • For upper node with h(0,t):

D1=c1,th1,tΔt(K1.5,tK0.5,t)Δz+K0.5,th(0,t)(Δz)2S1,t.(8)

  • For lower node with unit hydraulic gradient:

Dnz=cnz,thnz,tΔt(Knz,tKnz0.5,t)ΔzSnz,t.(9)

After pressure heads for the new time (h*’s) are computed using the Thomas algorithm, the flux of water between each pair of two neighboring blocks can be computed. However, to update the water content of the ith block, the following equation is used:

θi*θi,tΔt(Ji+0.5*Ji0.5*)ΔzΔtSi,t,i=1,,nz.(10)

To meet the requirement of mass balance, the water content of the ith block at the new time (θi*) is caused by (1) the original water content at the previous time step (θi,t), (2) the contribution from the adjacent upper block (+ΔtΔzJi0.5*) during the time step from the old time to the new time, (3) the contribution from the adjacent lower block (ΔtΔzJi+0.5*), and (4) the contribution due to plant water extraction (–ΔtSi,t). So, the water balance requires that

θi*θi,t+ΔtΔzJi0.5*ΔtΔzJi+0.5*ΔtSi,t=θi,tΔt(Ji+0.5*Ji0.5*)ΔzΔtSi,t,(11)

where i =1, …, nz. To understand why some terms are positive and others are negative in Equation 11, we need to keep in mind (1) the mass conservation of the ith block (see Figure 1B), and (2) our choice of the vertical axis (downwards positive). For example, if the flux across the lower edge of the ith block is upward in direction, i.e., Ji+0.5* is negative (because the upward direction is against our positive z axis), then the corresponding term in Equation 11 becomes positive. This is reasonable because an upward flux from the lower edge will add water to the ith block (again, see Figure 1B). Finally, the reason why there is a Δt in the sink term is that by multiplying Si,t with Δt, we get a soil water content (since the unit of Si,t is T–1).

Detailed solution procedures of the above model “Austere-Layered" (hereafter referred to as AL.f) are provided in 5. Here in order to let this soil water flow model simulate root uptake, the following new components have been added: (a) dynamic root growth, (b) non-uniform root distribution and water uptake, (c) effect of water stress on plant water uptake, and (d) soil evaporation. Following Warrick’s original model, the extended model (ALS.f) was also programmed using Fortran 77. See https://zenodo.org/record/42663. To facilitate further development, variables (array variables and non-array variables) used in the original program AL.f, as well the extended program ALS.f, are listed in 23 (in four tables). The subroutine SINK() in ALS.f encapsulates various options for root uptake mechanisms. Similar to some other external subroutines, such as THOMAS(), variables inside the subroutine are local, so that they are not listed in the tables of 23. In the following we document major changes made to the program ALS.f:

Modeling water flow in variably saturated soil

The model AL.f was modified to include the flux update scheme proposed by 24 and was applied in program a2&3.for of 5. The main idea is summarized in the following (variables referred to are included in ALS.f):

  • Assume we use the flux upper boundary condition (B_TYPE= 2). At each new time step, the old hydraulic conductivities and soil water capacities are used to find the needed coefficients for solving the tridiagonal system of equations. However, the surface flux is temporarily not considered (C2=0). Then, these coefficients are provided to the Thomas subroutine to find the updated pressure head (HSTAR). The trial soil water content at the new time (THETA) is found using the newly computed conductivities based on values of HSTAR as well as the surface flux.

  • The trial value of THETA is accepted only if the soil water content at a depth interval, or that for intervals immediately adjacent to this current depth interval, is unsaturated. In such a case, the soil water retention curve is used to update the new pressure head H based on the trial value of THETA.

  • Otherwise, the trial value of THETA is rejected, the value of HSTAR is accepted as the updated value for H, and the updated THETA is computed from the soil water retention curve based on HSTAR.

Testing different ending soil water potentials for optimal root uptake

Detailed information regarding the root uptake sink term is included in 23. In particular, Equation 1 of 23 illustrates the importance of four water pressure heads for root uptake: h1 marks the anaerobiosis point; h4 the pressure head at permanent wilting point, and h2 and h3 marks the range of pressure head for optimal root uptake (see Figure 3 of reference 16). Here we refer to h3 as the ending water potential for optimal uptake, because root uptake starts to reduce when the soil water potential becomes lower than this point. As different plants might have different sensitivity to a mild water stress, it is useful to test the model’s sensitivity to h3.

Following 14 and 25, h3 may be assumed as h31=11m for a slow transpiration of Tp1=1mm day1 and h32=5m for a fast transpiration of Tp2=5mm day1. We tested two more possibilities of the h3 values, namely, (h31,h32)=(14,8)m, and (h31,h32)=(16,10), for (Tp1,Tp2)=(1,5)mm day1. We also assumed that h3 changed in a linear fashion for intermediate transpiration rates between Tp1=1 and Tp2=5mm day1), using different h31 and h32 values:

h3=aTp+h31aTp1,(12)

where a=(h31h32)/(Tp1Tp2). This change is reflected in the new subroutine HTHREE, as shown in ALS.f. This (Equation 12) is another form of Equation 2 of 23 but with variable h31 and h32, as shown in Equation 6 of 16.

Testing different functions for root water uptake

The extended program ALS.f also allows for testing different root uptake functions with or without compensation mechanisms, such as those demonstrated in 14,15,26. In particular, in subroutine SINK(), the model of 12 is used when ICPS= 1; a function of 9 is used when ICPS= 3; and the compensation function of 14 (in combination with Wu’s function) is used when ICPS= 2. The normalized root density function (Lnrd) of 9 has four parameters:

Lnrd(zr)=R1+R2zr+R3zr2+R4zr3,(13)

where zr = z/Zr(t) is the normalized root density at time t with Zr(t) the maximum rooting depth (m) at time t. The coefficients R1 through R4 represent experimentally fitted values for wheat, with R1 = 2.21, R2 = -3.72, R3 = 3.46, and R4 = -1.87 according to 9. The compensation function of 14 and 15 at time t has the following form:

Si=αi2Lnrd,iλTpΔzii=1nαiLnrd,iλ,(14)

where Si is the actual water uptake from ith soil depth increment, αi is the reduction function for this ith depth increment, Lnrd,i the normalized root density function for the ith depth increment, Δzi the thickness (m) of the ith depth increment, and λ is a fitting parameter varying from 0.01 to 2.0 according to 14.

Details of simulation-based searching program

In order to cope with situations in which the information of rooting depth and root distribution pattern is unknown, the program ALS.f was converted into a subroutine and is callable by a searching main program, ALSS.f, which is available at https://zenodo.org/record/42702. This conversion was quite straight forward in Fortran 77 in that we only did three things: (a) we deleted parameters BETA and ZRMAX from the parameter listing; (b) we converted the program ALS.f from a main program to a subroutine using 2 input dummy variables BETA and ZRMAX and 7 output dummy variables; and (c) we let this subroutine be called multiple times using different values of true BETA and true ZRMAX from arrays BETAS() and ZRMAX() within the main program unit and made sure that only the values of selected 7 variables were returned to the main program but all the other information from within the subroutine ALS() is lost after each run.

Operation

The provided two Fortran programs, ALS.f and ALSS.f, can be run using one of the freely available compilers, such as g95 (http://www.g95.org/), gFortran under mingw-w64 (https://www.mingw-w64.org/), or gFortran under Cygwin (https://www.cygwin.com/), the latter of which mimics Unix commands on a Windows computer.

To run ALS.f and ALSS.f, the following input information is needed (see 23):

  • Soil physical properties and in particular soil water retention curve and saturated hydraulic conductivity. The exact format of data structure is shown in the supplementary data file ALS.DAT, which follows the template provided by 5. A method for predicting soil water retention curves based on easily measured soil texture and bulk density data is illustrated in 27.

  • Initial soil water content profile. This must be provided and put to exact format as shown in supplementary data file INITF.DAT, following the template provided by 5. The measured soil water content must be interpolated so that every depth increment of soil has a water content value in it. One method of data interpolation is outlined in 16 using routines provided in 28 and 29.

  • Measured terminating soil water content. This can be the measured soil water content on last day of simulation and must be entered in the format as shown in TERMF.DAT of 23. No interpolation is needed for this file.

  • Daily weather data. Daily evapo-transpiration rate, daily average air temperature, daily rainfall, relative humidity, as well as leaf area index, must be entered in data file WEA2.DAT in the order as shown in the data file. Daily leaf area index can be interpolated based on field measured values, as shown in 16.

There are four output files from ALS.f23:

  • OUTS.DAT – Mirrors output from AL.f of 5.

  • OUTS2.DAT – Daily soil water potential and water contents for interested soil depths.

  • INFS.DAT – Mirrors output from AL.f of 5.

  • WUE.DAT – Summary of daily cumulative water loss.

There are seven output files from ALSS.f. They provide the following information based on particular realization of combinations of root distribution shape factor BETAS and the maximum rooting depth ZRMAXS23:

  • ARD.DAT – Average relative discrepancy between measured and simulated soil water content throughout the simulation period.

  • C_AEVA.DAT – Cumulative soil evaporation throughout the simulation period.

  • C_ATRA.DAT – Cumulative transpiration throughout the simulation period.

  • WBELOW.DAT – Amount of water to deep drainage out of the specified root zone. This was inherited from AL.f

  • WADD.DAT – Amount of water added to the system. This was also inherited from AL.f

  • BIGI.DAT – Cumulative infiltration. This was also inherited from AL.f

  • PCTDIF.DAT – Percent difference in water balance, defined in 5 as (BIGI-WADD)/WADD*100.

The main difference between the output files of ALS.f and those of ALSS.f is that the outputs from the former are a summary of water balance from the simulation of soil water balance based on one set of root parameters (rooting depth and shape factors), while those from the latter (ALSS.f) contain the simulation outcomes using many sets of root parameters (see next section for further details).

Use cases

Programs ALS.f and ALSS.f in their current forms were customized to simulate the soil water dynamics for 111 days from May 14 to September 1, 2009 in a mixed-grass prairie ecosystem16. The model was also applied to simulate soil water dynamics of a same grassland under long-term heavy grazing by cattle30. This is reflected both in the programs and the input data files. To use the model in other locations and other durations, appropriate changes must be made both in a few parameters of the programs and input data files. The two potential uses of the programs are outlined in the following:

  • If root distribution parameter BETA and maximum rooting depth ZRMAX are known, then program ALS.f may be used to simulate soil water dynamics with root uptake. Make sure to provide updated values for the major parameter values, such as JMATUR (Julian day number of growth maturity), JTHAW (Julian day number of growth initiation), BETA, and ZRMAX.

  • If root distribution parameter BETA and maximum rooting depth ZRMAX are unknown, then it is recommended to first use ALSS.f to find the optimal values for BETA and ZRMAX before using ALS.f to simulate soil water dynamics. Before running ALSS.f, three things must be done:

    • 1. Check to see if the current value of h3 (see Equation 1 of 23) is correct by changing, if necessary, the value of parameter IHTH (current default value is set to 1, meaning (h31,h32)=(11,5)). See the preamble of subroutine SINK() for two other options.

    • 2. Check to see if the parameter of ICPSN is correctly specified. Currently, the default value is 1, meaning to use Ojha’s compensation function. Setting the value of ICPSN to 2 will switch to Li-Yadav’s compensation function, and a value of 3 will invoke Wu’s uptake function (without compensation).

    • 3. Check the nested DO LOOPs structure to adjust the admissible values for index variable II (currently it is set to have 16 different values for BETA) and JJ (currently it is set to have 22 different values for ZRMAX). At the same time, the following lines in the main program of ALSS.f must be changed to be compatible with the range of index values in the nested DO LOOPS.

      
      BETAS(1)=0.5
      DO I=1,15
        BETAS(I+1)=BETAS(I)+0.25
      END DO
      
      ZRMAXS(1)=0.75
      DO I=1,21
        ZRMAXS(I+1)=ZRMAXS(I)+0.05
      END DO

  • Finally, it is recommended to put both the program files and the required input data files in the same folder before running the programs.

Summary

While plant root water uptake has been implemented in commercial software packages, very few researchers have found the time to document important details of how root uptake can be included in a soil water flow model. This paper tries to fill this knowledge gap by using a simple computer program aided with sample input data sets. Specifically, we modified and extended a soil water flow model of 5 to include plant root water uptake capability. We showed that the extended program has the flexibility of considering different sensitivity of root uptake, as well as different water uptake mechanisms. We also modified the model to search for optimal root parameters based on measured soil water content data. This is relevant for new application in that field data of root development usually is expensive and sometimes difficult to obtain, and the utilization of a searching-based modeling approach will help to identify root parameters for improved water balance characterization, which in turn may help to identify ways to improve crop water use efficiency under field conditions. No menu-driven user interface is provided but the author believes that, under some circumstances of knowledge discovery, it is more efficient to work directly with a well-structured computer program, such as the one described in this paper, than relying on a packaged one.

Data availability

Underlying data

No data are associated with this article

Extended data

Three supplemental data files available from: https://doi.org/10.5281/zenodo.6958793

  • - Supplementary material 1. Definition of variables used in the computer programs ALS.f.

This file contains four tables documenting the variables used in AL.f (Supplementary Tables 1 and 3) and those added in ALS.f (Supplementary Tables 2 and 4).

  • - Supplementary material 2. More details about the root uptake term.

This file documents details of the water uptake term as used in the extended Fortran program ALS.f. It is useful for those who are curious about how the water extraction term is specified in the model

  • - Supplementary material 3. Data files for ALS.f and ALSS.f.

This includes (a) four input data files common to ALS.f and ALSS.f, (b) four Output files from ALS.f (OUTS.DAT, OUTS2.DAT, INFS.DAT, WUE.DAT), (c) seven output files from ALSS.f (ARD.DAT, C_AEVA.DAT, C_ATRA.DAT, WBELOW.DAT, WADD.DAT, BIGI.DAT, PCTDIF.DAT).

Data are available under the terms of the Creative Commons Attribution 4.0 International license (CC-BY 4.0).

Software availability

ALS.f is available from: https://zenodo.org/record/42663

ALSS.f is available from: https://zenodo.org/record/42702

ALS.f archived source code as at the time of publication: http://dx.doi.org/10.5281/zenodo.4266331

ALSS.f archived source code as at the time of publication: http://dx.doi.org/10.5281/zenodo.4270232

License: Academic free license ("AFL") v.3.0 http://opensource.org/licenses/afl-3.0.php

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 08 Jan 2016
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Dong X. How to put plant root uptake into a soil water flow model [version 2; peer review: 2 approved, 1 approved with reservations]. F1000Research 2022, 5:43 (https://doi.org/10.12688/f1000research.7686.2)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 08 Jan 2016
Views
22
Cite
Reviewer Report 11 Nov 2016
Hirotaka Saito, Graduate School of Agriculture, Tokyo University of Agriculture and Technology, Fuchu, Japan 
Approved
VIEWS 22
The article entitled "How to put plant root uptake into a soil water flow model" by Dong is in general well written and technically sound. However when I read this manuscript, I just found it a bit difficult to read ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Saito H. Reviewer Report For: How to put plant root uptake into a soil water flow model [version 2; peer review: 2 approved, 1 approved with reservations]. F1000Research 2022, 5:43 (https://doi.org/10.5256/f1000research.8276.r16853)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thanks for the encouraging comments; your suggestions are accepted. I inspected references #14 and #15 and made corrections about the source of Eqn (14). In this case, I think both ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thanks for the encouraging comments; your suggestions are accepted. I inspected references #14 and #15 and made corrections about the source of Eqn (14). In this case, I think both ... Continue reading
Views
23
Cite
Reviewer Report 24 Oct 2016
Jun Fan, Institute of Soil and Water Conservation, Northwest A&F University, Yangling, China 
Approved with Reservations
VIEWS 23
It is an interesting topic and the text is well written but it is requested some program experience. It is a technical report not fully a scientific paper. It gave sufficient detail information about this model and also some relative programs. If ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Fan J. Reviewer Report For: How to put plant root uptake into a soil water flow model [version 2; peer review: 2 approved, 1 approved with reservations]. F1000Research 2022, 5:43 (https://doi.org/10.5256/f1000research.8276.r11894)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thanks for the insightful comments! Yes, I agree it is not a typical research paper, but one documenting methodical details of a previously published paper. The dynamics of root and ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thanks for the insightful comments! Yes, I agree it is not a typical research paper, but one documenting methodical details of a previously published paper. The dynamics of root and ... Continue reading
Views
40
Cite
Reviewer Report 04 Feb 2016
Brijesh K Yadav, Department of Hydrology, Indian Institute of Technology Roorkee, Roorkee, India 
Approved
VIEWS 40
The text is nicely written and I have few minor comments as described below.

Some references order is not cited correctly. For example the compensation function in equation 7 is proposed by "15" instead of the cited reference is number "14". ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Yadav BK. Reviewer Report For: How to put plant root uptake into a soil water flow model [version 2; peer review: 2 approved, 1 approved with reservations]. F1000Research 2022, 5:43 (https://doi.org/10.5256/f1000research.8276.r11896)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thank you for the interesting comments! This paper attempts to provide a further documentation to an earlier paper by Dong et al. (Plant and Soil, 335:181-198, 2010). The focus is ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 07 Sep 2022
    Xuejun Dong, North Dakota State University, Central Grassland Research Extension Center, Streeter, USA
    07 Sep 2022
    Author Response
    Thank you for the interesting comments! This paper attempts to provide a further documentation to an earlier paper by Dong et al. (Plant and Soil, 335:181-198, 2010). The focus is ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 08 Jan 2016
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.