| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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 |
CREATES OUTPUT DIRECTORY FOR Auroral CALCULATIONS
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | outdir |
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)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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 |
SEND COMPLETE DATA FROM WORKERS TO ROOT PROCESS FOR OUTPUT. NO GHOST CELLS (I HOPE) The mpi'd dimensions are 2 and 3 so lwave needs to be permuted to the first dimension for the canned routines to work.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:,:,:) | :: | iver |