Update pickling for U and graphUniform2

This commit is contained in:
Edgar P. Burkhart 2022-05-06 11:13:54 +02:00
parent 42e4cb4b45
commit 56c5e5c230
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 7 additions and 4 deletions

View file

@ -47,6 +47,9 @@ model.read_field_all("p_rgh")
model.read_field_all("U")
model.read_post("graphUniform", "alpha.water")
model.read_post("graphUniform", "U")
model.read_post("graphUniform2", "alpha.water")
model.read_post("graphUniform2", "U")
with (
gzip.open(out.joinpath("pickle.gz"), "wb")