Next Article in Journal
Belt and Road Initiative in Developing Countries: Lessons from Five Selected Countries in Africa
Previous Article in Journal
Long-Term Dynamics of Ecosystem Services and Their Influencing Factors in Ecologically Fragile Southwest China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of Water Carbon Fluxes and Emission Causes in Rice Paddies Using Two Tree-Based Ensemble Algorithms

1
School of Hydraulic and Ecological Engineering, Nanchang Institute of Technology, Nanchang 330099, China
2
Jiangxi Provincial Technology Innovation Center for Ecological Water Engineering in Poyang Lake Basin, Shangrao 334100, China
3
State Key Laboratory of Simulation and Regulation of Water Cycle in River Basin, China Institute of Water Resources and Hydropower Research, Beijing 100038, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(16), 12333; https://doi.org/10.3390/su151612333
Submission received: 8 July 2023 / Revised: 30 July 2023 / Accepted: 3 August 2023 / Published: 13 August 2023

Abstract

:
Quantification of water carbon fluxes in rice paddies and analysis of their causes are essential for agricultural water management and carbon budgets. In this regard, two tree-based machine learning models, which are extreme gradient boosting (XGBoost) and random forest (RF), were constructed to predict evapotranspiration (ET), net ecosystem carbon exchange (NEE), and methane flux (FCH4) in seven rice paddy sites. During the training process, the k-fold cross-validation algorithm by splitting the available data into multiple subsets or folds to avoid overfitting, and the XGBoost model was used to assess the importance of input factors. When predicting ET, the XGBoost model outperformed the RF model at all sites. Solar radiation was the most important input to ET predictions. Except for the KR-CRK site, the prediction for NEE was that the XGBoost models also performed better in the other six sites, and the root mean square error decreased by 0.90–11.21% compared to the RF models. Among all sites (except for the absence of net radiation (NETRAD) data at the JP-Mse site), NETRAD and normalized difference vegetation index (NDVI) performed well for predicting NEE. Air temperature, soil water content (SWC), and longwave radiation were particularly important at individual sites. Similarly, the XGBoost model was more capable of predicting FCH4 than the RF model, except for the IT-Cas site. FCH4 sensitivity to input factors varied from site to site. SWC, ecosystem respiration, NDVI, and soil temperature were important for FCH4 prediction. It is proposed to use the XGBoost model to model water carbon fluxes in rice paddies.

1. Introduction

Rice is a major staple crop that feeds over 50% of the world’s population. Planting rice requires many freshwater resources, coupled with increased demand from other competitive sectors and expanding sectors, which means better agricultural water management for rice. Evapotranspiration (ET) is the main component of water consumption in rice paddies. Therefore, accurate estimation of ET is essential for rice water management, which helps formulate and evaluate water-saving strategies and enhances the understanding of the rice water cycle [1,2,3]. In addition to the rice paddy water cycle, the carbon cycle is significant for maintaining the health and sustainable development of the rice paddy ecosystem [4]. Continuous measurement of net ecosystem CO2 exchange (NEE) in rice paddy helps determine the source and sink status of the rice paddy ecosystem and analyze the temporal variation of carbon exchange [5]. Methane (CH4) is the second largest radiatively forced greenhouse gas after CO2 [6]. Rice paddies will cause an anaerobic soil environment under long-term flooding conditions. Organic matter, such as primary carbon and plant residues in the soil, is gradually decomposed into soluble organic matter utilized by methanogens. Methane is produced by acetic acid fermentation or hydrogen/carbon dioxide reduction. Thus, rice paddies are considered to be one of the main CH4 sources of the atmosphere [7,8,9,10]. In order to better understand the water and carbon cycle in rice paddies, it is important to conduct field studies to measure these water and carbon fluxes.
The eddy covariance technique [11] has been extensively used for the continuous measurements of evapotranspiration (ET) [12,13,14], net ecosystem carbon exchange (NEE) [15], and methane flux (FCH4) [16,17]. This technique can provide nearly continuous measurements on the ecosystem scale without interfering with the gas exchange process between the terrestrial ecosystem and the atmosphere, thus becoming a means of measuring trace gas exchange. However, it has limitations that come from the high costs of installation and maintenance. Building more sites to observe these water and carbon fluxes is very complicated, laborious, and not sustainable. On the one hand, these instruments need calibration and servicing and are inconvenient to maintain in the field. On the other hand, the life and performance of the instrument can also be affected by some unstable factors, such as weather conditions, environmental factors, and interference from animals and insects. These aspects affect the sustainability of the measurement instruments. To address these issues and make measuring ET, NEE, and FCH4 sustainable, other ways are needed to quantify these water-carbon fluxes. Alternative machine learning algorithms for predicting these water and carbon fluxes are support vector machine (SVM) [18,19,20,21] and artificial neural network (ANN) [22,23,24]. Apart from accurately predicting these water and carbon fluxes, it is also necessary to understand the environmental driving factors of water and carbon fluxes in rice paddies. ET, NEE, and FCH4 nonlinearly rely on multiple driving factors, such as air temperature, soil temperature, soil water content, air pressure, radiation, etc. Understanding their key factors can also provide information for subsequent lifting algorithms.
In this study, we used the XGBoost and RF models to analyze seven rice paddy sites. The objective of this study is (1) to compare the predictive performance of ET, NEE, and FCH4 for the two models; (2) to analyze the importance of input factors of ET, NEE, and FCH4; and (3) to provide further information for subsequent water carbon flux predictions in rice paddies.

2. Materials and Methods

2.1. Site Data

Seven rice paddy sites were selected from Version 1 of the FLUXNET-CH4 database (Table 1, Figure 1) [17]. In this study, two tree-based machine learning models (XGBoost and RF) were used to predict ET, NEE, and FCH4 in rice paddies. The input factors are shown in Table 2, Table 3 and Table 4 respectively. When soil water content (SWC) and soil temperature (TS) have more than one observation depth, the mean value of SWC is taken into the model, and TS selects the depth with the highest statistical correlation with the predictors. The most used input factors in predicting FCH4 include air temperature (TA), incoming shortwave radiation (SW_IN), outgoing longwave radiation (LW_OUT), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), wind direction (WD), SWC, friction velocity (USTAR), net radiation (NETRAD), ecosystem respiration (RECO), sensible heat turbulent flux (H), gross primary productivity (GPP), soil heat flux (G), TS, normalized difference vegetation index (NDVI), latent heat turbulent flux (LE), NEE, and the temperature difference between the previous day and the current day (DeltaTA).

2.2. Extreme Gradient Boosting (XGBoost)

