Not sure about you guys, but I get a bunch of compiler warnings such as
Warning: ‘countthinning’ may be used uninitialized in this function [-Wmaybe-uninitialized]
threePGN.f90:147:0:
real(kind=8), allocatable, dimension(:,:) :: thinning
This is often not a problem, but maybe worth having a look at those, and ideally get rid of the warnings so that we don't miss important warnings during the compilation
Not sure about you guys, but I get a bunch of compiler warnings such as
This is often not a problem, but maybe worth having a look at those, and ideally get rid of the warnings so that we don't miss important warnings during the compilation