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
The current way we are displaying the options to plot the gmfs doesn’t work when having multiple gmfs and multiple gmpes (a reasonable calculation, not a demo for a workshop). The window can not be re-seized and it’s not possible to scroll down, therefore is not possible to plot any gmf.
An alternative will be to stored all gmfs per GMPE in a single file, and plot the first one. In that way, the user could choose only the GMPE and have all the possible simulations in the columns of the layer.
The text was updated successfully, but these errors were encountered:
My understanding is that the plot is useful for scenario computations (i.e. few gsims) and not for event based calculations, where there will be too many GMFs anyway, so it will be impossible to do it. Perhaps we should just raise an error? To be discussed with @CatalinaYepes
For scenarios, usually we do less than 1000 gmfs, and a few gmpes. This is reasonable, and an error should not be raised.
@micheles here is a proposal for scenario and eb calculations when loading gmfs in the plugin:
The user selects the event or realization to show. This uses the branch_path from the realizations output, and by default we show the first one.
For scenario calcs, this will have a few options (usually between 1 - 6).
For eb calcs, the number of paths is usually large tens to thousands (depending on the model). In this case, when we have a number above something reasonable to handle with a drop-down menu (maybe 50?), we only provide then first 50 options, and include a message that says not loading others.
The user select the IMT to use
The generated attribute table should be per branch_path and per IMT, instead of per event. In this way we have layer called calc_type_gmfs_gsim_IMT, for example scenario_ParkerEtAl2020SInter_PGA. The attribute table should report the site_id and in each column the events associated to the gsim.
The current way we are displaying the options to plot the gmfs doesn’t work when having multiple gmfs and multiple gmpes (a reasonable calculation, not a demo for a workshop). The window can not be re-seized and it’s not possible to scroll down, therefore is not possible to plot any gmf.
An alternative will be to stored all gmfs per GMPE in a single file, and plot the first one. In that way, the user could choose only the GMPE and have all the possible simulations in the columns of the layer.
The text was updated successfully, but these errors were encountered: