Merge branch 'olaflow'

This commit is contained in:
Edgar P. Burkhart 2022-03-28 17:07:31 +02:00
commit 6f3425ae94
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
32 changed files with 311505 additions and 55 deletions

View file

@ -23,11 +23,9 @@ root = pathlib.Path(config.get("swash", "out"))
out = pathlib.Path(config.get("plot", "out"))
out.mkdir(exist_ok=True)
def data(var):
return np.load(inp.joinpath(f"{var}.npy"))
x = data("xp")
t = data("tsec")