Nodes of different colours represent the following:
Solid arrows point from a file to a file which depends upon it. A file
is dependent upon another if the latter must be compiled before the former
can be.
Nodes of different colours represent the following:
Solid arrows point from a file to a file which depends upon it. A file
is dependent upon another if the latter must be compiled before the former
can be.
module m_parameters!! Module contains user defined parameters for consistent useuse variableKindimplicit nonereal(r64),parameter::inf=huge(0.d0)real(r64),parameter::NaN=transfer((/Z'00000000',Z'7FF80000'/),1.0_r64)real(r64),parameter::pi=dacos(-1.d0)end module