SCALE-RM
|
module USER More...
Functions/Subroutines | |
subroutine, public | user_setup |
Setup before setup of other components. More... | |
subroutine, public | user_resume0 |
Resuming operation, before calculating tendency. More... | |
subroutine, public | user_resume |
Resuming operation. More... | |
subroutine, public | user_step |
User step. More... | |
module USER
subroutine, public mod_user::user_setup | ( | ) |
Setup before setup of other components.
Definition at line 55 of file mod_user.f90.
References scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, scale_stdio::io_lnml, and scale_process::prc_mpistop().
Referenced by mod_rm_driver::scalerm().
subroutine, public mod_user::user_resume0 | ( | ) |
Resuming operation, before calculating tendency.
Definition at line 88 of file mod_user.f90.
Referenced by mod_rm_driver::resume_state().
subroutine, public mod_user::user_resume | ( | ) |
Resuming operation.
Definition at line 97 of file mod_user.f90.
Referenced by mod_rm_driver::resume_state().
subroutine, public mod_user::user_step | ( | ) |
User step.
Definition at line 106 of file mod_user.f90.
References scale_process::prc_mpistop().
Referenced by mod_rm_driver::scalerm().