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_write |
Write data to restart files. More... | |
subroutine, public | mod_admin_restart::admin_restart_read |
Read from restart files. More... | |
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 input file. More... | |
logical, public | mod_admin_restart::restart_in_postfix_timelabel = .false. |
Add timelabel to the basename of input file? More... | |
character(len=h_long), public | mod_admin_restart::restart_out_basename = '' |
Basename of the output file. More... | |
logical, public | mod_admin_restart::restart_out_postfix_timelabel = .true. |
Add timelabel to the basename of output file? More... | |
character(len=h_mid), public | mod_admin_restart::restart_out_title = '' |
Title of the output file. More... | |
character(len=h_short), public | mod_admin_restart::restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8. More... | |