AquaticEcoDynamics / libaed-water

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

organic matter model diag setting #41

Closed aed-modeller closed 2 years ago

aed-modeller commented 2 years ago

https://github.com/AquaticEcoDynamics/libaed-water/blob/19a6b2aad2b67a2a8d8cbc7a8ea4f74e7dba0b9c/src/aed_organic_matter.F90#L323

The diag_level is fixed to 10 when the extra_diag is activated, but options of 0,1,2,3, and 10 are available in the code

matthipsey commented 2 years ago

This is the intended operation. Users should input diag_level. extra_diag is still included just for backward compatibility

diag_level can be read via the namelist https://github.com/AquaticEcoDynamics/libaed-water/blob/19a6b2aad2b67a2a8d8cbc7a8ea4f74e7dba0b9c/src/aed_organic_matter.F90#L311