Dear modeler,
I want to declare a varaible in solve_em.F, this variable is a temparory variable that is not outputed. My declaration is
REAL, DIMENSION (kds:kde) :: tr2_massflux
and I got an error that says:
A specification expression object must be a dummy argument, a COMMON block object, or...