SCALE-RM
|
module USER More...
Functions/Subroutines | |
subroutine, public | user_config |
Config before setup of other components. More... | |
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_config | ( | ) |
Config before setup of other components.
Definition at line 56 of file mod_user.f90.
References scale_tracer::tracer_regist().
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public mod_user::user_setup | ( | ) |
Setup before setup of other components.
Definition at line 85 of file mod_user.f90.
References scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_fid_nml, scale_stdio::io_l, scale_stdio::io_nml, 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 118 of file mod_user.f90.
Referenced by mod_rm_driver::resume_state().
subroutine, public mod_user::user_resume | ( | ) |
Resuming operation.
Definition at line 133 of file mod_user.f90.
Referenced by mod_rm_driver::resume_state().
subroutine, public mod_user::user_step | ( | ) |
User step.
Definition at line 148 of file mod_user.f90.
References scale_process::prc_mpistop().
Referenced by mod_rm_driver::scalerm().