| 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 | ||||
| character(len=25), | public | :: | lim_var | ||||
| character(len=25), | public | :: | lim_op | ||||
| real, | public | :: | lim_const |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=25), | public | :: | typ | ||||
| character(len=25), | public | :: | ob | ||||
| integer, | public | :: | ob_num | ||||
| character(len=25), | public | :: | name | ||||
| character(len=25), | public | :: | option | ||||
| real, | public | :: | const | ||||
| real, | public | :: | const2 | = | 1 | ||
| character(len=25), | public | :: | file_pointer |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=25), | public | :: | name | ||||
| integer, | public | :: | conds | ||||
| integer, | public | :: | alts | ||||
| integer, | public | :: | acts | ||||
| type(conditions_var), | public, | dimension(:), allocatable | :: | cond | |||
| character(len=25), | public, | dimension(:,:), allocatable | :: | alt | |||
| type(actions_var), | public, | dimension(:), allocatable | :: | act | |||
| 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 | = | 0 | ||
| integer, | public | :: | day_prev | = | 0 | ||
| real, | public | :: | prob_cum | = | 0. | ||
| real, | public | :: | frac_app | = | 0. |