RWSHDFile Module

Shade file I/O operations including binary format handling for acoustic field data


Uses

  • module~~rwshdfile~~UsesGraph module~rwshdfile RWSHDFile module~fatalerror FatalError module~rwshdfile->module~fatalerror module~sourcereceiverpositions SourceReceiverPositions module~rwshdfile->module~sourcereceiverpositions module~sourcereceiverpositions->module~fatalerror module~monotonicmod monotonicMod module~sourcereceiverpositions->module~monotonicmod module~sortmod SortMod module~sourcereceiverpositions->module~sortmod module~subtabulate SubTabulate module~sourcereceiverpositions->module~subtabulate

Used by

  • module~~rwshdfile~~UsedByGraph module~rwshdfile RWSHDFile proc~openoutputfiles OpenOutputFiles proc~openoutputfiles->module~rwshdfile

Variables

Type Visibility Attributes Name Initial
integer, public :: LRecl

Subroutines

public subroutine ReadHeader(FileName, Title, atten, PlotType)

Arguments

Type IntentOptional Attributes Name
character(len=80), intent(out) :: FileName
character(len=80), intent(out) :: Title
real, intent(out) :: atten
character(len=10), intent(out) :: PlotType

public subroutine WriteHeader(FileName, Title, freq0, atten, PlotType)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: FileName*(*)
character(len=1), intent(in) :: Title*(*)
real, intent(in) :: freq0
real, intent(in) :: atten
character(len=10), intent(in) :: PlotType

public subroutine WriteField(P, NRz, NRr, iRec)

Arguments

Type IntentOptional Attributes Name
complex, intent(in) :: P(NRz,NRr)
integer, intent(in) :: NRz
integer, intent(in) :: NRr
integer, intent(inout) :: iRec