Method that can be overridden by users to report their own custom metrics after file io
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Model), | intent(inout) | :: | this |
subroutine ReportUserMetrics_Model(this)
!! Method that can be overridden by users to
!! report their own custom metrics after file io
implicit none
class(Model),intent(inout) :: this
if(.false.) this%nvar = this%nvar ! Default implementation; suppress unused-dummy-argument warning
endsubroutine ReportUserMetrics_Model