SCALE-RM
Modules | Functions/Subroutines | Variables
mod_admin_restart.F90 File Reference
#include "scalelib.h"
Include dependency graph for mod_admin_restart.F90:

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_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_aggregate
 Switch to use aggregate 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_aggregate
 Switch to use aggregate 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...