Next Article in Journal
Strain-Softening-Based Elliptical Wellbore Model for Horizontal In-Situ Stress Prediction and Wellbore Stability Analysis in the Wujiaping Formation of Kaijiang-Liangping Block, Eastern Sichuan Basin, Sichuan Province
Previous Article in Journal
Bayesian Neural Networks for Quantifying Uncertainty in Solute Transport Through Saturated Porous Media
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Spatiotemporal Modeling of Dissolved Oxygen in a Semi-Enclosed Water Body with a LSTM-GRU Hybrid Approach

1
Coal Industry Engineering Research Center of Mining Area Environmental and Disaster Cooperative Monitoring, Huainan 232001, China
2
Guangxi Key Laboratory of Beibu Gulf Marine Resources, Environment and Sustainable Development, Fourth Institute of Oceanography, Ministry of Natural Resources, Beihai 536000, China
3
Faculty of Hydraulic Engineering, Dalian University of Technology, 2 Linggong Road, Dalian 116024, China
4
Key Laboratory of Tropical Marine Ecosystem and Bioresource, Fourth Institute of Oceanography, Ministry of Natural Resources, Beihai 536000, China
*
Author to whom correspondence should be addressed.
Processes 2025, 13(10), 3325; https://doi.org/10.3390/pr13103325
Submission received: 30 September 2025 / Revised: 15 October 2025 / Accepted: 15 October 2025 / Published: 17 October 2025
(This article belongs to the Section Chemical Processes and Systems)

Abstract

The dynamic evolution of dissolved oxygen (DO) concentration is critical for aquatic ecosystem stability and biodiversity, serving as an important water quality indicator. Predicting DO distribution is challenging due to complex hydrodynamic conditions and environmental disturbances. While traditional experimental methods provide accurate short-term data, they are limited in spatial coverage, costly, and lack real-time predictive capabilities. Computational fluid dynamics (CFD) simulations, though beneficial for mechanism modeling, suffer from high computational costs and reduced accuracy in long-term, nonlinear predictions. This study addresses these limitations by developing an LSTM-GRU Hybrid Model for predicting DO concentration in Shenzhen Bay. Combining Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU), the model enhances time-memory capabilities and parameter efficiency. Results show that the LSTM-GRU Hybrid Model outperforms single neural networks with a correlation coefficient close to 0.99 and RMSE below 0.04 gO2/m3. This study not only introduces a novel methodology for modeling dissolved oxygen in Shenzhen Bay, but also contributes to advancing predictive capabilities in earth systems environment and offers methodological insights applicable to similar semi-enclosed marine environments.

Graphical Abstract

1. Introduction

As global water environmental pollution intensifies, water quality monitoring and prediction have become key research areas in environmental science and urban management [1]. This study focuses on the efficient simulation and prediction of the spatial and temporal distribution of dissolved oxygen (DO) concentration, a key indicator in typical urban water bodies such as bays. In semi-enclosed water bodies, DO concentration is influenced by a variety of interacting factors, including tidal exchange, freshwater runoff, water temperature, salinity stratification, and anthropogenic impacts such as domestic sewage discharge, nutrient (nitrogen and phosphorus) loading, and chemical oxygen demand (COD) emissions. These combined natural and human-induced effects result in strong spatiotemporal nonlinearity in DO variation, making accurate prediction particularly challenging [2]. Traditional water quality monitoring mainly relies on field sampling and laboratory analysis. Although the data are reliable, this method is time-consuming, costly, and not suitable for large-scale, high-precision monitoring. To address this issue, computational fluid dynamics (CFD) methods have been introduced to predict DO distribution and provide a detailed description of physical processes. However, CFD methods depend heavily on boundary conditions and initial parameters, are inefficient in high-resolution long-term simulations, and are difficult to meet the practical needs for rapid prediction and response.
In recent years, artificial intelligence technology has rapidly developed, and machine learning, an algorithmic framework capable of automatically learning patterns from data and making predictions, has been widely applied in environmental science, weather forecasting, hydrological simulation, and other fields [3,4,5]. Among these, deep learning, an important branch of machine learning, has demonstrated outstanding performance in time-series prediction and spatiotemporal feature extraction tasks due to its multi-layer neural network structure and powerful feature extraction capabilities. Deep learning offers a potential technological pathway for the efficient simulation of water quality parameters and is expected to break through the bottleneck of traditional methods in terms of efficiency and accuracy, enabling efficient simulation and prediction of DO concentration distribution [6].
Traditional experimental methods have accumulated significant achievements in DO concentration detection. D’Autilia et al. [7] captured short-term oscillation patterns of DO using local maximum time distance analysis. Dubuc et al. [8] and Hishe et al. [9], respectively, used multi-parameter probes to measure dissolved oxygen concentrations in urbanized wetlands and rivers. Beadle [10] improved the Winkler method to estimate oxygen content in polluted waters effectively. Wilkin et al. [11] compared colorimetric, electrode, and modified Winkler titration methods and confirmed the latter’s high-precision advantage under strict data requirements. In addition, Wittkampf et al. [12] developed silicon thin-film sensors, Li et al. [13] introduced luminescent oxygen quenching sensors, and Hydes et al. [14] utilized Optode sensors, all of which demonstrated good stability and linear response characteristics. These methods are accurate and have a solid theoretical foundation; however, they rely on point measurements, making it difficult to comprehensively reflect the spatiotemporal distribution characteristics of complex water bodies. Moreover, high-precision instruments are complex to operate and costly.
Numerical simulation methods expand the spatiotemporal dimension of DO dynamics by coupling environmental factors with physical equations. Abbaspour et al. [15] simulated watershed hydrology and material transport using the SWAT program. Almeida et al. [16] conducted a 19-year long-term water quality simulation of a shallow eutrophic lagoon using the SWAT and CE-QUAL-W2 models. Hull et al. [17] and Antonopoulos et al. [18] used continuous models and one-dimensional layered models to analyze the effects of variables such as water temperature and radiation on DO. Fang et al. [19] used the minlake96 model, and Stefan et al. [20] used vertical transport equations to quantify the correlation between climate and water quality. Carlsson et al. [21] and Chapelle et al. [22] used ecological models to reveal seasonal variations in oxygen concentration and nitrogen–oxygen flux mechanisms. Mandal et al. [23] and Park et al. [24] modeled the diurnal effects of wind speed, light, and aquatic plants using differential equations and the MACRIV model. Hoque et al. [25] proposed the COPSTZ model, focusing on the impact of reduced dissolved oxygen on plankton. In addition, Curbani et al. [26] used CFD to evaluate the dissolved oxygen balance and control processes in the Vitória Island estuarine system in Brazil, and Piehl et al. [27] employed the MOM-ERGOM model to investigate the spatiotemporal variations in seasonal hypoxia and assess oxygen indicators in the western Baltic Sea. Numerical simulation can characterize multi-factor coupling mechanisms, but they depend on precise parameterization and high computational resources and have limited ability to express complex nonlinear relationships.
Machine learning methods break through the limitations of traditional physical frameworks through data-driven modeling. Kisi et al. [28] showed that Bayesian model averaging (BMA) outperforms traditional statistical models in DO prediction. Ahmed [29] and Zare Abyaneh [30] verified the strong fitting ability of ANN for biochemical indicators. Ramaraj and Sivakumar [31] compared the performance of ANFIS, LSTM, and NAR neural networks in water quality prediction. Elkiran et al. [32] and Ay et al. [33] confirmed the robustness of the ANFIS and RBNN models in multi-step predictions, while Faruk [34] improved time-series prediction accuracy using an ARIMA-neural network hybrid framework. However, existing research mainly focuses on single models, with certain limitations in capturing the spatiotemporal dynamics of DO under tidal influences.
Based on the above analysis, this paper proposes a hybrid deep learning model combining Long Short-Term Memory (LSTM) networks and Gated Recurrent Units (GRU) for predicting the spatiotemporal distribution of DO concentration in Shenzhen Bay. Compared with single models used in existing studies, the LSTM-GRU Hybrid Model demonstrates distinct advantages both theoretically and practically. From a theoretical perspective, the model leverages the strengths of LSTM in modeling long-term dependencies in time series and the computational efficiency of GRU, thereby overcoming the traditional trade-off between prediction accuracy and computational cost. From a practical perspective, comparative experiments with LSTM, Multilayer Perceptron (MLP), K-Nearest Neighbors (KNN), and Recurrent Neural Network (RNN) models confirm its applicability under complex hydrological conditions, offering a feasible solution to meet the dual requirements of real-time performance and accuracy in water quality prediction for bay areas. This study not only deepens the understanding of deep learning mechanisms in predicting complex water bodies but also provides an efficient, intelligent, data-driven predictive tool for coastal ecological environment management.
This study uses Shenzhen Bay as a typical research area. As an important nearshore area of the Pearl River Estuary, Shenzhen Bay is influenced by urban development, pollution pressure, and marine ecological changes. Its water quality directly affects the health of the ecosystem and regional sustainable development. Additionally, the bay’s strong tidal dynamics and frequent human interference present complex hydrodynamic structures, making it a typical and challenging testing ground for deep learning algorithms. This study not only provides a technical solution for ecological early warning in coastal areas but also helps validate the ability of deep learning models to handle complex environmental system data, contributing to the theoretical refinement and methodological innovation of deep learning in environmental science.

