I can't figure this out at all. With the command line options, I have diag as a logical, but I can see it has to be passed to the biome4 core code as part of the large real invars, so it is still converted to 1. or 0..
But no matter what I do, I can't see the diagnostic mode output, _even if I explicitly set diagmode = .true. within biome4.f. It is like it is being written to somewhere other than stdout but I can't see a new file or any other destination.
I can't figure this out at all. With the command line options, I have
diag
as a logical, but I can see it has to be passed to the biome4 core code as part of the large realinvars
, so it is still converted to1.
or0.
.But no matter what I do, I can't see the diagnostic mode output, _even if I explicitly set
diagmode = .true.
withinbiome4.f
. It is like it is being written to somewhere other thanstdout
but I can't see a new file or any other destination.