The XGBoost model is a machine-learning algorithm implemented in a gradient-boosting framework. The integration algorithm summarizes the modeling results of the sum of all the weak learners (classification and regression tree, CART). The XGBoost model adopts the training method of continuous accumulation of multiple weak learners to optimize the objective function; that is, the XGBoost model builds one CART at a time, and the newly established CART score will be accumulated with all previous CART scores. The t-th objective (O(t)) function of the model can be expressed as follows:
O t = i = 1 n l ( y i , y ^ i t 1 + f t ( x i ) ) + Ω ( f t ) + C
where l is the loss term of the t-th CART, C is a constant term, and Ω (ft) is the regularization term of the model, defined as:
Ω f t = γ T t + λ 1 2 j = 1 T w j 2
where γ and λ are customization parameters. In general, the larger these two values are, the simpler the tree structure will be. Then, the problems of over-fitting may be effectively solved. Taking a second-order Taylor expansion with Equation (1), it can be written as follows:
O t = i = 1 n l ( y i , y ^ i t 1 + g i f t x i + 1 2 h i f t 2 ( x i ) ) + Ω f t + C
where g is the first derivative, and h is the second derivative. They can be described as:
g i = y ^ i t 1 ·   l y i , y ^ i t 1
h i = y ^ i t 1 2 ·   l y i , y ^ i t 1
Substituting (2), (4), and (5) into (3) and taking the derivative, the solutions can then be obtained from (6) and (7):
w j * = g i h i + λ
O * = 1 2 j = 1 T g i 2 h i + λ + γ T
The XGBoost model has the advantages of high computational efficiency and high accuracy. More details about the XGBoost model can be found in Chen et al. [25].

2.3. Random Forest (RF)

RF is an ensemble algorithm proposed by Breiman [26]. RF consists of multiple classification and regression trees (CART), and the average of these tree prediction results is the final prediction result. RF model has various advantages: (1) it can handle very high-dimensional data (that is, data with numerous features) and need no feature selection; (2) it can detect the interaction and importance of input factors; (3) it can be easily parallelized because trees are independent of each other during training; and, (4) it has high accuracy and can obtain good accuracy for the missing data problem.
In this study, a k-fold testing approach was applied to assess the performances of XGBoost and RF models. The complete data set is divided into 5 parts, with 4 parts for training and 1 part for testing. Further, the importance of the input factors of each predictor is calculated by the XGBoost model. The gain represents the fractional contribution of each factor to the model based on the total gain of this factor’s splits. A higher percentage means a more important predictive feature.

2.4. Statistical Evaluation

The statistical indicators used in this study include root mean square error (RMSE), coefficient of determination (R2), mean absolute error (MAE), mean bias error (MBE), and global relative indicator (GRI), which are expressed as:
R M S E = i = 1 n Y i , o Y i , p 2 n  
R 2 = i = 1 n Y i , o Y ¯ o Y i , p Y ¯ p 2 i = 1 n Y i , o Y ¯ o 2 i = 1 n Y i , p Y ¯ p 2
M A E = 1 n i = 1 n Y i , o Y i , p
M B E = 1 n i = 1 n Y i , o Y i , p
G R I = j = 1 4 α j Y i , j g j , m i n g j , m a x g j , m i n
where Y i , o , Y i , p , Y ¯ o , and Y ¯ p are the observed and predicted factors, and the mean values of the observed and predicted factors, respectively; n is the number of observations; α j is a coefficient, which equals to 1 for RMSE, MAE, and MBE, and −1 for R2; g j , m a x and g j , m i n represents the maximum and minimum of j, respectively; Y i , j is the scaled value of j. The models with a lower GRI value indicated higher accuracy.

3. Results

3.1. Models Performance and Driving Factors of ET Prediction

The statistical result of the two machine learning models for predicting half-hour ET at different sites is provided in Table 5. The GRI of the XGBoost models was smaller than that of the RF models. In addition, the XGBoost models showed higher R2 and lower RMSE and MAE as compared to the RF models, with RMSE ranging 0.0187~0.0314 mm hr−1, R2 ranging 0.8671~0.9377, and MAE ranging 0.0110~0.0169 mm hr−1 for XGBoost, RMSE ranging 0.0207~0.0325 mm hr−1, R2 ranging 0.8583~0.9240, and MAE ranging 0.0121~0.0198 mm hr−1 for RF, respectively. At the same time, the MBEs of the two models were almost close to zero.
The scatter plots of ET observed values and the values predicted by the two machine learning models are shown in Figure 2. Figure 2 shows that many points in the two models were located above and below the 1:1 line. The correlation between the observed and predicted values of the XGBoost models was slightly better than those of the RF models. The R2 values of the XGBoost and RF model reached the maximum at IT-Cas sites, which were 0.9338 and 0.9240, respectively.
It is of great significance to analyze the sensitivity of rice paddy ET to input factors for further understanding the impact of global climate change on rice paddy ET. The XGBoost model has the ability to evaluate the importance of predictors. Figure 3 shows the importance of different factors at different sites to ET through the XGBoost model (a higher value of gain implies greater importance). It can be seen from Figure 3 that SW is the most important factor for ET prediction at each site; the mean gain value is 0.6872. It is quite normal, after all, that solar radiation provides the energy needed for evapotranspiration. Except for SW, the gain values of other factors were less than 0.3. After averaging the gain of each site factor, the order was SW (0.6872), VPD (0.0989), TA (0.0611), NDVI (0.0470), SWC (0.0402), WS (0.0385), PA (0.0177), and DeltaTA (0.0150).

3.2. Models Performance and Driving Factors of NEE Prediction

The statistical result of the two machine learning models for predicting half-hour NEE at different sites is provided in Table 6. As seen in the table, except for KR-CRK and US-HRC sites, the XGBoost models showed higher R2 and lower RMSE and MAE as compared to the RF models. Only at the KR-CRK site was the GRI value of XGBoost larger than that of RF. Figure 4 shows the scatter plots of the observed and predicted NEE values based on the XGBoost and RF models. Both models made good predictions at most points, with R2 ranging from 0.7525~0.9668 for XGBoost, and 0.7548~0.9581 for RF. When the predicted value was small, there was an overestimation, and when the predicted value was large, there was an underestimation.
Figure 5 shows the importance of different factors at different sites to NEE through the XGBoost model (a higher value of gain implies greater importance). It can be seen from Figure 4 that except for the JP-Mse site NETRAD data missing, the gain of NETRAD at other sites exceeded 0.2, and the contribution of NETRAD to the prediction of NEE ranked top. After averaging the gain of these sites, the gain of NETRAD was 0.38, ranking first. Followed by NDVI (0.26), LW (0.15), and SWC (0.12), the rest of the factor gain values were less than 0.10. TA was important at only one site (IT-Cas).

3.3. Models Performance and Driving Factors of FCH4 Prediction

