Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:) | :: | paramtrim | ||
integer, | intent(in) | :: | tag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | paramtrim | ||
integer, | intent(in) | :: | tag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(-1:,-1:,-1:,:) | :: | param | ||
integer, | intent(in) | :: | tag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(-1:) | :: | paramall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(-1:) | :: | param |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(-1:) | :: | paramall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(-1:) | :: | param |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:) | :: | paramtrimall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(:,:) | :: | paramtrim |
ROOT BROADCASTS IC DATA TO WORKERS ROOT TAKES A SLAB OF DATA
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | paramtrimall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | paramtrim |
+1 since this is an x3 interface quantity note the +1 since thes are interface quantities (and need to overlap b/t workers)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | paramtrimall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | paramtrim |
+1 since this is an x3 interface quantity note the +1 since thes are interface quantities (and need to overlap b/t workers)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | paramtrimall | ||
integer, | intent(in) | :: | tag | |||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | paramtrim |
THIS SUBROUTINE BROADCASTS DATA FROM A FULL GRID ARRAY ON ROOT PROCESS TO ALL WORKERS' SUB-GRID ARRAYS.
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 |
THIS SUBROUTINE BROADCASTS DATA FROM A FULL GRID ARRAY ON ROOT PROCESS TO ALL WORKERS' SUB-GRID ARRAYS.
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 |