38 character(len=H_SHORT),
public ::
snow_type =
'NONE'
61 namelist / param_land / &
70 log_info(
"LAND_ADMIN_setup",*)
'Setup'
76 log_info(
"LAND_ADMIN_setup",*)
'Not found namelist. Default used.'
77 elseif( ierr > 0 )
then
78 log_error(
"LAND_ADMIN_setup",*)
'Not appropriate names in namelist PARAM_LAND. Check!'
86 log_info(
"LAND_ADMIN_setup",*)
'Land model components '
92 log_info_cont(*)
'Land model : OFF'
99 log_info_cont(*)
'+ Snow physics : ON, ', trim(
snow_type)
102 log_info_cont(*)
'+ Snow physics : OFF'
106 log_info_cont(*)
'+ Land surface model : ', trim(
land_sfc_type)
subroutine, public land_admin_setup
Setup.
character(len=h_short), public land_sfc_type
character(len=h_short), public land_dyn_type
character(len=h_short), public snow_type
integer, public io_fid_conf
Config file ID.
subroutine, public prc_abort
Abort Process.