The statistical result of the two machine learning models for predicting half-hour FCH4 at different sites is provided in Table 7. Comparing the GRI values, the XGBoost models had better performance than RF models except for the IT-Cas and US-HRA sites. In the US-HRA site, the XGBoost model had lower RMSE and higher R2, but MAE and MBE were further away from 0 compared to the RF model. However, the RF model showed higher R2 and lower RMSE and MAE as compared to the XGBoost model in the IT-Cas site; only MBE performance was not good.
Figure 6 shows the scatter plots of observed and predicted FCH4 values based on XGBoost and RF models. The accuracy of both models was within the acceptable range, and the minimum R2 value was 0.6421. As seen in the figure, there were many sites with relatively serious underestimation, such as when the FCH4 observed at the US-Twt site exceeded 200 nmol m−2 s−1; the underestimation was obvious. However, there were still many points distributed on both sides of the 1:1 line.
Figure 7 showed the importance of different factors at different sites to FCH4 through the XGBoost model. The most important factors of the XGBoost model across all seven sites were SWC, NDVI, RECO, and TS; the average gain value exceeds 0.10. The gain of SWC exceeds 0.76 at two sites (US-HRA and US-HRC). It made a great contribution to the prediction of FCH4 at these sites. LW, NEE, and PA were useful for some, but not all, sites.

4. Discussion

4.1. Analysis of Influencing Factors of Evapotranspiration in Rice Paddies

Evapotranspiration (ET) plays a crucial role in water resource management in rice paddies. With the growth of data, computing power, and storage capacity, the utilization of machine learning models for predicting ET has gradually increased [27,28]. Agrawal et al. [29] found that the XGBoost model significantly enhances the performance in predicting Penman–Monteith reference evapotranspiration (ET0) compared with the RF model. Ge et al. [30] used the same models, XGBoost and RF, as this study did, based on three years of experimental data to predict crop evapotranspiration. The results revealed that XGBoost outperformed RF in predicting crop evapotranspiration, consistent with the findings of this study regarding XGBoost’s prediction of rice evapotranspiration. In addition, Ge et al. revealed the order of importance of input factors obtained from the XGBoost model. Similarly, this study used the XGBoost model to rank the importance of the input factors in predicting rice ET.
Previously, Liu et al. [31] indicated that radiation was the dominant factor for rice ET through multiple stepwise regression analyses. Ahmadi et al. [32] found that solar radiation was the most critical factor in California and all its climatic zones. They used eight factors (TA, SW, VPD, PA, WS, NDVI, SWC, and DeltaTA) as factors for rice ET modeling, except for the absence of SWC at the US-Twt site. From the results of the gain value obtained from the XGBoost model, radiation showed the most significant effect on ET. The decisive reason why these studies found that radiation plays such a large role in predicting evapotranspiration is that radiation provides the energy required for rice evapotranspiration [33].
In addition, Zhang et al. [34] also found that the influence of radiation was excellent; the second and third factors were VPD and TA. They found that VPD was significantly better than TA at JP-MSE and US-Twt sites, consistent with the previously mentioned studies, and while at IT-Cas sites, TA had better feature importance than VPD. The former may be due to the influence of rice during the growth process by rough irrigation and water supply. When the leaf surface is humid and the ambient temperature is high, a higher VPD usually occurs. In this case, the rice may need to release water more quickly to adapt to environmental conditions, resulting in larger evapotranspiration [35]. The latter is that the ET of the IT-CAS site was more sensitive to temperature than VPD, which may be due to the fact that the site has a lower temperature, resulting in a relatively small VPD. However, the significant change in temperature makes TA have a greater effect on rice evapotranspiration.
Except for SW, TA, and VPD, other factors were less important in predicting evapotranspiration in rice paddies. In some water-scarce areas, soil moisture was the dominant factor of evapotranspiration [36], while this paper studies the evapotranspiration of rice paddies, which maintains a certain height of water layer for a long time through irrigation during the planting process, so soil moisture performance was poor in this study.

4.2. Analysis of Influencing Factors of Net Ecosystem Carbon Exchange in Rice Paddies

The net ecosystem carbon exchange (NEE) is a critical parameter for quantifying the rice ecosystem and its contributions to climate change. Liu et al. [37] indicated that both the XGBoost and RF models were applicable machine learning algorithms for predicting ecosystem NEE. However, the XGBoost model had higher computational efficiency than the RF model. Among environmental input factors, NETRAD, SWC, and TS were the most important factors, while precipitation and WS were less important in predicting NEE. It was different with this study.
The feature importance of the seven sites is shown in Figure 5, and it can be seen that the input factor importance ranking is different among sites. However, both NETRAD and NDVI were in the top three for all sites (except for the absence of net radiation factor at the JP-MSE site). It showed that NETRAD and NDVI were important factors in predicting NEE in rice paddies. Safa et al. [23] indicated that the most effective inputs on the NEE were NETRAD and LAI for irrigated sites through sensitivity analysis, similar to our findings. The reason for this phenomenon is that NETRAD and NDVI, respectively, reflect the input of solar radiation energy and the degree of vegetation coverage.
Zhou et al. [38] indicated that SWC was one of the most important factors based on the RF model. However, in this study, SWC only performed better at the US-HRC site, ranking first. Five sites (no data available at the other site) showed a relatively moderate effect of SWC on the NEE at the half-hour time scale, which is similar to Xue et al. [39].
Temperature affects both photosynthesis and respiration, thus affecting NEE. Rice sensitivity to temperature varies in different regions. Too high or too low a temperature can affect the growth of rice. Among them, IT-Cas, JP-Mse, US-HRA, and US-HRC belong to humid subtropical climates, while KR-CRK, PH-RiF, and US-Twt have humid continental, tropical monsoon, and Mediterranean climates, respectively. Rice originates in tropical or subtropical regions, so in humid subtropical areas, the climate is warm and humid, which is very conducive to the growth of rice. However, in these humid subtropical regions, only the IT-Cas site was sensitive to temperature when predicting NEE, with a gain value of 0.3916. This may be due to the fact that the temperature at the IT-Cas site varied more than at other sites, ranging from −14.05 °C to 34.41 °C, resulting in NEE’s increased sensitivity to temperature.
Differences in geographical location and climatic conditions lead to different effects of LW on NEE in different regions. In this study, when modeling JP-Mse and KR-CRK, LW had the greatest impact, and the remaining sites had a smaller impact (except for two sites missing LW data). These two sites are located in East Asia. The range of LW at these two sites was 299.71–509.32 W m−2 and 196.94–517.96 W m−2, respectively. Compared with other sites, their LW variation span was larger. It was possible that this changing trend affected the growth of rice, and the respiration and photosynthesis of rice were also affected, which made the prediction of NEE more sensitive to LW.

4.3. Analysis of Influencing Factors of Methane Flux in Rice Paddies

