XBeach
Data Types | Public Member Functions | Private Member Functions
filefunctions Module Reference

List of all members.

Data Types

interface  check_file_length

Public Member Functions

integer function, public create_new_fid ()
subroutine, public check_file_exist (filename, exist, forceclose)
subroutine check_file_length_1D (fname, d1)
subroutine check_file_length_2D (fname, d1, d2)
subroutine check_file_length_3D (fname, d1, d2, d3)
subroutine, public checkbcfilelength (tstop, wbctype, filename, filetype, nonh)
integer function, public get_file_length (filename)

Private Member Functions

subroutine check_file_exist_generic (filename, error)
integer function create_new_fid_generic ()

Detailed Description

Definition at line 1 of file filefunctions.F90.


Member Function/Subroutine Documentation

subroutine, public filefunctions::check_file_exist ( character(*)  filename,
logical, intent(out), optional  exist,
logical, intent(in), optional  forceclose 
)

Definition at line 31 of file filefunctions.F90.

subroutine filefunctions::check_file_exist_generic ( character(*)  filename,
integer  error 
) [private]

Definition at line 327 of file filefunctions.F90.

subroutine filefunctions::check_file_length_1D ( character(*)  fname,
integer, intent(in)  d1 
)

Definition at line 70 of file filefunctions.F90.

subroutine filefunctions::check_file_length_2D ( character(*)  fname,
integer, intent(in)  d1,
integer, intent(in)  d2 
)

Definition at line 97 of file filefunctions.F90.

subroutine filefunctions::check_file_length_3D ( character(*)  fname,
integer, intent(in)  d1,
integer, intent(in)  d2,
integer, intent(in)  d3 
)

Definition at line 124 of file filefunctions.F90.

subroutine, public filefunctions::checkbcfilelength ( real*8, intent(in)  tstop,
integer, intent(in)  wbctype,
character(slen)  filename,
integer  filetype,
logical, intent(in), optional  nonh 
)

Definition at line 151 of file filefunctions.F90.

integer function, public filefunctions::create_new_fid ( )

Definition at line 16 of file filefunctions.F90.

integer function filefunctions::create_new_fid_generic ( ) [private]

Definition at line 345 of file filefunctions.F90.

integer function, public filefunctions::get_file_length ( character(slen), intent(in)  filename)

Definition at line 295 of file filefunctions.F90.


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