riesgos / async

0 stars 0 forks source link

75 add deus tsunami wrapper #91

Closed nbrinckm closed 1 year ago

nbrinckm commented 1 year ago

This is the first version of the deus tsunami wrapper.

It listens to:

The very interesting points are the check that it uses an exposure model from the 1x deus run (and none of the tsunami case later).

The second point is the extraction of the schema parameter that should be used for the second deus run. I have a version there, but this is more a hack (as it uses the case that we don't change schemas for the earthquake part). As this could change in the future, I will try to spend some time on this within this week.

nbrinckm commented 1 year ago

Ok, I tried to extract the schema for the ts deus call from the eq modelprop parameters.

MichaelLangbein commented 1 year ago

Wow, that looks complex indeed. Can't think of a better way to do this, though. Feel free to merge!