AquaticEcoDynamics / libaed-water

Code for the AED water quality model
GNU General Public License v3.0
6 stars 6 forks source link

diag_level #6

Closed matthipsey closed 2 years ago

matthipsey commented 3 years ago

diag_level in each module, and backward compatibility with extra_diag

For backward compatibility then diag_level =10 if extra_diag is TRUE

Then in the code, if any IF(extra_diag) would equate to IF(diag_level>0). Later I will go and customise the integrer values for specific things.