2. Methodology

2.1. Overall Research Approach

This study constructs an LSTM-GRU Hybrid Model to predict the spatiotemporal distribution of DO concentration in Shenzhen Bay. The overall research framework is shown in Figure 1. Firstly, based on the actual conditions of the study area, data preparation is conducted, including the collection of necessary hydrodynamic data. The model setup is performed by selecting appropriate physical parameters, and a hydrodynamic model is established based on Delft3D FM (Deltares, Delft, The Netherlands). The model is then validated to ensure the accuracy and reliability of the hydrodynamic simulation results. Building upon the existing hydrodynamic model, a water quality model framework is further developed, with dissolved oxygen as the primary water quality factor for simulation, followed by model validation. Based on the numerical simulation results from the hydrodynamic and water quality models, the LSTM-GRU Hybrid Model is constructed. The dissolved oxygen concentration data from four key boundary points in the research area over the past six days are used as input (the statistical characteristics of the input and target variables are shown in Table 1). A total of 793,520 data samples are employed to train the machine learning model, which is randomly split by time index into training, validation, and test sets at a ratio of 6:2:2. The model is then applied to predict the spatial distribution of DO concentration across the entire study area. Through model optimization, including adjusting hyperparameters, the final model’s performance is evaluated to ensure that the constructed model has good prediction accuracy and stability.

2.2. Study Area and Data Sources

2.2.1. Study Area

Shenzhen Bay is located in the southern part of Guangdong Province, China, situated between the city of Shenzhen and the Hong Kong Special Administrative Region. It is a typical semi-enclosed water body and is part of the Pearl River Estuary water system. As shown in Figure 2, Shenzhen Bay stretches east to west with a narrow north–south width. It is influenced by the runoff from the Pearl River Estuary, tidal dynamics, land-based runoff inputs, and monsoon climate. The hydrodynamic conditions of Shenzhen Bay are complex, with relatively limited water exchange capacity, making the water quality environment sensitive to changes. In recent years, with the acceleration of urbanization in the region, the population density around Shenzhen Bay has increased, and industrial activities have become more frequent. This has led to an increase in land-based pollutant inputs, resulting in noticeable changes in the spatiotemporal distribution of dissolved oxygen concentration. The water quality situation urgently requires monitoring and improvement. Shenzhen Bay not only has important ecological functions but also serves as a key area for socio-economic activities between Guangdong and Hong Kong. Therefore, in-depth research on the variation patterns of dissolved oxygen concentration in Shenzhen Bay is crucial for improving the management of the bay’s water environment and safeguarding the health of its ecosystem.

2.2.2. Data Sources

The meteorological data and water quality data used in this study were obtained from monitoring stations from October 2021 to June 2022. The daily temperature data and daily relative humidity data were sourced from the Shenzhen Meteorological Bureau’s automatic station monitoring system, while the daily wind speed and direction data, daily cloud cover data, and daily average atmospheric pressure data were provided by the Hong Kong Observatory. Solar radiation data were collected from the Hong Kong Kong-King’s Bay Meteorological Station. Water quality monitoring data were obtained from the Shenzhen Coastal Waters Special Monitoring Table, with monthly monitoring data from nine water quality monitoring points (LH016 to LH024) between October 2021 and June 2022. The locations of these monitoring points are shown in Figure 2. The underwater topography data were sourced from previous studies [35]. The five main river mouths selected for this study are Shenzhen River, Dasha River, Fengtang River, Houhai River, and Xiaosha River. River flow was based on multi-year average runoff data; for rivers without multi-year average runoff data, runoff was estimated based on river width, as shown in Table 2.

2.3. Physical Representation

