SCALE-RM
|
module administrator for restart More...
Functions/Subroutines | |
subroutine, public | admin_restart_setup |
Setup. More... | |
Variables | |
logical, public | restart_run = .false. |
is this run restart? More... | |
logical, public | restart_output = .false. |
output restart file? More... | |
character(len=h_long), public | restart_in_basename = '' |
basename of the restart file More... | |
character(len=h_long), public | restart_out_basename = '' |
basename of the output file More... | |
character(len=h_mid), public | restart_out_title = '' |
title of the output file More... | |
character(len=h_mid), public | restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8. More... | |
module administrator for restart
name | type | default value | comment |
---|---|---|---|
RESTART_RUN | logical | .false. | is this run restart? |
RESTART_OUTPUT | logical | .false. | output restart file? |
RESTART_IN_BASENAME | character(len=H_LONG) | '' | basename of the restart file |
RESTART_OUT_BASENAME | character(len=H_LONG) | '' | basename of the output file |
RESTART_OUT_TITLE | character(len=H_MID) | '' | title of the output file |
RESTART_OUT_DTYPE | character(len=H_MID) | 'DEFAULT' | REAL4 or REAL8 |
subroutine, public mod_admin_restart::admin_restart_setup | ( | ) |
Setup.
Definition at line 52 of file mod_admin_restart.f90.
References mod_atmos_dyn_vars::atmos_dyn_restart_in_basename, mod_atmos_dyn_vars::atmos_dyn_restart_out_basename, mod_atmos_dyn_vars::atmos_dyn_restart_out_dtype, mod_atmos_dyn_vars::atmos_dyn_restart_out_title, mod_atmos_dyn_vars::atmos_dyn_restart_output, mod_atmos_phy_ae_vars::atmos_phy_ae_restart_in_basename, mod_atmos_phy_ae_vars::atmos_phy_ae_restart_out_basename, mod_atmos_phy_ae_vars::atmos_phy_ae_restart_out_dtype, mod_atmos_phy_ae_vars::atmos_phy_ae_restart_out_title, mod_atmos_phy_ae_vars::atmos_phy_ae_restart_output, mod_atmos_phy_ch_vars::atmos_phy_ch_restart_in_basename, mod_atmos_phy_ch_vars::atmos_phy_ch_restart_out_basename, mod_atmos_phy_ch_vars::atmos_phy_ch_restart_out_dtype, mod_atmos_phy_ch_vars::atmos_phy_ch_restart_out_title, mod_atmos_phy_ch_vars::atmos_phy_ch_restart_output, mod_atmos_phy_cp_vars::atmos_phy_cp_restart_in_basename, mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_basename, mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_dtype, mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_title, mod_atmos_phy_cp_vars::atmos_phy_cp_restart_output, mod_atmos_phy_mp_vars::atmos_phy_mp_restart_in_basename, mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_basename, mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_dtype, mod_atmos_phy_mp_vars::atmos_phy_mp_restart_out_title, mod_atmos_phy_mp_vars::atmos_phy_mp_restart_output, mod_atmos_phy_rd_vars::atmos_phy_rd_restart_in_basename, mod_atmos_phy_rd_vars::atmos_phy_rd_restart_out_basename, mod_atmos_phy_rd_vars::atmos_phy_rd_restart_out_dtype, mod_atmos_phy_rd_vars::atmos_phy_rd_restart_out_title, mod_atmos_phy_rd_vars::atmos_phy_rd_restart_output, mod_atmos_phy_sf_vars::atmos_phy_sf_restart_in_basename, mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_basename, mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_dtype, mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_title, mod_atmos_phy_sf_vars::atmos_phy_sf_restart_output, mod_atmos_phy_tb_vars::atmos_phy_tb_restart_in_basename, mod_atmos_phy_tb_vars::atmos_phy_tb_restart_out_basename, mod_atmos_phy_tb_vars::atmos_phy_tb_restart_out_dtype, mod_atmos_phy_tb_vars::atmos_phy_tb_restart_out_title, mod_atmos_phy_tb_vars::atmos_phy_tb_restart_output, mod_atmos_vars::atmos_restart_in_basename, mod_atmos_vars::atmos_restart_out_basename, mod_atmos_vars::atmos_restart_out_dtype, mod_atmos_vars::atmos_restart_out_title, mod_atmos_vars::atmos_restart_output, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, scale_stdio::io_lnml, mod_land_vars::land_restart_in_basename, mod_land_vars::land_restart_out_basename, mod_land_vars::land_restart_out_dtype, mod_land_vars::land_restart_out_title, mod_land_vars::land_restart_output, mod_ocean_vars::ocean_restart_in_basename, mod_ocean_vars::ocean_restart_out_basename, mod_ocean_vars::ocean_restart_out_dtype, mod_ocean_vars::ocean_restart_out_title, mod_ocean_vars::ocean_restart_output, scale_process::prc_mpistop(), restart_in_basename, restart_out_basename, restart_out_dtype, restart_out_title, restart_output, restart_run, mod_urban_vars::urban_restart_in_basename, mod_urban_vars::urban_restart_out_basename, mod_urban_vars::urban_restart_out_dtype, mod_urban_vars::urban_restart_out_title, and mod_urban_vars::urban_restart_output.
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
logical, public mod_admin_restart::restart_run = .false. |
is this run restart?
Definition at line 39 of file mod_admin_restart.f90.
Referenced by admin_restart_setup(), mod_land_phy_driver::land_phy_driver_resume(), mod_ocean_phy_driver::ocean_phy_driver_resume(), and mod_urban_phy_driver::urban_phy_driver_resume().
logical, public mod_admin_restart::restart_output = .false. |
output restart file?
Definition at line 40 of file mod_admin_restart.f90.
Referenced by admin_restart_setup().
character(len=h_long), public mod_admin_restart::restart_in_basename = '' |
basename of the restart file
Definition at line 42 of file mod_admin_restart.f90.
Referenced by admin_restart_setup().
character(len=h_long), public mod_admin_restart::restart_out_basename = '' |
basename of the output file
Definition at line 43 of file mod_admin_restart.f90.
Referenced by admin_restart_setup().
character(len=h_mid), public mod_admin_restart::restart_out_title = '' |
title of the output file
Definition at line 44 of file mod_admin_restart.f90.
Referenced by admin_restart_setup().
character(len=h_mid), public mod_admin_restart::restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8.
Definition at line 45 of file mod_admin_restart.f90.
Referenced by admin_restart_setup().