Hi,
If simCH4ebb is true (or undefined) in the config file, I get a segfault in my Simstrat-AED2 model. I found out that it is related to the following warning during compilation of AED2:
src/aed2_carbon.F90:715:0:
_DIAG_VAR_S_(data%id_atm_ch4_ebb) = ebb_flux * (1-data%ch4_bub_disf1) * secs_per_day
Warning: 'ebb_flux' may be used uninitialized in this function [-Wmaybe-uninitialized]
Hi,
If simCH4ebb is true (or undefined) in the config file, I get a segfault in my Simstrat-AED2 model. I found out that it is related to the following warning during compilation of AED2:
src/aed2_carbon.F90:715:0:
Warning: 'ebb_flux' may be used uninitialized in this function [-Wmaybe-uninitialized]