out.DistCoord : Subgrid Node Coordinates

  • Brief description : collects the node coordinates of the computational subgrids.
  • Additional information : the file is created only if PRINT_MESH = .true.. If PRINT_ASCII = .false., each MPI rank creates its own output file.
  • File type : ASCII/Binary according to PRINT_ASCII flag.
  • Index of the file path in ATLAS.fnames : 20
  • Example [ASCII] :
NUMBER OF MPI RANKS :         2
----------------------------------------------------------------------
RANK            :         1
NUMBER OF NODES :      9924
----------------------------------------------------------------------
      NODE             COORD-X             COORD-Y             COORD-Z
         1  0.000000000000E+00  0.500000000000E+04 -0.950000000000E+03
         2  0.000000000000E+00  0.475000000000E+04 -0.950000000000E+03
         3  0.000000000000E+00  0.450000000000E+04 -0.950000000000E+03
         4  0.000000000000E+00  0.425000000000E+04 -0.950000000000E+03
       ...
      9922  0.525000000000E+04  0.275000000000E+04 -0.100500000000E+04
      9923  0.525000000000E+04  0.250000000000E+04 -0.100500000000E+04
      9924  0.525000000000E+04  0.225000000000E+04 -0.100500000000E+04
----------------------------------------------------------------------
RANK            :         2
NUMBER OF NODES :      9923
----------------------------------------------------------------------
      NODE             COORD-X             COORD-Y             COORD-Z
         1  0.500000000000E+04  0.225000000000E+04 -0.100000000000E+04
         2  0.500000000000E+04  0.200000000000E+04 -0.100000000000E+04
         3  0.500000000000E+04  0.175000000000E+04 -0.100000000000E+04
       ...