Merge branch 'olaflow'
This commit is contained in:
commit
6f3425ae94
32 changed files with 311505 additions and 55 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Reference in a new issue