FV3-JEDI
|
Functions/Subroutines | |
subroutine, public | gather_field (geom, comm, gproc, field_in, field_out) |
subroutine, public | scatter_field (geom, comm, gproc, field_in, field_out) |
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.
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.