Dear community
because of my research project on quality of large Fortran models, I noticed that in function cvsp_alt.f , since versions 8 have become available
the local variable DSTAR is used in case 3 *(VAN RIJN 1993 formula)
but it is not initialized. In particular the
DSTAR = D50*((XMVS/XMVE-1.D0)*G/(VCE**2))**(1./3.)
is not there. I believe this happened by human mistake. Or not?
Gfortran usually assigns value 0 to non initialized variables. Other compilers unfortunately not.
Many thanks and regards,
Nikos