Accurate prediction of methane flux (FCH4) for rice paddies is crucial for understanding the greenhouse gas budget of rice paddy ecosystems and achieving environmental sustainability. Wu et al. [40] identified the XGBoost model as the most suitable model with outstanding efficiency and accuracy for predicting FCH4. However, Wu et al. have not studied the environmental factors influencing FCH4 emissions. Understanding the causes of FCH4 emissions contributes to more sustainable agricultural development. This study investigated the ability of the XGBoost and RF models to predict FCH4 and its causes.
The importance of methane prediction input characteristics at each site is shown in Figure 7. The dominant factors of methane prediction were also changing with the location of the site. Among them, RECO performed best at IT-Cas and JP-Mse sites, while at the KR-CRK and US-Twt sites, NDVI had the greatest impact on the model. At the remaining three sites, SWC obtained the largest gain value.
Morin et al. [41] found that RECO was a powerful factor that is necessary to explain methane emissions. The importance of RECO in paddy field CH4 prediction was also well reflected in this study. RECO played the most important role in the IT-Cas and JP-Mse sites. Although the gain value obtained by RECO was no more than 0.1, some sites also had the importance of the top 3. RECO had such a good performance, which is attributed to the fact that it may represent the final result of complex nonlinear processes that also affect CH4 exchange and are the direct drivers of CH4 production and methane transport in paddy fields.
Shi et al. [42] indicated that vegetation indexes could be used as input factors for determining CH4 flux in rice paddies. NDVI was one of the indicators of vegetation change and performed best when predicting CH4 at KR-CRK and US-Twt sites. In addition, it also had a good performance at IT-Cas and PH-RiF sites, with a gain value better than other variables. These results can prove the possibility of NDVI for FCH4 prediction.
Ge et al. [43] indicated that TS and SWC were the most important factors controlling CH4 emissions from rice paddies on seasonal timescales through the partial F tests. Knox et al. [44] showed that the average annual soil temperature was the strongest predictor of annual CH4 flux across wetland sites globally. This study found that TS and SWC were major factors in CH4 prediction at the half-hour scale. For instance, TS ranked second in importance among two sites and third in one site; SWC ranked first in three sites, while the rest also performed in the top four. The main reason is that TS and SWC are important regulators of soil reduction conditions and enzymatic processes. Higher soil temperatures can enhance methane production, molecular diffusion, and transport within plants [45,46]. SWC regulates the balance between CH4 production and oxidation by influencing the depth of anaerobic and aerobic zones in the soil [47].

5. Conclusions

In this study, two tree-based machine learning models (the XGBoost and RF models) were used to model the water carbon fluxes (ET, NEE, and FCH4) of seven rice paddies, and the importance of these water carbon flux input factors were analyzed.
By analyzing the statistical indicator results, it was found that the XGBoost and RF model was available for predicting rice paddy ET, NEE, and FCH4, and the XGBoost model outperformed the RF model at most sites. Thus, utilizing the XGBoost model for predicting water carbon fluxes can achieve highly accurate results while reducing resource consumption, such as the installation and calibration of measuring instruments. This is particularly significant for sustainable development in the fields of rice paddy.
Similarly, understanding the causes of water carbon fluxes also contributes to sustainable development by allowing us to focus on the most important factors and save time and resources. When predicting ET, SW was the most important at all sites. NETRAD and NDVI were more sensitive in predicting NEE.TA, LW, and SWC were more sensitive at individual sites. FCH4 exhibited varying sensitivity to input factors across different sites, with SWC, TS, RECO, and NDVI emerging as the most critical factors influencing its emissions.
For future research, the current study suggests further investigation of XGBoost’s predictive water carbon fluxes performance in different wetland types. Additionally, investigating the combination of XGBoost with other optimization models, such as binary particle swarm optimization, to iteratively search for the optimal parameter combination of the XGBoost model and study the optimal input combination for water carbon fluxes.

Author Contributions

Software, L.W.; Writing—original draft, X.G.; Writing—review & editing, L.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research is supported by the Science and the Natural Science Foundation of Jiangxi Province of China (20192ACBL20041 and 20212BDH80016), and the Key Project of Water Resources Department of Jiangxi Province of China (202124ZDKT14).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bormann, H. Sensitivity analysis of 18 different potential evapotranspiration models to observed climatic change at German climate stations. Clim. Chang. 2011, 104, 729–753. [Google Scholar] [CrossRef]
  2. Timm, A.U.; Roberti, D.R.; Streck, N.A.; Gustavo, G.; de Gonçalves, L.; Acevedo, O.C.; Moraes, O.L.; Moreira, V.S.; Degrazia, G.A.; Ferlan, M.; et al. Energy partitioning and evapotranspiration over a rice paddy in Southern Brazil. J. Hydrometeorol. 2014, 15, 1975–1988. [Google Scholar] [CrossRef]
  3. Masseroni, D.; Facchi, A.; Romani, M.; Chiaradia, E.A.; Gharsallah, O.; Gandolfi, C. Surface energy flux measurements in a flooded and an aerobic rice field using a single eddy-covariance system. Paddy Water Environ. 2015, 13, 405–424. [Google Scholar] [CrossRef]
  4. Bhattacharyya, P.; Neogi, S.; Roy, K.S.; Dash, P.K.; Tripathi, R.; Rao, K.S. Net ecosystem CO2 exchange and carbon cycling in tropical lowland flooded rice ecosystem. Nutr. Cycl. Agroecosys. 2013, 95, 133–144. [Google Scholar] [CrossRef]
  5. Schmitt, M.; Bahn, M.; Wohlfahrt, G.; Tappeiner, U.; Cernusca, A. Land use affects the net ecosystem CO2 exchange and its components in mountain grasslands. Biogeosciences 2010, 7, 2297–2309. [Google Scholar] [CrossRef] [Green Version]
  6. Forster, P.; Ramaswamy, V.; Artaxo, P.; Berntsen, T.; Betts, R.; Fahey, D.W.; Haywood, J.; Lean, J.; Lowe, D.C.; Myhre, G.; et al. Changes in atmospheric constituents and in radiative forcing. In Proceedings of the Climate Change 2007: The Physical Science Basis. Contribution of Working Group I to the 4th Assessment Report of the Intergovernmental Panel on Climate Change, Oberpfaffenhofen, Germany, 22–26 October 2007; Available online: https://elib.dlr.de/51416/ (accessed on 29 October 2007).
  7. Jacobson, M.Z. Atmospheric Pollution: History, Science, and Regulation; Cambridge University Press: Cambridge, UK, 2002. [Google Scholar] [CrossRef]
  8. Hatala, J.A.; Detto, M.; Sonnentag, O.; Deverel, S.J.; Verfaillie, J.; Baldocchi, D.D. Greenhouse gas (CO2, CH4, H2O) fluxes from drained and flooded agricultural peatlands in the Sacramento-San Joaquin Delta. Agric. Ecosyst. Environ. 2012, 150, 1–18. [Google Scholar] [CrossRef]
  9. Alberto, M.C.R.; Wassmann, R.; Buresh, R.J.; Quilty, J.R.; Correa, T.Q., Jr.; Sandro, J.M.; Centeno, C.A.R. Measuring methane flux from irrigated rice fields by eddy covariance method using open-path gas analyzer. Field Crops Res. 2014, 160, 12–21. [Google Scholar] [CrossRef]
  10. Knox, S.H.; Sturtevant, C.; Matthes, J.H.; Koteen, L.; Verfaillie, J.; Baldocchi, D. Agricultural peatland restoration: Effects of land-use change on greenhouse gas (CO2 and CH4) fluxes in the Sacramento-San Joaquin Delta. Glob. Change Biol. 2015, 21, 750–765. [Google Scholar] [CrossRef]
  11. Aubinet, M.; Vesala, T.; Papale, D. (Eds.) Eddy Covariance: A Practical Guide to Measurement and Data Analysis; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2012. [Google Scholar]
  12. Baldocchi, D.D.; Hincks, B.B.; Meyers, T.P. Measuring biosphere-atmosphere exchanges of biologically related gases with micrometeorological methods. Ecology 1988, 69, 1331–1340. [Google Scholar] [CrossRef]
  13. Rana, G.; Katerji, N. Measurement and estimation of actual evapotranspiration in the field under Mediterranean climate: A review. Eur. J. Agron. 2000, 13, 125–153. [Google Scholar] [CrossRef]
  14. Baldocchi, D.D. Assessing the eddy covariance technique for evaluating carbon dioxide exchange rates of ecosystems: Past, present and future. Glob. Change Biol. 2003, 9, 479–492. [Google Scholar] [CrossRef] [Green Version]
  15. Baldocchi, D.; Falge, E.; Gu, L.; Olson, R.; Hollinger, D.; Running, S.; Anthoni, P.; Bernhofer, C.; Davis, K.; Evans, R.; et al. FLUXNET: A new tool to study the temporal and spatial variability of ecosystem-scale carbon dioxide, water vapor, and energy flux densities. In Bulletin of the American Meteorological Society; American Meteorological Society: Boston, MA, USA, 2001; Volume 82, pp. 2415–2434. [Google Scholar]
  16. Baldocchi, D. Measuring fluxes of trace gases and energy between ecosystems and the atmosphere–the state and future of the eddy covariance method. Glob. Change Biol. 2014, 20, 3600–3609. [Google Scholar] [CrossRef] [PubMed]
  17. Delwiche, K.B.; Knox, S.H.; Malhotra, A.; Fluet-Chouinard, E.; Jackson, R.B. Fluxnet-ch4: A global, multi-ecosystem dataset and analysis of methane seasonality from freshwater wetlands. Earth Syst. Sci. Data 2021, 13, 3607–3689. [Google Scholar] [CrossRef]
  18. Yang, F.; White, M.A.; Michaelis, A.R.; Ichii, K.; Hashimoto, H.; Votava, P.; Zhu, A.-X.; Nemani, R.R. Prediction of continental-scale evapotranspiration by combining MODIS and AmeriFlux data through support vector machine. IEEE Trans. Geosci. Remote Sens. 2006, 44, 3452–3461. [Google Scholar] [CrossRef]
  19. Yao, Y.; Liang, S.; Li, X.; Chen, J.; Liu, S.; Jia, K.; Zhang, X.; Xiao, Z.; Fisher, J.B.; Mu, Q.; et al. Improving global terrestrial evapotranspiration estimation using support vector machine by integrating three process-based algorithms. Agric. Forest Meteorol. 2017, 242, 55–74. [Google Scholar] [CrossRef]
  20. Ichii, K.; Ueyama, M.; Kondo, M.; Saigusa, N.; Kim, J.; Alberto, M.C.; Ardo, J.; Euskirschen, E.S.; Kang, M.; Hirano, T.; et al. New data-driven estimation of terrestrial CO2 fluxes in Asia using a standardized database of eddy covariance measurements, remote sensing data, and support vector regression. J. Geophys. Res. Biogeosci. 2017, 122, 767–795. [Google Scholar] [CrossRef]
  21. Cui, X.; Goff, T.; Cui, S.; Menefee, D.; Wu, Q.; Rajan, N.; Nair, S.; Phillips, N.; Walker, F. Predicting carbon and water vapor fluxes using machine learning and novel feature ranking algorithms. Sci. Total Environ. 2021, 775, 145130. [Google Scholar] [CrossRef]
  22. Wang, X.; Yao, Y.; Zhao, S.; Jia, K.; Zhang, X.; Zhang, Y.; Zhang, L.; Xu, J.; Chen, X. MODIS-based estimation of terrestrial latent heat flux over North America using three machine learning algorithms. Remote Sens. 2017, 9, 1326. [Google Scholar] [CrossRef] [Green Version]
  23. Safa, B.; Arkebauer, T.J.; Zhu, Q.; Suyker, A.; Irmak, S. Net Ecosystem Exchange (NEE) simulation in maize using artificial neural networks. IFAC J. Syst. Control 2019, 7, 100036. [Google Scholar] [CrossRef]
  24. Abbasi, T.; Luithui, C.; Abbasi, S.A. A model to forecast methane emissions from topical and subtropical reservoirs on the basis of artificial neural networks. Water 2020, 12, 145. [Google Scholar] [CrossRef] [Green Version]
  25. Chen, T.; Guestrin, C. Xgboost: A Scalable Tree Boosting System. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar] [CrossRef] [Green Version]
  26. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
  27. Cui, Y.; Jia, L.; Fan, W. Estimation of actual evapotranspiration and its components in an irrigated area by integrating the Shuttleworth-Wallace and surface temperature-vegetation index schemes using the particle swarm optimization algorithm. Agric. Forest Meteorol. 2021, 307, 108488. [Google Scholar] [CrossRef]
  28. Filgueiras, R.; Almeida, T.S.; Mantovani, E.C.; Dias, S.H.B.; Fernandes-Filho, E.I.; da Cunha, F.F.; Venancio, L.P. Soil water content and actual evapotranspiration predictions using regression algorithms and remote sensing data. Agric. Water Manag. 2020, 241, 106346. [Google Scholar] [CrossRef]
  29. Agrawal, Y.; Kumar, M.; Ananthakrishnan, S.; Kumarapuram, G. Evapotranspiration modeling using different tree based ensembled machine learning algorithm. Water Resour. Manag. 2022, 36, 1025–1042. [Google Scholar] [CrossRef]
  30. Ge, J.; Zhao, L.; Yu, Z.; Liu, H.; Zhang, L.; Gong, X.; Sun, H. Prediction of greenhouse tomato crop evapotranspiration using XGBoost machine learning model. Plants 2022, 11, 1923. [Google Scholar] [CrossRef]
  31. Liu, X.; Xu, J.; Yang, S.; Zhang, J. Rice evapotranspiration at the field and canopy scales under water-saving irrigation. Meteorolo. Atmos. Phys. 2018, 130, 227–240. [Google Scholar] [CrossRef]
  32. Ahmadi, A.; Daccache, A.; Snyder, R.L.; Suvočarev, K. Meteorological driving forces of reference evapotranspiration and their trends in California. Sci. Total Environ. 2022, 849, 157823. [Google Scholar] [CrossRef]
  33. Aladenola, O.O.; Madramootoo, C.A. Evaluation of solar radiation estimation methods for reference evapotranspiration estimation in Canada. Theor. Appl. Climatol. 2014, 118, 377–385. [Google Scholar] [CrossRef]
  34. Zhang, B.; Xu, D.; Liu, Y.; Li, F.; Cai, J.; Du, L. Multi-scale evapotranspiration of summer maize and the controlling meteorological factors in north China. Agric. For. Meteorol. 2016, 216, 1–12. [Google Scholar] [CrossRef]
  35. Xu, M.; An, T.; Zheng, Z.; Zhang, T.; Zhang, Y.; Yu, G. Variability in evapotranspiration shifts from meteorological to biological control under wet versus drought conditions in an alpine meadow. J. Plant Ecol. 2022, 15, 921–932. [Google Scholar] [CrossRef]
  36. Qiu, J.; Crow, W.T.; Nearing, G.S. The impact of vertical measurement depth on the information content of soil moisture for latent heat flux estimation. J. Hydrometeorol. 2016, 17, 2419–2430. [Google Scholar] [CrossRef]
  37. Liu, J.; Zuo, Y.; Wang, N.; Yuan, F.; Zhu, X.; Zhang, L.; Zhang, J.; Sun, Y.; Guo, Z.; Guo, Y.; et al. Comparative analysis of two machine learning algorithms in predicting site-level net ecosystem exchange in major biomes. Remote Sens. 2021, 13, 2242. [Google Scholar] [CrossRef]
  38. Zhou, Q.; Fellows, A.; Flerchinger, G.N.; Flores, A.N. Examining interactions between and among predictors of net ecosystem exchange: A machine learning approach in a semi-arid landscape. Sci. Rep. 2019, 9, 2222. [Google Scholar] [CrossRef] [Green Version]
  39. Xue, Y.; Chen, Y.; Hu, Y.; Chen, H. Fuzzy Rough Set algorithm with Binary Shuffled Frog-Leaping (BSFL-FRSA): An innovative approach for identifying main drivers of carbon exchange in temperate deciduous forests. Ecol. Indic. 2017, 83, 41–52. [Google Scholar] [CrossRef]
  40. Wu, Q.; Wang, J.; He, Y.; Liu, Y.; Jiang, Q. Quantitative assessment and mitigation strategies of greenhouse gas emissions from rice fields in China: A data-driven approach based on machine learning and statistical modeling. Comput. Electron. Agric. 2023, 210, 107929. [Google Scholar] [CrossRef]
  41. Morin, T.H.; Bohrer, G.; Frasson, R.D.M.; Naor-Azreli, L.; Mesi, S.; Stefanik, K.C.; Schäfer, K.V.R. Environmental drivers of methane fluxes from an urban temperate wetland park. J. Geophys. Res. Biogeosci. 2014, 119, 2188–2208. [Google Scholar] [CrossRef] [Green Version]
  42. Shi, Y.; Lou, Y.; Zhang, Z.; Ma, L.; Ojara, M.A. Estimation of methane emissions based on crop yield and remote sensing data in a paddy field. Greenh. Gases Sci. Technol. 2020, 10, 196–207. [Google Scholar] [CrossRef]
  43. Ge, H.X.; Zhang, H.S.; Zhang, H.; Cai, X.H.; Song, Y.; Kang, L. The characteristics of methane flux from an irrigated rice farm in East China measured using the eddy covariance method. Agric. Forest Meteorol. 2018, 249, 228–238. [Google Scholar] [CrossRef]
  44. Knox, S.H.; Jackson, R.B.; Poulter, B.; McNicol, G.; Fluet-Chouinard, E.; Zhang, Z.; Hugelius, G.; Bousquet, P.; Canadell, J.G.; Saunois, M.; et al. FLUXNET-CH 4 synthesis activity: Objectives, observations, and future directions. B Am. Meteorol. Soc. 2019, 100, 2607–2632. [Google Scholar] [CrossRef] [Green Version]
  45. Kim, J.; Verma, S.B.; Billesbach, D.P.; Clement, R.J. Diel variation in methane emission from a midlatitude prairie wetland: Significance of convective throughflow in Phragmites australis. J. Geophys. Res. Atmos. 1998, 103, 28029–28039. [Google Scholar] [CrossRef]
  46. Chanton, J.P. The effect of gas transport on the isotope signature of methane in wetlands. Org. Geochem. 2005, 36, 753–768. [Google Scholar] [CrossRef]
  47. Ma, L.; Liu, B.; Cui, Y.; Shi, Y. Variations and drivers of methane fluxes from double-cropping paddy fields in Southern China at diurnal, seasonal and inter-seasonal timescales. Water 2021, 13, 2171. [Google Scholar] [CrossRef]
