SCALE-RM
|
module CONVERT driver More...
Functions/Subroutines | |
subroutine, public | convert_setup |
Setup. More... | |
subroutine, public | convert |
Driver. More... | |
module CONVERT driver
name | type | default value | comment |
---|---|---|---|
CONVERT_TOPO | logical | .false. | |
CONVERT_LANDUSE | logical | .false. | |
CONVERT_USER | logical | .false. |
subroutine, public mod_convert::convert_setup |
Setup.
Definition at line 52 of file mod_convert.F90.
References mod_cnvlanduse::cnvlanduse_setup(), mod_cnvtopo::cnvtopo_setup(), mod_cnvuser::cnvuser_setup(), scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_rm_prep::rm_prep().
subroutine, public mod_convert::convert |
Driver.
Definition at line 105 of file mod_convert.F90.
References mod_cnvlanduse::cnvlanduse(), mod_cnvtopo::cnvtopo(), mod_cnvuser::cnvuser(), and scale_prc::prc_abort().
Referenced by mod_rm_prep::rm_prep().