XBeach
Data Types | Public Member Functions
postprocessmod Module Reference

List of all members.

Data Types

interface  gridrotate

Public Member Functions

subroutine postprocessvar_r2 (wetz, varname, r2, dFill)
subroutine snappointstogrid (par, s, xpoints, ypoints, scrprintinp, dmin)
subroutine gridrotate_r0 (t, x)
subroutine gridrotate_r1 (par, s, t, x)
subroutine gridrotate_r2 (par, s, t, x, row, col)
subroutine gridrotate_r3 (par, s, t, x, row, col)
subroutine gridrotate_r4 (t, x, row, col)
subroutine gridrotate_i0 (t, x)
subroutine gridrotate_i1 (t, x)
subroutine gridrotate_i2 (t, x)
subroutine gridrotate_i3 (t, x)
subroutine gridrotate_i4 (t, x)
integer function, dimension(par%npoints+par%nrugauge) runup (par, s)
character(maxnamelen) function get_sister_mnem (mnem)

Detailed Description

Definition at line 8 of file postprocess.F90.


Member Function/Subroutine Documentation

character(maxnamelen) function postprocessmod::get_sister_mnem ( character(maxnamelen)  mnem)

Definition at line 511 of file postprocess.F90.

subroutine postprocessmod::gridrotate_i0 ( type(arraytype), intent(in)  t,
integer  x 
)

Definition at line 447 of file postprocess.F90.

subroutine postprocessmod::gridrotate_i1 ( type(arraytype), intent(in)  t,
integer, dimension(:), intent(out)  x 
)

Definition at line 457 of file postprocess.F90.

subroutine postprocessmod::gridrotate_i2 ( type(arraytype), intent(in)  t,
integer, dimension(:,:), intent(out)  x 
)

Definition at line 467 of file postprocess.F90.

subroutine postprocessmod::gridrotate_i3 ( type(arraytype), intent(in)  t,
integer, dimension(:,:,:), intent(out)  x 
)

Definition at line 477 of file postprocess.F90.

subroutine postprocessmod::gridrotate_i4 ( type(arraytype), intent(in)  t,
integer, dimension(:,:,:,:), intent(out)  x 
)

Definition at line 487 of file postprocess.F90.

subroutine postprocessmod::gridrotate_r0 ( type(arraytype), intent(in)  t,
real*8  x 
)

Definition at line 113 of file postprocess.F90.

subroutine postprocessmod::gridrotate_r1 ( type(parameters), intent(in)  par,
type(spacepars), intent(in)  s,
type(arraytype), intent(in)  t,
real*8, dimension(:)  x 
)

Definition at line 123 of file postprocess.F90.

subroutine postprocessmod::gridrotate_r2 ( type(parameters), intent(in)  par,
type(spacepars), intent(inout)  s,
type(arraytype), intent(in)  t,
real*8, dimension(:,:), intent(out)  x,
integer, intent(in), optional  row,
integer, intent(in), optional  col 
)

Definition at line 149 of file postprocess.F90.

subroutine postprocessmod::gridrotate_r3 ( type(parameters), intent(in)  par,
type(spacepars), intent(in)  s,
type(arraytype), intent(in)  t,
real*8, dimension(:,:,:)  x,
integer, intent(in), optional  row,
integer, intent(in), optional  col 
)

Definition at line 283 of file postprocess.F90.

subroutine postprocessmod::gridrotate_r4 ( type(arraytype), intent(in)  t,
real*8, dimension(:,:,:,:)  x,
integer, intent(in), optional  row,
integer, intent(in), optional  col 
)

Definition at line 409 of file postprocess.F90.

subroutine postprocessmod::postprocessvar_r2 ( integer, dimension(:,:), intent(in)  wetz,
character(maxnamelen), intent(in)  varname,
real*8, dimension(:,:), intent(inout)  r2,
real*8, intent(in)  dFill 
)

Definition at line 29 of file postprocess.F90.

integer function, dimension(par%npoints + par%nrugauge) postprocessmod::runup ( type(parameters)  par,
type(spacepars)  s 
)

Definition at line 498 of file postprocess.F90.

subroutine postprocessmod::snappointstogrid ( type(parameters), intent(in)  par,
type(spacepars), intent(in)  s,
integer*4, dimension(:), intent(inout)  xpoints,
integer*4, dimension(:), intent(inout)  ypoints,
logical, intent(in), optional  scrprintinp,
real*8, dimension(:), intent(out), optional  dmin 
)

Definition at line 52 of file postprocess.F90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables Defines