fosite_mod Module Reference
Data Types | |
type | fosite |
main fosite class More... | |
Variables | |
integer, parameter, private | maxlen = 500 |
integer, parameter, private | simtype = 1 |
character(len=32), parameter, private | simname = "fosite" |
Methods | |
subroutine, private | initfosite (this) |
subroutine, private | setup (this) |
subroutine, private | firststep (this) |
subroutine, private | run (this) |
logical function, private | step (this) |
subroutine, private | finalize (this, mpifinalize_) |
subroutine, private | computeruntime (this) |
subroutine, private | printinfo (this, step, i, t, d, dc, na) |
subroutine, private | printboundaryfluxes (this) |
subroutine, private | printsummary (this) |
Detailed Description
Function/Subroutine Documentation
◆ computeruntime()
|
private |
Definition at line 492 of file fosite.f90.
◆ finalize()
|
private |
Definition at line 447 of file fosite.f90.
◆ firststep()
|
private |
Definition at line 255 of file fosite.f90.
◆ initfosite()
|
private |
if Fosite is already initialized, close it, but do not finalize MPI
Definition at line 127 of file fosite.f90.
◆ printboundaryfluxes()
|
private |
Definition at line 554 of file fosite.f90.
◆ printinfo()
|
private |
Definition at line 510 of file fosite.f90.
◆ printsummary()
|
private |
Definition at line 649 of file fosite.f90.
◆ run()
|
private |
Definition at line 336 of file fosite.f90.
◆ setup()
|
private |
Definition at line 153 of file fosite.f90.
◆ step()
|
private |
Definition at line 348 of file fosite.f90.
Variable Documentation
◆ maxlen
|
private |
Definition at line 66 of file fosite.f90.
◆ simname
|
private |
Definition at line 68 of file fosite.f90.
◆ simtype
|
private |
Definition at line 67 of file fosite.f90.