THIS SUBROUTINE BROADCASTS DATA FROM A FULL GRID ARRAY ON ROOT PROCESS TO ALL WORKERS' SUB-GRID ARRAYS.
SUBROUTINE IS TO BE CALLED BY ROOT TO DO A BROADCAST
THIS VERSION WORKS ON 4D ARRAYS WHICH INCLUDE GHOST CELLS!
ROOT BROADCASTS IC DATA TO WORKERS
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(-1:,-1:,-1:,:) | :: | paramall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(-1:,-1:,-1:,:) | :: | param |