Open platipodium opened 2 years ago
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 https://github.com/schism-dev/fabm/issues/2#issuecomment-1279308487, 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_
symbol