36 integer,
public ::
lka
37 integer,
public ::
lia
38 integer,
public ::
lja
40 integer,
public ::
lks
41 integer,
public ::
lke
42 integer,
public ::
lis
43 integer,
public ::
lie
44 integer,
public ::
ljs
45 integer,
public ::
lje
69 namelist / param_land_grid_icoa_index / &
76 log_info(
"LAND_GRID_ICOA_INDEX_setup",*)
'Setup'
80 read(
io_fid_conf,nml=param_land_grid_icoa_index,iostat=ierr)
82 log_info(
"LAND_GRID_ICOA_INDEX_setup",*)
'Not found namelist. Default used.'
83 elseif( ierr > 0 )
then
84 log_error(
"LAND_GRID_ICOA_INDEX_setup",*)
'Not appropriate names in namelist PARAM_LAND_GRID_ICOA_INDEX. Check!'
87 log_nml(param_land_grid_icoa_index)
90 log_error(
"LAND_GRID_ICOA_INDEX_setup",*)
'LKMAX must be >= 1 ',
lkmax
99 log_info(
"LAND_GRID_ICOA_INDEX_setup",*)
'Land grid index information '
100 log_info_cont(
'(1x,A,I6,A,I6,A,I6)')
'z-axis levels :',
lkmax
module atmosphere / grid / icosahedralA / index
integer, parameter, public is
integer, parameter, public js
integer, public io_fid_conf
Config file ID.
module land / grid / icosahedralA / index
subroutine, public land_grid_icoa_index_setup
Setup.
subroutine, public prc_abort
Abort Process.