output_aur Module Procedure

module procedure output_aur module subroutine output_aur(outdir, flagglow, ymd, UTsec, iver)

A BASIC WRAPPER FOR THE ROOT AND WORKER OUTPUT FUNCTIONS BOTH ROOT AND WORKERS CALL THIS PROCEDURE SO UNALLOCATED VARIABLES MUST BE DECLARED AS ALLOCATABLE, INTENT(INOUT)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: outdir
integer, intent(in) :: flagglow
integer, intent(in), dimension(3):: ymd
real(kind=wp), intent(in) :: UTsec
real(kind=wp), intent(in), dimension(:,:,:):: iver

Calls

proc~~output_aur~~CallsGraph proc~output_aur output_aur interface~output_aur_workers output_aur_workers proc~output_aur->interface~output_aur_workers interface~output_aur_root output_aur_root proc~output_aur->interface~output_aur_root proc~output_aur_workers output_aur_workers interface~output_aur_workers->proc~output_aur_workers proc~output_aur_root output_aur_root interface~output_aur_root->proc~output_aur_root proc~date_filename date_filename proc~output_aur_root->proc~date_filename interface~gather_recv gather_recv proc~output_aur_root->interface~gather_recv interface~gather_send gather_send proc~output_aur_workers->interface~gather_send proc~utsec2filestem utsec2filestem proc~date_filename->proc~utsec2filestem interface~gather_recv3d_23 gather_recv3D_23 interface~gather_recv->interface~gather_recv3d_23 interface~gather_recv2d_23 gather_recv2D_23 interface~gather_recv->interface~gather_recv2d_23 interface~gather_recv4d_23 gather_recv4D_23 interface~gather_recv->interface~gather_recv4d_23 interface~gather_send4d_23 gather_send4D_23 interface~gather_send->interface~gather_send4d_23 interface~gather_send2d_23 gather_send2D_23 interface~gather_send->interface~gather_send2d_23 interface~gather_send3d_23 gather_send3D_23 interface~gather_send->interface~gather_send3d_23 proc~gather_recv3d_23 gather_recv3D_23 interface~gather_recv3d_23->proc~gather_recv3d_23 proc~gather_send4d_23 gather_send4D_23 interface~gather_send4d_23->proc~gather_send4d_23 proc~gather_recv2d_23 gather_recv2D_23 interface~gather_recv2d_23->proc~gather_recv2d_23 proc~gather_recv4d_23 gather_recv4D_23 interface~gather_recv4d_23->proc~gather_recv4d_23 proc~gather_send2d_23 gather_send2D_23 interface~gather_send2d_23->proc~gather_send2d_23 proc~day_wrap day_wrap proc~utsec2filestem->proc~day_wrap proc~gather_send3d_23 gather_send3D_23 interface~gather_send3d_23->proc~gather_send3d_23 proc~day_wrap->proc~day_wrap proc~daysmonth daysmonth proc~day_wrap->proc~daysmonth mpi_send mpi_send proc~gather_send2d_23->mpi_send proc~gather_send3d_23->mpi_send proc~slabinds slabinds proc~gather_recv4d_23->proc~slabinds mpi_recv mpi_recv proc~gather_recv4d_23->mpi_recv proc~gather_recv2d_23->proc~slabinds proc~gather_recv2d_23->mpi_recv proc~gather_send4d_23->mpi_send proc~gather_recv3d_23->proc~slabinds proc~gather_recv3d_23->mpi_recv proc~id2grid ID2grid proc~slabinds->proc~id2grid

Called by

proc~~output_aur~~CalledByGraph proc~output_aur output_aur interface~output_aur output_aur interface~output_aur->proc~output_aur program~gemini3d Gemini3D program~gemini3d->interface~output_aur

Contents

None