Go to the documentation of this file.
43 logical :: CONVERT_TOPO = .false.
44 logical :: CONVERT_LANDUSE = .false.
45 logical :: CONVERT_USER = .false.
62 namelist / param_convert / &
71 log_info(
"CONVERT_setup",*)
'Setup'
77 log_info(
"CONVERT_setup",*)
'Not found namelist. Default used.'
78 elseif( ierr > 0 )
then
79 log_error(
"CONVERT_setup",*)
'Not appropriate names in namelist PARAM_CONVERT. Check!'
82 log_nml(param_convert)
85 if( convert_topo )
then
90 if( convert_landuse )
then
95 if( convert_user )
then
116 if ( convert_topo .OR. convert_landuse .OR. convert_user )
then
118 log_progress(*)
'start convert boundary data'
120 if( convert_landuse )
then
124 if( convert_topo )
then
128 if( convert_user )
then
132 log_progress(*)
'end convert boundary data'
135 log_progress(*)
'skip convert boundary data'
subroutine, public prc_abort
Abort Process.
subroutine, public cnvtopo
Driver.
module Convert topography
subroutine, public cnvuser_setup
Setup.
subroutine, public cnvlanduse
Driver.
module Convert 2D user data
subroutine, public cnvuser
Driver.
module atmosphere / grid / cartesC index
subroutine, public convert
Driver.
subroutine, public convert_setup
Setup.
subroutine, public cnvlanduse_setup
Setup.
module Convert LandUseIndex
subroutine, public cnvtopo_setup
Setup.
integer, public io_fid_conf
Config file ID.