noaa-ocs-modeling / EnsemblePerturbation

perturbation of coupled model input over a space of input variables
https://ensembleperturbation.readthedocs.io
Creative Commons Zero v1.0 Universal
7 stars 3 forks source link

adding example that can be used to assemble ensemble inputs and outputs #52

Closed WPringle closed 3 years ago

WPringle commented 3 years ago

assembles set of ensemble runs into a single dataframe (one for input, one for output), and saves as HDF5 file

ghost commented 3 years ago

@WPringle should this run on an adcirc run with vortex.json as the perturbation?

WPringle commented 3 years ago

@WPringle should this run on an adcirc run with vortex.json as the perturbation?

I put in vortex.json just as an example here but I don't think that's necessary (see Orion share/working/william/Florence_perturbation_test). We could just search for any json file in the folder as long as that is the only one.

What is the normal file name format that will be generated for this json?

ghost commented 3 years ago

What is the normal file name format that will be generated for this json?

It should look like this:

vortex_4_variable_perturbation_1.22
vortex_4_variable_perturbation_1.json
vortex_4_variable_perturbation_2.22
vortex_4_variable_perturbation_2.json
vortex_4_variable_perturbation_3.22
vortex_4_variable_perturbation_3.json

we can always change this filename though

WPringle commented 3 years ago

yeah ok so we could just change it to vortex*.json

WPringle commented 3 years ago

I think is good if you are happy with it.