You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to perform sensitivity analysis on forcing data. Currently this is not implemented, but could be added with some helper methods on the Ensemble class or ensemble module. To accomplish this we would need to:
Standardize the way that forcings are perturbed - I propose we should enforce use of xarray here for predictability.
Standardize naming of perturbations.
Update the force file list to include the standardized naming of forcing perturbations.
Update the file manager to point to any changes to the forcing file list name.
Ensure interop with other types of ensembles. It should be possible to create larger sets of ensembles with forcing perturbations, parameter perturbations, and decision sets without going deep into the internals of the Ensemble configuration.
I have been running some of these types of runs in an ad hoc manner by writing multiple file managers and forcing file lists with some shell scripts then using the following lines to set up the ensembles:
It would be useful to be able to perform sensitivity analysis on forcing data. Currently this is not implemented, but could be added with some helper methods on the
Ensemble
class orensemble
module. To accomplish this we would need to:Ensemble
configuration.I have been running some of these types of runs in an ad hoc manner by writing multiple file managers and forcing file lists with some shell scripts then using the following lines to set up the ensembles:
The text was updated successfully, but these errors were encountered: