real :: stor, inflo, pdsi nbs
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real, | public | :: | release | = | 0. | ||
| integer, | public | :: | day | = | 0 | ||
| character(len=1), | public | :: | hit | = | "" | ||
| type(reservoir_condition_tables), | public, | dimension(:), allocatable | :: | ctbl |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=10), | public | :: | var | = | "" | ||
| character(len=2), | public | :: | op | = | "" | ||
| real, | public | :: | val | = | 0. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | num_conds | = | 0 | ||
| real, | public | :: | action | = | 0. | ||
| type(cond), | public, | dimension(:), allocatable | :: | scon |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | num_conds | = | 0 | ||
| type(conditions), | public, | dimension(:), allocatable | :: | con |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=25), | public | :: | name | = | "" | ||
| integer, | public | :: | num_tbl | = | 0 | ||
| integer, | public | :: | num_conds | = | 0 | ||
| integer, | public | :: | num_modules | = | 0 | ||
| type(conditions), | public, | dimension(:), allocatable | :: | conds | |||
| type(modules), | public, | dimension(:), allocatable | :: | mods |