Update pickling for U and graphUniform2
This commit is contained in:
parent
42e4cb4b45
commit
56c5e5c230
2 changed files with 7 additions and 4 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Reference in a new issue