You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for reading in arbitrary binary files with arbitrary ordering of data. Namely for SST velbar files, which include the TKE and Omega in them.
Allow for explicitly declaring the order of the components of a binary array by a comma-separated string, and have automatic treatment of those values.
Assume we have two lists: inputs and files, each entry of which corresponds to the others (so inputs[0] is the input string for files[0]). This would come out of the CLI parser.
Allow for reading in arbitrary binary files with arbitrary ordering of data. Namely for SST velbar files, which include the TKE and Omega in them.
Allow for explicitly declaring the order of the components of a binary array by a comma-separated string, and have automatic treatment of those values.
Standard processed values:
u
,v
,w
p
uu
,vv
,ww
,uv
,uw
,vw
Any other values parsed will simply be passed to the vtm file.
Examples:
'u,v,w,p'
'uu,vv,ww,uv,uw,vw'
'u,v,w,p,k,omega'
The text was updated successfully, but these errors were encountered: