RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

ENH: Environment.create_ensemble method

Open Gui-FernandesBR opened this issue 1 year ago • 0 comments

Describe the solution you'd like

Imagine you have multiple atmospheric profiles (pressure, temperature, wind_x, wind_y) for a single location. We want to build a netCDF4 dataset that:

  • Combines all the profiles
  • Has metadata describing all its variables and parameters
  • Can be exported to a .nc file
  • Can be loaded as an "ensemble" file in the Environment class, and the Enviroment object should work exactly as if it had been imported using "GEFS" or other Ensemble forecast models.

Additional context

This feature can help us to vary wind conditions within Monte Carlo simulations, as we would be able to import several user-defined atmospheric profiles at once.

Gui-FernandesBR avatar May 19 '24 20:05 Gui-FernandesBR