The governing equations of the Delft3D hydrodynamic and water quality models in the vertical sigma coordinate system and horizontal curvilinear coordinate system are as follows:
(1)
Continuity equation
ζ t + 1 G ξ ξ G η η ( ( d + ζ ) u G η η ) ξ + 1 G ξ ξ G η η ( ( d + ζ ) v G ξ ξ ) η = ( d + ζ ) Q
In the equation, u and v represent the flow velocities in the ξ and η directions, respectively (unit: m·s−1); Q denotes the flow rate change per unit area due to drainage or precipitation (unit: m·s−1); d is the depth below the reference surface (unit: m), ζ represents the free surface elevation above the reference plane (unit: m), and d + ζ is the total water depth (unit: m); t denotes time (unit: s).
(2)
Momentum equation
The momentum equation in the ξ direction is:
u t + u G ξ ξ u ξ + v G η η u η + ω d + ζ u σ v 2 G ξ ξ G η η G η η ξ + u v G ξ ξ G η η G ξ ξ η f v = 1 ρ 0 G ξ ξ P ξ + F ξ + 1 ( d + ζ ) 2 σ ( υ v u σ ) + M ξ
The momentum equation in the η direction is:
v t + u G ξ ξ v ξ + v G η η v η + ω d + ζ v σ u 2 G ξ ξ G η η G ξ ξ η + u v G ξ ξ G η η G η η ξ f u = 1 ρ 0 G η η P η + F η + 1 ( d + ζ ) 2 σ ( υ v v σ ) + M η
In the equation, w represents the flow velocity in the vertical direction (unit: m·s−1); σ is the proportional vertical coordinate; ρ0 is the density of water (unit: kg·m−3); Pξ and Pη represent the hydrostatic pressure gradients in the ξ and η directions, respectively (unit: kg·m−2·s−2)); Fξ and Fη represent the effects of horizontal Reynolds stresses causing imbalance in the ξ and η directions, respectively (unit: m·s−2); Mξ and Mη represent the effects of external factors on momentum in the ξ and η directions, respectively (unit: m·s−2); υ v is the vertical eddy viscosity coefficient (unit: m·s−2).
(3)
Convection-diffusion-reaction equation
C t + v x C x D x 2 C x 2 + v y C y D y 2 C y 2 + v z C z D z 2 C z 2 = S + f R ( C , t )
In the equation, C is the concentration (unit: gO2·m−3), Dx, Dy, and Dz are the diffusion coefficients in the x, y, and z directions, respectively (unit: m2·s−1); S is the source (unit: gO2·m−3·s−1), and fR is the reaction term (unit: gO2·m−3·s−1).

2.4. Numerical Experiments

This study uses a structured grid with an average grid size of approximately 150 m. After orthogonality testing, the cosine values of the node angles are all less than 0.02, meeting the model’s accuracy requirements. The vertical dimension uses a sigma coordinate system divided into 10 layers, and the time step is set to 30 s to balance model stability and computational efficiency. The temperature-salinity module selects the Composite model, which comprehensively considers the horizontal temperature distribution, vertical water-atmosphere interface transfer, and solar radiation absorption rate. The initial conditions are set as a cold start, with a water level of 0 m, salinity of 31 ppt, and temperature of 27 °C. The model boundaries include the entrance of Shenzhen Bay and five main river mouths. The boundary water level at the bay entrance is derived from tidal harmonic analysis based on historical data, while salinity and water temperature are taken from the data of the nearshore monitoring point LH016. For the river mouth boundary conditions, the flow is calculated based on the runoff data (see Table 1), and water quality data are organized based on river water quality evaluation data. Regarding model parameters, the horizontal eddy viscosity and diffusion coefficient are both 1 m2·s−1, and the vertical eddy viscosity and diffusion coefficient are both 5 × 10−5 m2·s−1. The gravitational acceleration is set to 9.81 m·s−2, and the water density is 1000 kg·m−3. The water transparency is represented by a Secchi depth of 2 m, and the meteorological conditions are based on daily meteorological data from October 2021 to June 2022. The water quality model selects dissolved oxygen as the simulated substance, coupled with hydrodynamic simulation results. The initial conditions are obtained through spatial interpolation of the monitoring data from LH016 to LH024, and the dissolved oxygen boundary conditions at the bay entrance and river mouths are set according to water quality observation data.

2.5. LSTM-GRU Hybrid Model

This study develops the LSTM-GRU Hybrid Model to predict the distribution of dissolved oxygen concentration in the Shenzhen Bay area. The LSTM-GRU Hybrid Model combines the advantages of LSTM networks and GRU networks to enhance the spatiotemporal sequence modeling capability and prediction accuracy. The model architecture is shown in Figure 3, and the hyperparameter settings are provided in Table 3. The model architecture achieves temporal feature extraction through a three-layer cascading structure of LSTM(200)-GRU(150)-LSTM(100). The first layer, LSTM, utilizes 200 neurons and retains the full time-step output to capture long-term dependencies. As the core feature extraction layer, the 200 neurons provide sufficient parameter capacity, preventing underfitting caused by an insufficient number of units and ensuring the capture of subtle temporal variations. The intermediate GRU layer with 150 units preserves the computational efficiency of GRU while forming a parameter-decreasing structure with the preceding LSTM, thereby reducing feature redundancy. The final layer, LSTM, compresses the time dimension with 100 neurons and outputs the final time-step features. Serving as the feature integration layer, it fuses and refines the features extracted from the previous two layers, with 100 neurons enabling a focus on the most critical temporal representations. To prevent overfitting, a Dropout (0.5) and Batch Normalization layer are inserted after each recurrent network layer, enhancing the model’s generalization through random neuron deactivation and feature distribution standardization. The training process uses the RMSprop optimizer combined with an Early Stopping strategy, dynamically optimizing the mean squared error loss within 800 epochs. This model efficiently models complex time series patterns by leveraging the advantages of hybrid networks, regularization constraints, and adaptive training mechanisms.

2.6. Reference Methods

To ensure the fairness of the ablation experiments, all deep learning baseline models were trained with consistent hyperparameter settings: the LeakyReLU activation function was adopted, mean squared error (MSE) was used as the loss function, the Adam optimizer was employed for parameter updates, the maximum number of training epochs was set to 800, and model performance was monitored on the validation set to prevent overfitting. The only differences among the models lie in their network architectures, which are described in detail below.

2.6.1. LSTM Model

