I think there's a tiny typo in the recent versions of mod_scalars.F (revision >=919):
Code: Select all
#ifdef T_PASSIVE
IF (.not.allocated(inert)) THEN
allocate ( inert(NPT) )
END IF
#endif
Cheers,
Pierre
Code: Select all
#ifdef T_PASSIVE
IF (.not.allocated(inert)) THEN
allocate ( inert(NPT) )
END IF
#endif