FV3-JEDI
fv3jedi_communication_mod Module Reference

Functions/Subroutines

subroutine, public gather_field (geom, comm, gproc, field_in, field_out)
 
subroutine, public scatter_field (geom, comm, gproc, field_in, field_out)
 

Function/Subroutine Documentation

◆ gather_field()

subroutine, public fv3jedi_communication_mod::gather_field ( type(fv3jedi_geom), intent(in)  geom,
integer, intent(in)  comm,
integer, intent(in)  gproc,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec), intent(in)  field_in,
real(kind=kind_real), dimension(1:geom%npx-1,1:geom%npy-1,6), intent(out)  field_out 
)

Definition at line 18 of file fv3jedi_communication_mod.f90.

Here is the caller graph for this function:

◆ scatter_field()

subroutine, public fv3jedi_communication_mod::scatter_field ( type(fv3jedi_geom), intent(in)  geom,
integer, intent(in)  comm,
integer, intent(in)  gproc,
real(kind=kind_real), dimension (1:geom%npx-1,1:geom%npy-1,6), intent(in)  field_in,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec), intent(out)  field_out 
)

Definition at line 115 of file fv3jedi_communication_mod.f90.

Here is the caller graph for this function: