FESOM / fesom2

Multi-resolution ocean general circulation model.
http://fesom.de/
GNU General Public License v3.0
45 stars 46 forks source link

call compute_thetao(mode, tracers, partit, mesh) #577

Open patrickscholz opened 3 months ago

patrickscholz commented 3 months ago

https://github.com/FESOM/fesom2/blame/856b1e561f875a8129fc3821f5046a3a4a5b3c77/src/gen_modules_diag.F90#L949 call compute_thetao(mode, tracers, partit, mesh)

Is there a reason why this routine is not hidden behind a flag? Is this always needed or just for the coupled case?

JanStreffing commented 3 months ago

That seems to have snuk in here: https://github.com/FESOM/fesom2/pull/563/files when I tried to make this patch: https://github.com/FESOM/fesom2/files/14362870/fw_bug.patch.

I'm not sure right now how.