SCALE-RM
|
module Land admin More...
Functions/Subroutines | |
subroutine, public | land_admin_setup |
Setup. More... | |
subroutine, public | land_admin_getscheme (scheme_name) |
Get name of scheme for each component. More... | |
Variables | |
logical, public | land_do = .true. |
character(len=h_short), public | land_type = 'NONE' |
logical, public | land_sw |
module Land admin
name | type | default value | comment |
---|---|---|---|
LAND_DO | logical | .true. | main switch for the model |
LAND_TYPE | character(len=H_SHORT) | 'NONE' |
subroutine, public mod_land_admin::land_admin_setup | ( | ) |
Setup.
Definition at line 52 of file mod_land_admin.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, land_do, land_sw, land_type, and scale_process::prc_mpistop().
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public mod_land_admin::land_admin_getscheme | ( | character(len=h_short), intent(out) | scheme_name | ) |
Get name of scheme for each component.
Definition at line 107 of file mod_land_admin.f90.
References land_type, and scale_process::prc_mpistop().
logical, public mod_land_admin::land_do = .true. |
Definition at line 33 of file mod_land_admin.f90.
Referenced by mod_admin_restart::admin_restart_read(), land_admin_setup(), mod_rm_driver::resume_state(), and mod_rm_driver::scalerm().
character(len=h_short), public mod_land_admin::land_type = 'NONE' |
Definition at line 35 of file mod_land_admin.f90.
Referenced by land_admin_getscheme(), land_admin_setup(), and mod_land_phy_driver::land_phy_driver_setup().
logical, public mod_land_admin::land_sw |
Definition at line 37 of file mod_land_admin.f90.
Referenced by mod_cpl_admin::cpl_admin_setup(), mod_cpl_vars::cpl_vars_setup(), land_admin_setup(), mod_land_driver::land_driver(), mod_land_driver::land_driver_resume(), mod_land_phy_driver::land_phy_driver_resume(), mod_land_phy_driver::land_phy_driver_setup(), mod_land_driver::land_surface_get(), mod_land_driver::land_surface_set(), mod_land_vars::land_vars_restart_create(), and mod_land_vars::land_vars_restart_open().