This paper uses the standard Long Short-Term Memory (LSTM) model as a reference algorithm to predict the distribution of dissolved oxygen concentrations in the Shenzhen Bay area. The network architecture adopts a two-layer LSTM stacked structure. The first layer of LSTM is configured with 200 neurons and a tanh activation function, retaining the time-step sequence output to facilitate inter-layer information transfer, followed by a Dropout regularization technique to prevent overfitting. The second layer of LSTM is reduced to 150 neurons, outputting the feature vector of the final time step, achieving feature space compression through a decrease in the number of neurons at each layer. The output layer uses a Dense fully connected layer to match the dimensions of the target variable.

2.6.2. MLP Model

The Multi-Layer Perceptron (MLP) model is a typical feedforward neural network composed of multiple layers of neurons, and is a commonly used deep learning model. In this study, the MLP model is introduced as a reference algorithm. The network architecture adopts a two-layer fully connected structure, with the first layer configured with 200 neurons and using the ReLU activation function to achieve nonlinear high-order feature mapping. The second layer reduces the number of neurons to 150, progressively compressing the feature dimensions. Dropout regularization with an 80% high dropout rate is applied after each layer to force neurons to learn independently and suppress overfitting risks. The output layer consists of a Dense fully connected layer matching the target variable dimensions.

2.6.3. KNN Model

K-Nearest Neighbors (KNN) regression is an instance-based learning method that predicts outcomes by calculating the distance between the input sample and the samples in the training set, selecting the nearest neighbors, and then averaging their output results. In this study, the KNN regression model makes predictions based on local similarity in the feature space. Given a test sample, the model searches for the 5 samples in the training set that are closest in Euclidean distance, and uses the arithmetic mean of the target values of these neighbors as the predicted output. The input feature dimensions are consistent with the standardized training set, and the implicit time series are flattened into static feature vectors from the original sequential structure. The model is initialized using KNeighborsRegressor(n_neighbors = 5), which defaults to using Euclidean distance to construct the feature space similarity measure. During training, the standardized training data is fitted to the KNN regression model, and during prediction, the dissolved oxygen concentration field is generated based on the local linear assumption.

2.6.4. RNN Model

The Recurrent Neural Network (RNN) model can handle the temporal dependencies in sequential data through the hidden state propagation mechanism. In this study, the RNN model consists of two layers of SimpleRNN units. The first layer contains 200 neurons, using tanh as the activation function to preserve the full temporal sequence features, followed by a Dropout layer to prevent overfitting. The second layer of the SimpleRNN unit contains 150 neurons, outputting the final timestep features, followed by a Dropout layer. The output layer is a fully connected structure, with the number of nodes matching the target output dimension.

2.7. Performance Metrices

To evaluate the performance of the predictive models, five commonly used statistical indicators were applied, including the coefficient of determination (R2), mean absolute error (MAE), root mean square error (RMSE), standard deviation (SD), and bias (Bias). Their calculation formulas are as follows:
R 2 = 1 i = 1 n ( y i y ^ i ) 2 i = 1 n ( y i y ¯ ) 2
M A E = 1 n i = 1 n y i y ^ i
R M S E = 1 n i = 1 n ( y i y ^ i ) 2
S D = 1 n i = 1 n y i y ^ i y y ^ ¯ 2
B i a s = 1 n i = 1 n ( y ^ i y i )
where y i , y ^ i , and y ¯ denote the observed, predicted, and mean observed values, respectively, and n is the number of samples.

3. Results

3.1. Numerical Results

In this study, tidal harmonic analysis was employed to estimate the water level at the bay mouth, and the multi-year average runoff was used to approximate river inflow. These treatments can capture the fundamental hydrodynamic characteristics of the region over longer time scales, but they are indeed limited in fully resolving daily or even hourly variations during 2021–2022. In addition, the temporal variation in dissolved oxygen concentrations at the boundaries is subject to uncertainties due to monitoring frequency and spatial representativeness. To minimize these uncertainties, a systematic comparative analysis of the simulation results was conducted through numerical model validation, thereby reducing the overall impact of uncertainties on simulation accuracy.
To validate the accuracy of the numerical model, a comparison was made between the observed DO concentrations at the representative monitoring point LH017 in the central area of the study region and the model simulation results, as shown in Figure 4. Overall, the simulation data and observed data exhibit a consistent trend, effectively reflecting the seasonal fluctuations in DO concentrations, with a slight decrease in autumn and winter, followed by a gradual recovery in spring. At multiple sampling points, the simulated values are close to the observed values, indicating the model’s good local fitting ability. Further calculations show that the model’s root mean square error (RMSE) is 0.422 gO2/m3, the mean absolute error (MAE) is 0.363 gO2/m3, and the mean absolute percentage error (MAPE) is 5.72%. These results suggest that the constructed water quality model has high accuracy and reliability, making it effective for simulating and predicting water quality changes in the study area, and providing important support for subsequent training of deep learning models.
Figure 5 shows the spatiotemporal distribution of DO concentration in the study area from 1 to 20 November 2021. Overall, the DO concentration in the entire study area mainly remains between 5.0 and 7.0 gO2/m3, indicating a relatively high level and suggesting good oxygen conditions in the water during this period. Between 1 and 12 November, the DO concentration was higher at the bay mouth, while the inner bay and estuary areas had relatively lower DO concentrations. The DO concentration decreased from the bay mouth to the inner bay and estuary in the direction of tidal flow, indicating that the exchange with the offshore water had a certain positive effect on improving the water quality at the bay mouth. As time progressed, the DO concentration in the bay mouth area showed a decreasing trend, while the DO concentration in the inner bay and estuary gradually increased, resulting in an improvement in the water quality within the bay. The simulation results effectively reveal the evolution of DO concentration at different spatial locations and time points, further validating the reliability of the numerical model. These results can serve as ground truth for training deep learning models.

3.2. Performance of the LSTM-GRU Hybrid Model

