-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Undefined symbols for architecture arm64: "_signa_", referenced from: ___fabm_cosine_misc_MOD_pt_in_poly #2
Comments
The function signa depends on the SCHISM host, so cannot be found when used with a different host like python. @wzhengui we should make this more generic, the grid_cell_area is a property we can pull from the host without this calculation in fabm_misc_cosine. |
Hi Carsten:
Thank you for the suggestion. I agree with you. I just changed this. Can
you help test whether it works on your side now?
Thanks,
Zhengui
…On Fri, Oct 14, 2022 at 2:03 PM Carsten Lemmen ***@***.***> wrote:
The function signa depends on the SCHISM host, so cannot be found when
used with a different host like python. @wzhengui
<https://github.com/wzhengui> we should make this more generic, the
grid_cell_area is a property we can pull from the host without this
calculation in fabm_misc_cosine.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFFROBJV7TFOJ3DIA6ZBE4DWDGN7PANCNFSM5ZRA6YQA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Your commit fixes #1 Thx! This one here is harder, as we would have to take the misc source apart and also do some work on the host side |
Thanks again. I agree with you. I put this on my note. Re-organizing fabm_cosine_misc.F90 is a good idea, as many parts are not needed for fabm. |
When making the python driver, the cosine model is lacking the
_signa_
symbolThe text was updated successfully, but these errors were encountered: