42 logical :: convert_none = .false.
43 logical :: convert_topo = .false.
44 logical :: convert_landuse = .false.
59 namelist / param_convert / &
68 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[convert] / Categ[preprocess] / Origin[SCALE-RM]' 74 if(
io_l )
write(
io_fid_log,*)
'*** Not found namelist. Default used.' 75 elseif( ierr > 0 )
then 76 write(*,*)
'xxx Not appropriate names in namelist PARAM_CONVERT. Check!' 82 if( convert_topo )
then 87 if( convert_landuse )
then 106 if ( convert_none )
then 108 if(
io_l )
write(
io_fid_log,*)
'++++++ SKIP CONVERT BOUNDARY DATA ++++++' 111 if(
io_l )
write(
io_fid_log,*)
'++++++ START CONVERT BOUNDARY DATA ++++++' 113 if( convert_topo )
then 117 if( convert_landuse )
then 121 if(
io_l )
write(
io_fid_log,*)
'++++++ END CONVERT BOUNDARY DATA ++++++' subroutine, public prc_mpistop
Abort MPI.
logical, public io_l
output log or not? (this process)
module Convert topography
subroutine, public convert
Driver.
subroutine, public cnvlanduse
Driver.
subroutine, public convert_setup
Setup.
subroutine, public cnvtopo_setup
Setup.
module Convert LandUseIndex
subroutine, public cnvtopo
Driver.
subroutine, public cnvlanduse_setup
Setup.
logical, public io_lnml
output log or not? (for namelist, this process)
integer, public io_fid_conf
Config file ID.
integer, public io_fid_log
Log file ID.