https://github.com/cmcc-foundation/cmcc-hybrid-estuaryboxmodel
CMCC-Hybrid-EBM collects all the experiments releated to the estimation of salt-wedge intrusion length and salinity concentration using hybrid and machine learning based approaches.
https://github.com/cmcc-foundation/cmcc-hybrid-estuaryboxmodel
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords
Repository
CMCC-Hybrid-EBM collects all the experiments releated to the estimation of salt-wedge intrusion length and salinity concentration using hybrid and machine learning based approaches.
Basic Info
- Host: GitHub
- Owner: CMCC-Foundation
- License: apache-2.0
- Language: MATLAB
- Default Branch: master
- Homepage: https://www.estuaryboxmodel.org/
- Size: 766 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
CMCC-Hybrid-EstuaryBoxModel 
Table of Contents:
Description [to ToC]
The CMCC-Hybrid-EstuaryBoxModel (CMCC-Hybrid-EBM) is an hybrid model for the estimation of the salt-wedge intrusion length (Lx) and the salinity concentration in the estuaries. The Hybrid-EBM has been implemented by combining the ML-based model with the fully-physics EBM model. In particular, the first and the second component of this new model has been obtained replacing the two equations of the fully-physics model by ML algorithms like Random Forest and LSBoost. The Po River (Po-Goro-Branch) has been selected as test-case.
Project Structure [to ToC]
The project structure is organized as follows:
datafolder contains two subfolders:rawfolder contains three subfolders with the raw data:Component-1-Lx: Contains Excel files with the raw dataset related to the Component-1 of Hybrid-EBM.Component-2-Ck: Contains three subfolders:Ck-Obs-LSBoost: Contains Excel files with the raw dataset related to the Component-2 of Hybrid-EBM, generated using the Component-1-LSBoost.Ck-Obs-RF: Contains Excel files with the raw dataset related to the Component-2 of Hybrid-EBM, generated using the Component-1-RF.Input-Features-For-Synthetic-Ck-Obs-Generation: Contains Excel files with the raw dataset required to generate the synthetic Ck observations.
Component-4-Sul: Contains Excel files with the raw dataset related to the component-4 of hybrid-model.processedfolder contains two subfolders with the precessed training and test dataset:Component-1-Lx: Contains Excel files with the processed dataset related to the Component-1 of Hybrid-EBM.Component-2-Ck: Contains two subfolders:Ck-Obs-LSBoost: Contains Excel files with the processed dataset related to the Component-2 of Hybrid-EBM, generated using the Component-1-LSBoost.Ck-Obs-RF: Contains Excel files with the processed dataset related to the Component-2 of Hybrid-EBM, generated using the Component-1-RF.
srcfolder contains the source code files and subfolders:modelsfolder contains four subfolders, each of one contains the main scripts for running the modeling and analysis :Component-1-Lxfolder includes the following files:train_model_component_1_lx.m: The script to trains ML models for Component-1 of Hybrid-EBM.Component-2-Ckfolder includes the following folder and file:train_model_component_2_ck.m: The script to trains ML models for Component-2 of Hybrid-EBM.Component-2-1-Generate-Syntethic-Ck-Observationsfolder with the files:run_equation_synthetic_ck_observations.m: The script to run creation of new synthetic observations for ck values.generate_synthetic_ck.m: The function (equation) to generate the ck observations.
Component-3-Qulfolder includes the following files:compute_qul.m: The function (equation) to compute the Component-3 of Hybrid-EBM.Component-4-Sulfolder includes the following files:run_experiment_component_4_sul.m: The script to run the Component-4 of Hybrid-EBM.compute_sul.m: The function (equation) to compute the Component-4 of Hybrid-EBM.
libfolder contains libraries for analysis, machine learning, and utility functions.
modelsfolder contains the trained models, models predictions and model summaries for each component of hybrid-model.reportsfolder contains a brief reports of the analysis with graphics and figures.
Requirements [to ToC]
- MATLAB Version 9.14 (R2023a) (https://it.mathworks.com/products/matlab.html)
- Statistics and Machine Learning Toolbox Version 12.5 (R2023a) (https://it.mathworks.com/products/statistics.html)
- Parallel Computing Toolbox Version 7.8 (R2023a) (https://it.mathworks.com/products/parallel-computing.html)
Setup [to ToC]
To set up the project, follow these steps:
- Clone the repository:
git clone --single-branch --branch master https://github.com/CMCC-Foundation/CMCC-Hybrid-EstuaryBoxModel.git - Navigate to the project directory:
cd CMCC-Hybrid-EstuaryBoxModel
Usage [to ToC]
To run the experiment follow these steps:
- Run the script to train machine learning models for the Component-1 of Hybrid-EBM (Lx):
\src\models\Component-1-Lx\train_model_component_1_lx.m Run the script to generate synthetic observations for the Ck coefficient:
\src\models\Component-2-Ck\Component-2-1-Generate-Syntethic-Ck-Observations\run_equation_synthetic_ck_observations.mRun the script to train machine learning models for the Component-2 of Hybrid-EBM (Ck):
\src\models\Component-2-Ck\train_model_component_2_ck.mRun the script to compute Component-4 of Hybrid-EBM (Sul):
\src\models\Component-4-Sul\run_experiment_component_4_sul.m
Contact [to ToC]
For any questions or inquiries, please contact Rosalia Maglietta, Leonardo Saccotelli or Giorgia Verri.
License [to ToC]
This project is licensed under the Apache License 2.0.
Owner
- Name: CMCC Foundation
- Login: CMCC-Foundation
- Kind: organization
- Email: info@cmcc.it
- Location: Lecce, Italy
- Website: www.cmcc.it
- Repositories: 16
- Profile: https://github.com/CMCC-Foundation
Euro-Mediterranean Center on Climate Change