SCALE-RM
|
Go to the source code of this file.
Modules | |
module | mod_admin_restart |
module administrator for restart | |
Functions/Subroutines | |
subroutine, public | mod_admin_restart::admin_restart_setup |
Setup. More... | |
subroutine, public | mod_admin_restart::admin_restart |
Variables | |
logical, public | mod_admin_restart::restart_run = .false. |
is this run restart? More... | |
logical, public | mod_admin_restart::restart_output = .false. |
output restart file? More... | |
character(len=h_long), public | mod_admin_restart::restart_in_basename = '' |
basename of the restart file More... | |
character(len=h_long), public | mod_admin_restart::restart_out_basename = '' |
basename of the output file More... | |
character(len=h_mid), public | mod_admin_restart::restart_out_title = '' |
title of the output file More... | |
character(len=h_mid), public | mod_admin_restart::restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8. More... | |