To verify the performance of the LSTM-GRU Hybrid Model constructed in this study for predicting the DO concentration field in Shenzhen Bay, a specific moment was randomly selected from the training set, validation set, and test set. The predicted results were compared with the ground truth, as shown in Figure 6, Figure 7 and Figure 8. From the figure, it can be seen that the spatial distribution trends of the model’s predictions are highly consistent with the ground truth across different datasets. The overall concentration gradient changes and the spatial locations of high and low concentration areas are well reproduced. In both the training and validation sets, the model achieves accurate fitting of the gradient distribution from low to high concentrations, successfully capturing the decreasing pattern of DO concentration from the bay mouth to the inner bay, with minimal numerical differences. During the testing phase, where DO concentration exhibits obvious spatial variation, the model still accurately captures the global concentration gradient, reflecting the real concentration distribution. Overall, the proposed LSTM-GRU hybrid model demonstrates good generalization ability and can successfully decouple the spatiotemporal heterogeneity patterns of the DO concentration field in Shenzhen Bay.
Sixteen random points were selected within the study area to create contour plots comparing the LSTM-GRU Hybrid Model with Ground Truth, as shown in Figure 9. The point cluster densely distributed near the diagonal line further demonstrates that the LSTM-GRU Hybrid Model can accurately capture the gradient change pattern of the DO concentration field. The prediction error distribution for different concentration intervals is uniform, with no systematic overestimation or underestimation. It is noteworthy that the model maintains stable prediction performance at different spatial locations, with the RMSE fluctuating around 0.02 gO2/m3 and R2 deviation < 0.08. This further verifies the stability and reliability of the LSTM-GRU Hybrid Model across different times and spatial locations. It can effectively capture the nonlinear variation characteristics of DO concentration and has strong generalization ability in modeling the spatial heterogeneity and dynamic evolution patterns of the DO concentration field under the complex hydrodynamic conditions in Shenzhen Bay.

3.3. Performance of the Reference Methods

Figure 10 shows the residual scatter plots of the reference algorithms on different datasets. From the figure, it can be observed that the KNN model has a higher concentration of residuals, with residuals mainly distributed within the ±0.2 gO2/m3 range on the training, validation, and test sets. The MAE values are relatively low, but there is a prediction shift in the low dissolved oxygen concentration region (DO < 6 gO2/m3) due to sparse samples, indicating that it has a certain advantage in fitting local samples. The LSTM model is relatively stable, with the MAE for all datasets consistently maintained within the 0.08–0.09 range, and the residuals are evenly distributed across the full concentration range, without any systematic bias. The RNN model’s prediction accuracy is slightly lower than that of the LSTM model, showing a trend of over-prediction in the low dissolved oxygen concentration range. In contrast, the MLP model performs poorly, with its MAE significantly higher than that of other models. It shows a systematic underestimation in the DO > 6.5 gO2/m3 region and exhibits residual skew in all datasets, suggesting that its time-series modeling ability and generalization performance are somewhat lacking. Overall, the LSTM model performs best in temporal feature learning and error control, followed by KNN and RNN, while the MLP model has relatively low applicability in this study.

4. Discussion

This study proposes for the construction of an LSTM-GRU Hybrid Model to predict the distribution of DO concentration in semi-enclosed water body. The model fully integrates the advantages of LSTM in modeling long-term temporal dependencies and the superior computational efficiency and convergence speed of the GRU structure. It not only captures long-term dependencies in time series data but also effectively handles noise and nonlinear features in the data, significantly improving the prediction accuracy and stability. This allows for efficient and accurate prediction of DO concentration distribution in the study area. The model not only improves the spatial and temporal resolution of simulations but also provides new ideas and methods for modeling dynamic water quality changes in complex coastal environments.
Compared to traditional experimental measurements and CFD numerical simulations, machine learning methods offer significant advantages in this study. Traditional in situ monitoring relies on discrete point sampling, which is limited by the density of device deployment and measurement frequency, making it difficult to achieve high-frequency observation over large-scale spatial regions and long time periods. CFD methods can simulate hydrodynamic-ecological coupling processes, but their computational efficiency is constrained by grid resolution, parameterization schemes, and boundary condition uncertainties. In complex water bodies like Shenzhen Bay, which are affected by multiple factors such as tides, runoff, and pollution discharge, CFD simulations can take hours to complete. In contrast, the LSTM-GRU Hybrid Model, through a data-driven approach, learns the spatiotemporal correlations in the data, enabling the analysis of nonlinear interactions without explicitly constructing physical equations. This reduces the prediction time to seconds while maintaining prediction accuracy, improving computational efficiency by one order of magnitude and demonstrating its strong potential to replace and supplement traditional methods.
Compared to other machine learning models, such as KNN, MLP, RNN, and LSTM models, the LSTM-GRU Hybrid Model shows significant advantages in the training, validation, and testing stages, as shown in Figure 11, the error metrics of each algorithm are presented in Table 4. On all three datasets, the LSTM-GRU Hybrid Model’s standard deviation (SD) is closer to the reference values, its R2 is closer to 0.99, and its RMSE is below 0.09 gO2/m3, indicating superior fitting ability and prediction accuracy for dissolved oxygen concentration. In comparison, the performance of KNN, MLP, RNN, and LSTM models is slightly inferior. Figure 12 shows the kernel density estimation of each algorithm. The LSTM-GRU Hybrid Model significantly outperforms the other models, with its predicted values closely concentrated near the ideal fit line, and the error distribution is relatively small. This further validates the superiority of the LSTM-GRU Hybrid Model in modeling dissolved oxygen concentration in semi-enclosed water body. This advantage may be attributed to the complementary nature of LSTM and GRU structures. LSTM excels in handling long-term dependencies, while GRU performs better in training efficiency and convergence speed. The combination of the two alleviates overfitting and training complexity while maintaining prediction accuracy. In this study, the LSTM-GRU Hybrid Model shows a convergence speed comparable to other reference models, but demonstrates stronger expressive power in feature extraction and temporal modeling, better adapting to the complex hydrodynamics and biogeochemical processes of Shenzhen Bay, thus improving overall prediction performance.
In addition, this study compares its results with existing machine learning research. For example, Kim et al. [36] employed an LSTM model to predict the British Columbia Water Quality Index (BCWQI) in Lake Päijänne, Finland, and the results showed that the model outperformed ANN, SVR, and RF, achieving an R2 of 0.91 and an RMSE of 0.11. Similarly, this study verifies the advantages of deep learning in capturing the nonlinear dynamic characteristics of water bodies. Compared with the standalone LSTM model, however, the proposed LSTM-GRU Hybrid Model further improves prediction accuracy and stability, achieving an R2 close to 0.99 and an RMSE below 0.09 gO2/m3 in DO prediction for semi-enclosed coastal areas. This demonstrates its stronger adaptability and robustness in highly nonlinear and noisy marine environments.
This study achieved good prediction results in simulating dissolved oxygen concentration in the Shenzhen Bay area and validated the effectiveness of the LSTM-GRU Hybrid Model. However, the model primarily relies on data trained under normal conditions and lacks specialized modeling and response mechanisms for abnormal events (such as heavy rainfall, red tides, and other extreme situations). In addition, strong physical forcing factors such as tidal height, current velocity, wind speed, air temperature, salinity, radiation, and river inflow were not explicitly incorporated; instead, the DO concentrations at four key boundary points over the past six days were selected as the primary input. The rationale for this choice is as follows: first, boundary DO concentrations largely integrate the combined effects of water exchange, meteorological conditions, and biological processes, thereby indirectly reflecting the influence of multiple physical and chemical drivers; second, Shenzhen Bay is a semi-enclosed water body with relatively stable hydrodynamic conditions, and the DO time series at boundary points is highly representative of the spatiotemporal distribution throughout the bay; and third, to balance model complexity and generalization capability, simplified input features were adopted to validate the feasibility and effectiveness of prediction under limited driving information. In addition, this study conducted a feature importance analysis, and the contribution rates of the boundary points were 31.6%, 38.6%, 16.3%, and 13.5%, respectively, revealing the differences in the model’s sensitivity to DO concentrations at different boundary points. Future research will further incorporate tidal, salinity, and meteorological data to construct a multimodal input framework, enhance the collection and modeling of extreme event data, and allow the model to maintain good adaptability and robustness even under sudden environmental changes, further promoting the application of intelligent prediction models in water environment simulation and management.