Figure 1. Location of eddy covariance sites, with sites colored by wetland type. Cyan represents the seven rice paddy sites studied.
Figure 1. Location of eddy covariance sites, with sites colored by wetland type. Cyan represents the seven rice paddy sites studied.
Sustainability 15 12333 g001
Figure 2. Scatter plots of the observed and predicted ET at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted ET using the XGBoost model. Blue points represent the observed and predicted ET using the RF model.
Figure 2. Scatter plots of the observed and predicted ET at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted ET using the XGBoost model. Blue points represent the observed and predicted ET using the RF model.
Sustainability 15 12333 g002
Figure 3. Characteristic importance plots for the input factors of the XGBoost model for predicting ET. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), soil water content (SWC), normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA).
Figure 3. Characteristic importance plots for the input factors of the XGBoost model for predicting ET. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), soil water content (SWC), normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA).
Sustainability 15 12333 g003
Figure 4. Scatter plots of the observed and predicted NEE at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted NEE using the XGBoost model. Blue points represent the observed and predicted NEE using the RF model.
Figure 4. Scatter plots of the observed and predicted NEE at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted NEE using the XGBoost model. Blue points represent the observed and predicted NEE using the RF model.
Sustainability 15 12333 g004
Figure 5. Characteristic importance plots for the input factors of the XGBoost model for predicting NEE. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), outgoing longwave radiation (LW_OUT), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), wind direction (WD), soil water content (SWC), friction velocity (USTAR), net radiation (NETRAD), soil temperature (TS), normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA).
Figure 5. Characteristic importance plots for the input factors of the XGBoost model for predicting NEE. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), outgoing longwave radiation (LW_OUT), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), wind direction (WD), soil water content (SWC), friction velocity (USTAR), net radiation (NETRAD), soil temperature (TS), normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA).
Sustainability 15 12333 g005
Figure 6. Scatter plots of the observed and predicted FCH4 at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted FCH4 using the XGBoost model. Blue points represent the observed and predicted FCH4 using the RF model.
Figure 6. Scatter plots of the observed and predicted FCH4 at seven rice paddy sites using the XGBoost and RF models. Red points represent the observed and predicted FCH4 using the XGBoost model. Blue points represent the observed and predicted FCH4 using the RF model.
Sustainability 15 12333 g006
Figure 7. Characteristic importance plots for the input factors of the XGBoost model for predicting FCH4. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), outgoing longwave radiation (LW_OUT), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), wind direction (WD), soil water content (SWC), friction velocity (USTAR), net radiation (NETRAD), ecosystem respiration (RECO), sensible heat turbulent flux (H), gross primary productivity (GPP), soil heat flux (G), soil temperature (TS), normalized difference vegetation index (NDVI), latent heat turbulent flux (LE), net ecosystem carbon exchange (NEE), and the temperature difference between the previous day and the current day (DeltaTA).
Figure 7. Characteristic importance plots for the input factors of the XGBoost model for predicting FCH4. The colors are used to identify input factors. Gain measures the improvement in the predictive power of the model after splitting the node; cover refers to the number of samples covered by a node; frequency represents the number of samples for different categories within a node. Input factors are air temperature (TA), incoming shortwave radiation (SW_IN), outgoing longwave radiation (LW_OUT), vapor pressure deficit (VPD), atmospheric pressure (PA), wind speed (WS), wind direction (WD), soil water content (SWC), friction velocity (USTAR), net radiation (NETRAD), ecosystem respiration (RECO), sensible heat turbulent flux (H), gross primary productivity (GPP), soil heat flux (G), soil temperature (TS), normalized difference vegetation index (NDVI), latent heat turbulent flux (LE), net ecosystem carbon exchange (NEE), and the temperature difference between the previous day and the current day (DeltaTA).
Sustainability 15 12333 g007
Table 1. Description of seven rice paddy sites.
Table 1. Description of seven rice paddy sites.
SitesLatitude
(°)
Longitude
(°)
Start Year
(Year)
End Year
(Year)
Mean ET
(mm hr−1)
Mean NEE
(gC m−2 d−1)
Mean FCH4 (nmol m−2 s−1)
IT-Cas45.078.72200920100.06−10.5094.66
JP-Mse36.05140.03201220120.11−15.3961.17
KR-CRK38.20127.25201520180.06−7.72119.32
PH-RiF14.14121.27201220140.08−12.4940.88
US-HRA34.59−91.75201720170.07−32.6063.80
US-HRC34.59−91.75201720170.09−28.57106.62
US-Twt38.11−121.65200920170.10−8.6043.57
Table 2. The mean values and number of samples of the input factors for ET prediction at seven rice paddy sites.
Table 2. The mean values and number of samples of the input factors for ET prediction at seven rice paddy sites.
Factors/SitesIT-CasJP-MseKR-CRKPH-RiFUS-HRAUS-HRCUS-Twt
TA15.921.113.327.024.023.918.9
SW_IN265.0342.2282.7219.5211.2283.5358.4
VPD14.08.46.29.75.47.612.3
PA100.4101.099.2100.5100.9100.8101.3
WS1.12.42.21.91.52.04.3
NDVI0.50.50.40.60.70.60.5
SWC58.942.538.763.542.347.7
DeltaTA−0.5−0.6−0.4−0.10.10.0−0.5
Number15,497495231,06721,0102149214466,455
Note: the blank indicates missing data. Input factors are air temperature (TA), °C, incoming shortwave radiation (SW_IN), W m−2, vapor pressure deficit (VPD), hPa, atmospheric pressure (PA), kPa, wind speed (WS), m s−1, soil water content (SWC), %, normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA), °C.
Table 3. The mean values and number of samples of the input factors for NEE prediction at seven rice paddy sites.
Table 3. The mean values and number of samples of the input factors for NEE prediction at seven rice paddy sites.
Factors/SitesIT-CasJP-MseKR-CRKPH-RiFUS-HRAUS-HRCUS-Twt
TA13.5 21.2 14.1 27.3 26.5 26.6 18.9
SW_IN221.1 364.1 239.5 267.7 353.7 370.4 348.9
LW_OUT 431.6 391.6 468.8 464.1 463.5
VPD12.9 8.5 5.7 10.7 7.7 9.7 12.4
PA100.3 101.0 99.2 100.6 100.8 100.8 101.3
WS1.1 2.4 2.2 2.1 2.5 2.5 4.4
WD173.6 167.9 212.4 165.8 179.3 190.4 268.2
SWC60.4 42.6 40.7 62.1 41.7 47.8 0.4
USTAR0.1 0.2 0.2 0.2 0.2 0.2
NETRAD125.8 141.9 188.6 232.0 249.3 187.1
TS12.9 19.5 14.3 28.5 18.6
NDVI0.5 0.5 0.4 0.6 0.6 0.6 0.6
DeltaTA−0.4 −0.6 −0.3 −0.2 −0.3 −0.4 −0.4
Number10,917420723,59413,8441562181355,854
Note: the blank indicates missing data. Input factors are air temperature (TA), °C, incoming shortwave radiation (SW_IN), W m−2, outgoing longwave radiation (LW_OUT), W m−2, vapor pressure deficit (VPD), hPa, atmospheric pressure (PA), kPa, wind speed (WS), m s−1, wind direction (WD), soil water content (SWC), %, friction velocity (USTAR), m s−1, net radiation (NETRAD), W m−2, soil temperature (TS), °C, normalized difference vegetation index (NDVI), and the temperature difference between the previous day and the current day (DeltaTA), °C.
Table 4. The mean values and number of samples of the input factors for FCH4 prediction at seven rice paddy sites.
Table 4. The mean values and number of samples of the input factors for FCH4 prediction at seven rice paddy sites.
Factors/SitesIT-CasJP-MseKR-CRKPH-RiFUS-HRAUS-HRCUS-Twt
TA18.7 22.0 15.7 27.4 26.8 26.6 19.1
SW_IN314.9 380.8 313.0 273.1 373.1 375.5 356.1
LW_OUT 436.1 401.8 469.8 465.8 464.0
VPD15.7 8.9 7.4 11.1 8.1 10.0 12.7
PA100.5 101.0 99.1 100.6 100.8 100.8 101.3
WS1.2 2.3 2.4 2.1 2.5 2.5 4.3
WD184.9 163.3 216.5 164.0 180.7 191.2 268.6
SWC59.1 43.4 40.0 62.3 42.1 47.7
USTAR0.2 0.2 0.2 0.2 0.2 0.2 0.4
NETRAD192.8 195.4 195.1 246.6 253.6 191.4
RECO4.3 3.1 3.7 4.0 5.4 5.2 4.4
H25.8 20.2 23.6 23.0 9.2
GPP9.1 7.9 6.6 7.5 14.5 13.3 7.1
G−21.7 4.9 10.9 20.6 23.7 6.7
TS17.7 20.3 14.8 28.6 18.7
NDVI0.6 0.5 0.4 0.6 0.6 0.6 0.6
LE101.5 163.4 101.7 120.8 154.9 148.8 148.4
NEE−4.5 −4.7 −2.6 −3.4 −9.0 −7.8 −2.5
DeltaTA−0.6 −0.6 −0.4 −0.2 −0.3 −0.4 −0.4
Number8258359418,36697201326163449,401
Note: the blank indicates missing data. Input factors are air temperature (TA), °C, incoming shortwave radiation (SW_IN), W m−2, outgoing longwave radiation (LW_OUT), W m−2, vapor pressure deficit (VPD), hPa, atmospheric pressure (PA), kPa, wind speed (WS), m s−1, wind direction (WD), soil water content (SWC), %, friction velocity (USTAR), m s−1, net radiation (NETRAD), W m−2, ecosystem respiration (RECO), µmolCO2 m−2 s−1, sensible heat turbulent flux (H), W m−2, gross primary productivity (GPP), µmolCO2 m−2 s−1, soil heat flux (G), W m−2, soil temperature (TS), °C, normalized difference vegetation index (NDVI), latent heat turbulent flux (LE), W m−2, net ecosystem carbon exchange (NEE), µmolCO2 m−2 s−1, and the temperature difference between the previous day and the current day (DeltaTA), °C.
Table 5. ET prediction statistical values of the two machine learning models at seven rice paddy sites.
Table 5. ET prediction statistical values of the two machine learning models at seven rice paddy sites.
ModelsRMSER2MAEMBEGRI
(mm hr−1) (mm hr−1)(mm hr−1)
IT-Cas
RF0.0207 0.9240 0.0121 0.0002 3.0000
XGBoost0.0187 0.9377 0.0110 0.0000 −1.0000
JP-Mse
RF0.0262 0.9128 0.0163 0.0002 3.0000
XGBoost0.0255 0.9175 0.0157 0.0000 −1.0000
KR-CRK
RF0.0250 0.8816 0.0147 0.0004 3.0000
XGBoost0.0248 0.8841 0.0145 0.0000 −1.0000
PH-RiF
RF0.0268 0.8906 0.0171 0.0006 3.0000
XGBoost0.0243 0.9098 0.0156 0.0000 −1.0000
US-HRA
RF0.0269 0.9025 0.0151 0.0003 3.0000
XGBoost0.0255 0.9127 0.0142 0.0000 −1.0000
US-HRC
RF0.0325 0.8583 0.0174 −0.0001 1.5783
XGBoost0.0314 0.8671 0.0169 −0.0003 0.0000
US-Twt
RF0.0297 0.8980 0.0198 0.0005 3.0000
XGBoost0.0246 0.9301 0.0160 0.0001 −1.0000
Table 6. NEE prediction statistical values of the two machine learning models at seven rice paddy sites.
Table 6. NEE prediction statistical values of the two machine learning models at seven rice paddy sites.
ModelsRMSER2MAEMBEGRI
(gC m−2 d−1) (gC m−2 d−1)(gC m−2 d−1)
IT-Cas
RF9.24190.93414.62740.06232.0000
XGBoost9.15890.93554.63180.04290.0000
JP-Mse
RF6.57700.95814.2104−0.1047−0.3422
XGBoost6.40590.96034.1446−0.0420−1.0000
KR-CRK
RF17.48110.75488.97060.02920.0000
XGBoost17.56080.75259.10830.01032.0000
PH-RiF
RF10.70970.90967.1376−0.15420.4636
XGBoost9.67030.92546.6271−0.0326−1.0000
US-HRA
RF17.61000.91738.82680.33223.0000
XGBoost16.75830.92508.73330.2344−1.0000
US-HRC
RF24.30170.81968.30800.04801.0000
XGBoost23.47080.82868.8489−0.17041.0000
US-Twt
RF7.74310.95794.9390−0.0023−1.0596
XGBoost6.87480.96684.4939−0.0012−3.0596
Table 7. FCH4 prediction statistical values of the two machine learning models at seven rice paddy sites.
Table 7. FCH4 prediction statistical values of the two machine learning models at seven rice paddy sites.
ModelsRMSER2MAEMBEGRI
(nmol m−2 s−1) (nmol m−2 s−1)(nmol m−2 s−1)
IT-Cas
RF63.36570.764129.48630.74130.0000
XGBoost63.58450.762330.3872−0.48922.0000
JP-Mse
RF36.83220.897914.26880.24302.0000
XGBoost30.11090.929313.4638−0.27040.0000
KR-CRK
RF84.62570.767740.33560.90573.0000
XGBoost80.40560.789337.53360.1151−1.0000
PH-RiF
RF43.95810.642118.67360.61352.0000
XGBoost42.20990.664118.9505−0.08480.0000
US-HRA
RF37.05950.829215.04790.18601.0000
XGBoost35.86280.840815.0570−0.51141.0000
US-HRC
RF28.78570.944413.76920.30392.0000
XGBoost28.01400.947515.41870.15200.0000
US-Twt
RF29.57180.829314.40980.29812.0000
XGBoost28.90920.835514.82920.08760.0000
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gu, X.; Yao, L.; Wu, L. Prediction of Water Carbon Fluxes and Emission Causes in Rice Paddies Using Two Tree-Based Ensemble Algorithms. Sustainability 2023, 15, 12333. https://doi.org/10.3390/su151612333

AMA Style

Gu X, Yao L, Wu L. Prediction of Water Carbon Fluxes and Emission Causes in Rice Paddies Using Two Tree-Based Ensemble Algorithms. Sustainability. 2023; 15(16):12333. https://doi.org/10.3390/su151612333

Chicago/Turabian Style

Gu, Xinqin, Li Yao, and Lifeng Wu. 2023. "Prediction of Water Carbon Fluxes and Emission Causes in Rice Paddies Using Two Tree-Based Ensemble Algorithms" Sustainability 15, no. 16: 12333. https://doi.org/10.3390/su151612333

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop