GBS
|
Functions/Subroutines | |
real(dp) function | op3d (field, typeop) |
logical function | gbs_isnan (x, str) |
logical function | gbs_isinf (x, str) |
logical function | checkfield (field, str) |
subroutine | print_crash |
subroutine | mv2bk (file, file2) |
Move file to a backup file if it exists. More... | |
subroutine | cp2bk (file, file2) |
Copy file to a backup file if it exists. More... | |
subroutine | gbs_abort (str) |
Print an error message and terminate the run. More... | |
Variables | |
integer, private | ierr |
logical function utility_mod::checkfield | ( | real(dp), dimension(iys:iye,ixs:ixe,izs:ize), intent(in) | field, |
character(len=*), intent(in) | str | ||
) |
subroutine utility_mod::cp2bk | ( | character(len=*), intent(in) | file, |
character(len=*), intent(in) | file2 | ||
) |
Copy file to a backup file if it exists.
subroutine utility_mod::gbs_abort | ( | character(*), intent(in) | str | ) |
Print an error message and terminate the run.
logical function utility_mod::gbs_isinf | ( | real(dp), intent(in) | x, |
character(len=*), intent(in) | str | ||
) |
logical function utility_mod::gbs_isnan | ( | real(dp), intent(in) | x, |
character(len=*), intent(in) | str | ||
) |
subroutine utility_mod::mv2bk | ( | character(len=*), intent(in) | file, |
character(len=*), intent(in) | file2 | ||
) |
Move file to a backup file if it exists.
real(dp) function utility_mod::op3d | ( | real(dp), dimension(iysg:iyeg,ixsg:ixeg,izsg:izeg), intent(in) | field, |
character(len=3), intent(in) | typeop | ||
) |
subroutine utility_mod::print_crash |
|
private |