5. Conclusions

This study applies deep learning technology to the spatiotemporal prediction of DO concentration fields in Shenzhen Bay by constructing the LSTM-GRU Hybrid Model, achieving efficient dynamic simulation of water quality parameters in complex semi-enclosed water body. Through a systematic comparison with KNN, RNN, MLP, and the standalone LSTM model, the proposed LSTM-GRU Hybrid Model demonstrates higher correlation coefficients and lower RMSE on the training, validation, and test datasets. The R2 value is close to 0.99, and the RMSE is below 0.09 gO2/m3, fully validating its superiority in complex nonlinear water quality prediction tasks. The LSTM-GRU Hybrid Model provides a new technological approach for environmental modeling and assessment in semi-enclosed water bodies. The research results can offer decision-making support for ecological environment assessments, pollution early warning, and resource scheduling in typical water bodies, such as urban bays. Future research should focus on strengthening extreme event data modeling to enhance the model’s adaptability and robustness, further advancing the application of intelligent prediction.

Author Contributions

Data curation, S.C.; Writing—original draft, H.C. and S.L.; Writing—review and editing, X.Y.; Supervision, Z.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was Supported by Coal Industry Engineering Research Center of Mining Area Environmental and Disaster Cooperative Monitoring (Anhui University of Science and Technology) (NO. KSXTJC202204), the National Natural Science Foundation of China (Grant number 52309079), and Guangxi Key Laboratory of Beibu Gulf Marine Resources, Environment and Sustainable Development (MRESD-2023-B03).

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Donohue, I.; Irvine, K. Quantifying variability within water samples: The need for adequate subsampling. Water Res. 2008, 42, 476–482. [Google Scholar] [CrossRef] [PubMed]
  2. Tiyasha; Tung, T.M.; Yaseen, Z.M. A survey on river water quality modelling using artificial intelligence models: 2000–2020. J. Hydrol. 2020, 585, 124670. [Google Scholar] [CrossRef]
  3. Yahyaoui, N.; Neji, M.; Kallel, M.; Wali, A.; Hajji, S. A comparative approach of ML algorithms to rank irrigation water quality: Case of Oriental-Coast shallow aquifer in Cap-Bon, northeastern of Tunisia. Model. Earth Syst. Environ. 2023, 9, 3733–3746. [Google Scholar] [CrossRef]
  4. Mustafa, N.F. Enhanced rainfall-runoff modeling with hybrid machine learning and NRCS: Bridging AI and hydrology. Model. Earth Syst. Environ. 2025, 11, 231. [Google Scholar] [CrossRef]
  5. Wang, Y.-Y.; Wang, W.-C.; Xu, D.-M.; Zhao, Y.-W.; Zang, H.-F. A novel strategy for flood flow Prediction: Integrating Spatio-Temporal information through a Two-Dimensional hidden layer structure. J. Hydrol. 2024, 638, 131482. [Google Scholar] [CrossRef]
  6. Chen, Y.; Song, L.; Liu, Y.; Yang, L.; Li, D. A review of the artificial neural network models for water quality prediction. Appl. Sci. 2020, 10, 5776. [Google Scholar] [CrossRef]
  7. D’autilia, R.; Falcucci, M.; Hull, V.; Parrella, L. Short time dissolved oxygen dynamics in shallow water ecosystems. Ecol. Model. 2004, 179, 297–306. [Google Scholar] [CrossRef]
  8. Dubuc, A.; Waltham, N.; Malerba, M.; Sheaves, M. Extreme dissolved oxygen variability in urbanised tropical wetlands: The need for detailed monitoring to protect nursery ground values. Estuar. Coast. Shelf Sci. 2017, 198, 163–171. [Google Scholar] [CrossRef]
  9. Hishe, T.G.; Teka, A.H.; Tolosa, A.T.; Ayane, K.F.; Birhane, B.S. Modeling on comprehensive evaluation of water quality status for Abay River, Ethiopia. Model. Earth Syst. Environ. 2022, 8, 523–528. [Google Scholar] [CrossRef]
  10. Beadle, L.C. Measurement of dissolved oxygen in swamp waters. Further modification of the Winkler method. J. Exp. Biol. 1958, 35, 556–566. [Google Scholar] [CrossRef]
  11. Wilkin, R.T.; McNeil, M.S.; Adair, C.J.; Wilson, J.T. Field measurement of dissolved oxygen: A comparison of methods. Groundw. Monit. Remediat. 2001, 21, 124–132. [Google Scholar] [CrossRef]
  12. Wittkampf, M.; Chemnitius, G.-C.; Cammann, K.; Rospert, M.; Mokwa, W. Silicon thin film sensor for measurement of dissolved oxygen. Sens. Actuators B Chem. 1997, 43, 40–44. [Google Scholar] [CrossRef]
  13. Li, X.-M.; Ruan, F.-C.; Ng, W.-Y.; Wong, K.-Y. Scanning optical sensor for the measurement of dissolved oxygen and BOD. Sens. Actuators B Chem. 1994, 21, 143–149. [Google Scholar] [CrossRef]
  14. Hydes, D.J.; Hartman, M.C.; Kaiser, J.; Campbell, J.M. Measurement of dissolved oxygen using optodes in a FerryBox system. Estuar. Coast. Shelf Sci. 2009, 83, 485–490. [Google Scholar] [CrossRef]
  15. Abbaspour, K.C.; Yang, J.; Maximov, I.; Siber, R.; Bogner, K.; Mieleitner, J.; Zobrist, J.; Srinivasan, R. Modelling hydrology and water quality in the pre-alpine/alpine Thur watershed using SWAT. J. Hydrol. 2007, 333, 413–430. [Google Scholar] [CrossRef]
  16. Almeida, M.; Rebelo, R.; Costa, S.; Rodrigues, A.; Coelho, P. Long-term water quality modeling of a shallow eutrophic lagoon with limited forcing data. Environ. Model. Assess. 2023, 28, 201–225. [Google Scholar] [CrossRef]
  17. Hull, V.; Parrella, L.; Falcucci, M. Modelling dissolved oxygen dynamics in coastal lagoons. Ecol. Model. 2008, 211, 468–480. [Google Scholar] [CrossRef]
  18. Antonopoulos, V.Z.; Gianniou, S.K. Simulation of water temperature and dissolved oxygen distribution in Lake Vegoritis, Greece. Ecol. Model. 2003, 160, 39–53. [Google Scholar] [CrossRef]
  19. Fang, X.; Stefan, H.G.; Alam, S.R. Simulation and validation of fish thermal DO habitat in north-central US lakes under different climate scenarios. Ecol. Model. 1999, 118, 167–191. [Google Scholar] [CrossRef]
  20. Stefan, H.G.; Fang, X. Dissolved oxygen model for regional lake analysis. Ecol. Model. 1994, 71, 37–68. [Google Scholar] [CrossRef]
  21. Carlsson, L.; Persson, J.; Håkanson, L. A management model to predict seasonal variability in oxygen concentration and oxygen consumption in thermally stratified coastal waters. Ecol. Model. 1999, 119, 117–134. [Google Scholar] [CrossRef]
  22. Chapelle, A.; Ménesguen, A.; Deslous-Paoli, J.-M.; Souchu, P.; Mazouni, N.; Vaquer, A.; Millet, B. Modelling nitrogen, primary production and oxygen in a Mediterranean lagoon. Impact of oysters farming and inputs from the watershed. Ecol. Model. 2000, 127, 161–181. [Google Scholar] [CrossRef]
  23. Mandal, S.; Debnath, M.; Ray, S.; Ghosh, P.B.; Roy, M.; Ray, S. Dynamic modelling of dissolved oxygen in the creeks of Sagar island, Hooghly–Matla estuarine system, West Bengal, India. Appl. Math. Model. 2012, 36, 5952–5963. [Google Scholar] [CrossRef]
  24. Park, S.S.; Na, Y.; Uchrin, C.G. An oxygen equivalent model for water quality dynamics in a macrophyte dominated river. Ecol. Model. 2003, 168, 1–12. [Google Scholar] [CrossRef]
  25. Hoque, A.; Paul, A.K.; Rahman, M.; Rahman, S.M.; Paul, G.C. Modeling water quality parameters in marine ecosystems affected by oxygen deficiency. Model. Earth Syst. Environ. 2025, 11, 206. [Google Scholar] [CrossRef]
  26. Curbani, F.E.; Lacerda, K.C.; Curbani, F.; Barreto, F.T.C.; Tadokoro, C.E.; Chacaltana, J.T.A. Numerical study of physical and biogeochemical processes controlling dissolved oxygen in an urbanized subtropical estuary: Vitória island estuarine system, brazil. Environ. Model. Assess. 2021, 27, 233–249. [Google Scholar] [CrossRef]
  27. Piehl, S.; Friedland, R.; Heyden, B.; Leujak, W.; Neumann, T.; Schernewski, G. Modeling of water quality indicators in the Western Baltic Sea: Seasonal oxygen deficiency. Environ. Model. Assess. 2023, 28, 429–446. [Google Scholar] [CrossRef]
  28. Kisi, O.; Alizamir, M.; Docheshmeh Gorgij, A. Dissolved oxygen prediction using a new ensemble method. Environ. Sci. Pollut. Res. 2020, 27, 9589–9603. [Google Scholar] [CrossRef]
  29. Ahmed, A.M. Prediction of dissolved oxygen in Surma River by biochemical oxygen demand and chemical oxygen demand using the artificial neural networks (ANNs). J. King Saud Univ.-Eng. Sci. 2017, 29, 151–158. [Google Scholar] [CrossRef]
  30. Zare Abyaneh, H. Evaluation of multivariate linear regression and artificial neural networks in prediction of water quality parameters. J. Environ. Health Sci. Eng. 2014, 12, 40. [Google Scholar] [CrossRef] [PubMed]
  31. Ramaraj, M.; Sivakumar, R. Integration of band regression empirical water quality (BREWQ) model with deep learning algorithm in spatiotemporal modeling and prediction of surface water quality parameters. Model. Earth Syst. Environ. 2023, 9, 3279–3304. [Google Scholar] [CrossRef]
  32. Elkiran, G.; Nourani, V.; Abba, S.I. Multi-step ahead modelling of river water quality parameters using ensemble artificial intelligence-based approach. J. Hydrol. 2019, 577, 123962. [Google Scholar] [CrossRef]
  33. Ay, M.; Kisi, O. Modeling of dissolved oxygen concentration using different neural network techniques in Foundation Creek, El Paso County, Colorado. J. Environ. Eng. 2012, 138, 654–662. [Google Scholar] [CrossRef]
  34. Faruk, D.Ö. A hybrid neural network and ARIMA model for water quality time series prediction. Eng. Appl. Artif. Intell. 2010, 23, 586–594. [Google Scholar] [CrossRef]
  35. Shi, G. Hydrodynamic and Water Quality Simulation of Shenzhen Bay Based on Delft3D Model. Master’s Thesis, Xi’an University of Technology, Xi’an, China, 2018. Available online: https://kns.cnki.net/kcms2/article/abstract?v=9ZlGolWNudLfnErmtfdILSfP9Gd_pIHLbw0a7IFaZtIvexcZjMJNIh24aLZB8ukgnfcCXZ2NuIFgNtdNX_Gymvcn-dG9rU8q-7eTwVKzjGH5I_E8fYbsYFDkd79HFRrqrCW-oaAcJ69cniXw95oHUj8ggt93-UeKBg1Gt_rEun9sumV2T1KwwA==&uniplatform=NZKPT&language=CHS (accessed on 12 May 2025). (In Chinese).
  36. Kim, H.I.; Kim, D.; Mahdian, M.; Salamattalab, M.M.; Bateni, S.M.; Noori, R. Incorporation of water quality index models with machine learning-based techniques for real-time assessment of aquatic ecosystems. Environ. Pollut. 2024, 355, 124242. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Technical Route Diagram.
Figure 1. Technical Route Diagram.
Processes 13 03325 g001
Figure 2. Map of the Study Area.
Figure 2. Map of the Study Area.
Processes 13 03325 g002
Figure 3. LSTM-GRU Hybrid Model Architecture Diagram.
Figure 3. LSTM-GRU Hybrid Model Architecture Diagram.
Processes 13 03325 g003
Figure 4. Validation of numerical model for DO simulation.
Figure 4. Validation of numerical model for DO simulation.
Processes 13 03325 g004
Figure 5. Spatial variations in DO by numerical simulation.
Figure 5. Spatial variations in DO by numerical simulation.
Processes 13 03325 g005
Figure 6. Comparison of LSTM-GRU Hybrid Model on Training Set and Ground Truth DO Concentration Distribution.
Figure 6. Comparison of LSTM-GRU Hybrid Model on Training Set and Ground Truth DO Concentration Distribution.
Processes 13 03325 g006
Figure 7. Comparison of LSTM-GRU Hybrid Model on Validation Set and Ground Truth DO Concentration Distribution.
Figure 7. Comparison of LSTM-GRU Hybrid Model on Validation Set and Ground Truth DO Concentration Distribution.
Processes 13 03325 g007
Figure 8. Comparison of LSTM-GRU Hybrid Model on Test Set and Ground Truth DO Concentration Distribution.
Figure 8. Comparison of LSTM-GRU Hybrid Model on Test Set and Ground Truth DO Concentration Distribution.
Processes 13 03325 g008
Figure 9. LSTM-GRU Hybrid Model and Ground Truth Contour Plot: RMSE is expressed in units of gO2/m3.
Figure 9. LSTM-GRU Hybrid Model and Ground Truth Contour Plot: RMSE is expressed in units of gO2/m3.
Processes 13 03325 g009
Figure 10. Residual scatter plot of reference algorithms.
Figure 10. Residual scatter plot of reference algorithms.
Processes 13 03325 g010
Figure 11. Performance Taylor Diagram of Various Algorithms.
Figure 11. Performance Taylor Diagram of Various Algorithms.
Processes 13 03325 g011
Figure 12. Kernel density estimation plots of each algorithm: RMSE is expressed in units of gO2/m3.
Figure 12. Kernel density estimation plots of each algorithm: RMSE is expressed in units of gO2/m3.
Processes 13 03325 g012
Table 1. Statistics of Input Variables and Target Variable.
Table 1. Statistics of Input Variables and Target Variable.
Statistical MeasureBoundary Point 1
(g O2/m3)
Boundary Point 2
(g O2/m3)
Boundary Point 3
(g O2/m3)
Boundary Point 4
(g O2/m3)
Target Variable
(g O2/m3)
Mean6.656.646.636.586.70
Maximum7.117.097.307.607.72
Minimum5.865.855.845.784.92
Standard Deviation0.290.280.270.280.49
Table 2. Basic Information of River Mouths Discharging into the Sea.
Table 2. Basic Information of River Mouths Discharging into the Sea.
River NameAverage Flow
(m3·s−1)
Mouth Width
(m)
LongitudeLatitude
Shenzhen River9.91200114.03522.5065
Fengtang River1.7836114.01422.5292
Dasha River2.8880113.95122.5222
Xiaosha River0.5811.8113.98922.5257
Houhai River1.1723.62113.93922.4892
Table 3. Hyperparameter settings of the LSTM-GRU Hybrid Model.
Table 3. Hyperparameter settings of the LSTM-GRU Hybrid Model.
HyperparameterSettings
N_timesteps6
LSTM layer neuron count200, 100
GRU layer neuron count150
Dropout0.5
Activation functiontanh + LeakyReLU(0.05)
OptimizerRMSprop
Learning rate0.001
Epochs800
Note: The hardware environment for the computations in this study is: 13th Gen Intel(R) Core(TM) i5-13400F 2.50 GHz, 16 GB RAM, and a 64-bit operating system.
Table 4. Performance of each model.
Table 4. Performance of each model.
DatasetMetricsLSTM-GRUKNNLSTMMLPRNN
TrainR20.9760.9640.9540.7890.931
RMSE0.0700.0870.0980.2110.121
SD0.4830.4350.4230.3410.384
MAE0.0540.0620.0760.1700.092
Bias0.025−0.0070.001−0.017−0.019
ValidationR20.9680.9340.9400.8180.913
RMSE0.0870.1250.1200.2080.144
SD0.4990.4500.4390.3690.403
MAE0.0690.0950.0910.1640.104
Bias0.018−0.032−0.007−0.007−0.032
TestR20.9720.9470.9550.8660.922
RMSE0.0830.1140.1050.1820.139
SD0.5260.4670.4570.3980.409
MAE0.0630.0830.0820.1460.105
Bias0.033−0.020−0.008−0.055−0.030
Note: The unit of RMSE, MAE, and SD are gO2/m3.
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

Yan, X.; Cheng, H.; Chi, S.; Liu, S.; Zhu, Z. Spatiotemporal Modeling of Dissolved Oxygen in a Semi-Enclosed Water Body with a LSTM-GRU Hybrid Approach. Processes 2025, 13, 3325. https://doi.org/10.3390/pr13103325

AMA Style

Yan X, Cheng H, Chi S, Liu S, Zhu Z. Spatiotemporal Modeling of Dissolved Oxygen in a Semi-Enclosed Water Body with a LSTM-GRU Hybrid Approach. Processes. 2025; 13(10):3325. https://doi.org/10.3390/pr13103325

Chicago/Turabian Style

Yan, Xiaohui, Hongyun Cheng, Shenshen Chi, Sidi Liu, and Zuhao Zhu. 2025. "Spatiotemporal Modeling of Dissolved Oxygen in a Semi-Enclosed Water Body with a LSTM-GRU Hybrid Approach" Processes 13, no. 10: 3325. https://doi.org/10.3390/pr13103325

APA Style

Yan, X., Cheng, H., Chi, S., Liu, S., & Zhu, Z. (2025). Spatiotemporal Modeling of Dissolved Oxygen in a Semi-Enclosed Water Body with a LSTM-GRU Hybrid Approach. Processes, 13(10), 3325. https://doi.org/10.3390/pr13103325

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