output_aur_root Module Procedure

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

COLLECT COMPLETE DATA FROM WORKERS AND PROCESS FOR OUTPUT. NO GHOST CELLS (I HOPE)

create an output file write data to file

Arguments

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

Calls

proc~~output_aur_root~~CallsGraph proc~output_aur_root 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 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 proc~day_wrap day_wrap proc~utsec2filestem->proc~day_wrap proc~gather_recv3d_23 gather_recv3D_23 interface~gather_recv3d_23->proc~gather_recv3d_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~day_wrap->proc~day_wrap proc~daysmonth daysmonth proc~day_wrap->proc~daysmonth proc~slabinds slabinds proc~gather_recv2d_23->proc~slabinds mpi_recv mpi_recv proc~gather_recv2d_23->mpi_recv proc~gather_recv3d_23->proc~slabinds proc~gather_recv3d_23->mpi_recv proc~gather_recv4d_23->proc~slabinds proc~gather_recv4d_23->mpi_recv proc~id2grid ID2grid proc~slabinds->proc~id2grid

Called by

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

Contents

None