combine_videofiles

Program

program  combine_videofiles

combine slices for two different frequencies and combine using a suitable color table layout.

24-feb-09/axel: adapted from read_videofiles.x

Use :

cparam, general

Call to:

read_slice(), append_slice()

Subroutines and functions

subroutine  read_slice(file, a, ndim1, ndim2, t, it, lun, eof)

read an existing slice file

12-nov-02/axel: coded

Parameters:
  • file [character]

  • a (ndim1,ndim2) [real]

  • ndim1 [integer]

  • ndim2 [integer]

  • t [real]

  • it [integer]

  • lun [integer]

  • eof [logical,out]

Called from:

combine_videofiles, read_videofiles

subroutine  append_slice(file, a, ndim1, ndim2, t, it, lun)

append to a slice file

12-nov-02/axel: coded

Parameters:
  • file [character]

  • a (ndim1,ndim2) [real]

  • ndim1 [integer]

  • ndim2 [integer]

  • t [real]

  • it [integer]

  • lun [integer]

Called from:

combine_videofiles