We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now I do this via
const iDIP = 1:nb const iDOP = iDIP .+ nb const iPOP = iDOP .+ nb function unpack_state(x) DIP = x[iDIP] DOP = x[iDOP] POP = x[iPOP] return DIP, DOP, POP end
and
DIP, DOP, POP = unpack_state(x)
DIP_3d = NaN * wet3d; DIP_3d[iwet] = DIP
Probably good to have a unpack_state and vector_to_3D functions in AIBECS
unpack_state
vector_to_3D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now I do this via
and
and
Probably good to have a
unpack_state
andvector_to_3D
functions in AIBECSThe text was updated successfully, but these errors were encountered: