FIXME : Add documentation
It's not clear that this function is correct in general
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | it | |||
integer, | intent(in) | :: | ik |
elemental logical function field_k_local(it, ik)
implicit none
integer, intent(in) :: ik, it
UNUSED_DUMMY(ik) ; UNUSED_DUMMY(it)
! This is temporary while the fields are being parallelised
field_k_local = .true.
end function field_k_local