Skip to content
Snippets Groups Projects
Commit 9514bcdf authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 5dee455c
No related branches found
No related tags found
No related merge requests found
......@@ -2032,7 +2032,9 @@ def create_file_new2(filename, raob_dct, gfs_at_raob_dct, bf_dct, prd_dct, raob_
# scan to get max num levels, amvs
keys = list(raob_dct.keys())
for key in keys:
print(key)
raob = raob_dct.get(key)
print(raob.shape)
bf_tup = bf_dct.get(key)
amvs = bf_tup[0]
num_amvs = amvs.shape[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment