Include more output state variables for the areas within the LPOs and LPTs. For example, in addition to the average rain rate, have optional additional variables to average within the objects, e.g., zonal winds, surface pressure, TPW.
Steps:
- A parameter in lpt_run.py with list of variables to add. Default: empty list.
- Need to generalize the reading functions for other variables besides the rainfall variable.
- Add the state variables within LPO to LPO calculation and output:
- Average value (var_agv)
- Max and min values (var_min, var_max)
Include more output state variables for the areas within the LPOs and LPTs. For example, in addition to the average rain rate, have optional additional variables to average within the objects, e.g., zonal winds, surface pressure, TPW.
Steps: