write_coords_file Subroutine

private subroutine write_coords_file(stdout, filename, fmt, coords, vals, mask, blocklen)

Uses

  • proc~~write_coords_file~~UsesGraph proc~write_coords_file write_coords_file module~w90_constants w90_constants proc~write_coords_file->module~w90_constants

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: stdout
character(len=*), intent(in) :: filename
character(len=*), intent(in) :: fmt
real(kind=dp), intent(in) :: coords(:,:)
real(kind=dp), intent(in) :: vals(:,:,:)
logical, intent(in), optional :: mask(:,:)
integer, intent(in), optional :: blocklen

Called by

proc~~write_coords_file~~CalledByGraph proc~write_coords_file write_coords_file proc~k_slice k_slice proc~k_slice->proc~write_coords_file program~postw90 postw90 program~postw90->proc~k_slice