Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(decision_table), | public, | dimension(:), allocatable, target | :: | dtbl_lum | |||
type(decision_table), | public, | dimension(:), allocatable, target | :: | dtbl_res | |||
type(decision_table), | public, | dimension(:), allocatable, target | :: | dtbl_scen | |||
type(decision_table), | public, | dimension(:), allocatable, target | :: | dtbl_flo | |||
type(decision_table), | public, | pointer | :: | d_tbl |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=25), | public | :: | var | = | "" | ||
character(len=25), | public | :: | ob | = | "" | ||
integer, | public | :: | ob_num | = | 0 | ||
character(len=25), | public | :: | lim_var | = | "" | ||
character(len=25), | public | :: | lim_op | = | "" | ||
real, | public | :: | lim_const | = | 0. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=25), | public | :: | typ | = | "" | ||
character(len=25), | public | :: | ob | = | "" | ||
integer, | public | :: | ob_num | = | 0 | ||
character(len=25), | public | :: | name | = | "" | ||
character(len=40), | public | :: | option | = | "" | ||
real, | public | :: | const | = | 0. | ||
real, | public | :: | const2 | = | 1 | ||
character(len=25), | public | :: | file_pointer | = | "" |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=25), | public | :: | name | = | "" | ||
integer, | public | :: | conds | = | 0 | ||
integer, | public | :: | alts | = | 0 | ||
integer, | public | :: | acts | = | 0 | ||
type(conditions_var), | public, | dimension(:), allocatable | :: | cond | |||
character(len=25), | public, | dimension(:,:), allocatable | :: | alt | |||
type(actions_var), | public, | dimension(:), allocatable | :: | act | |||
integer, | public, | dimension(:), allocatable | :: | lu_chg_mx | |||
character(len=1), | public, | dimension(:,:), allocatable | :: | act_outcomes | |||
character(len=1), | public, | dimension(:), allocatable | :: | act_hit | |||
integer, | public, | dimension(:), allocatable | :: | act_typ | |||
integer, | public, | dimension(:), allocatable | :: | act_app | |||
integer, | public, | dimension(:), allocatable | :: | con_act | |||
integer, | public | :: | hru_lu | = | 0 | ||
real, | public | :: | ha_lu | = | 0. | ||
integer, | public | :: | hru_lu_cur | = | 0 | ||
real, | public | :: | hru_ha_cur | = | 0. | ||
integer, | public | :: | days_prob | = | 1 | ||
integer, | public | :: | day_prev | = | 0 | ||
real, | public | :: | prob_cum | = | 0. | ||
real, | public | :: | frac_app | = | 0. |