READS, AS INPUT, A FILE GENERATED BY THE GEMINI.F90 PROGRAM
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | outdir | |||
integer, | intent(in) | :: | flagoutput | |||
integer, | intent(in), | dimension(3) | :: | ymd | ||
real(kind=wp), | intent(in) | :: | UTsec | |||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | J1 | ||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | J2 | ||
real(kind=wp), | intent(out), | dimension(:,:,:) | :: | J3 |
READ INPUT FROM FILE AND DISTRIBUTE TO WORKERS. STATE VARS ARE EXPECTED INCLUDE GHOST CELLS. NOTE ALSO THAT RECORD-BASED INPUT IS USED SO NO FILES > 2GB DUE TO GFORTRAN BUG WHICH DISALLOWS 8 BYTE INTEGER RECORD LENGTHS.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(-1:) | :: | x1 | ||
real(kind=wp), | intent(in), | dimension(-1:) | :: | x2all | ||
real(kind=wp), | intent(in), | dimension(-1:) | :: | x3all | ||
character(len=*), | intent(in) | :: | indatsize | |||
real(kind=wp), | intent(out), | dimension(-1:,-1:,-1:,:) | :: | ns | ||
real(kind=wp), | intent(out), | dimension(-1:,-1:,-1:,:) | :: | vs1 | ||
real(kind=wp), | intent(out), | dimension(-1:,-1:,-1:,:) | :: | Ts |