-
-
Notifications
You must be signed in to change notification settings - Fork 251
ENH: Environment.create_ensemble method #604
Copy link
Copy link
Open
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codesEnvironmentEnviroment Class related featuresEnviroment Class related features
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or request, including adjustments in current codesNew feature or request, including adjustments in current codesEnvironmentEnviroment Class related featuresEnviroment Class related features
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:
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.