Skip to content
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

cable_cbm.F90 An offline (cbl_model_driver_offline.F90) and online version #265

Open
penguian opened this issue Sep 2, 2020 · 1 comment

Comments

@penguian
Copy link
Collaborator

penguian commented Sep 2, 2020

keyword_keepgit owner:[email protected] type_JAC readiness | by [email protected]


cable_cbm is basically the per timestep model_driver. It has been called in both UM/offliine apps. However,
#defines and if() conditions everywhere direct which parts of the driver are to be activated at which point.
This alone is not ideal as it is getting messy. However, in JAC we are aiming to specifically send ONLY
necessary variables to parts of the model, rather than entire TYPEs. Thus the "call" in JAC has arg lists
populated by specific variables. The idea is to pass that same variable in the offline version as a specific
member of a type. These two should have identical value. Thus we can maintain the two methods across versions.
However, the arg lists will sytactically be populated by different KINDS that don't necessarily exist in both
versions. It is necessary at this time to therefore have two different versions of this "driver" which should
not involve any science anyway.


Issue migrated from trac:265 at 2023-11-27 11:34:15 +1100

@penguian
Copy link
Collaborator Author

penguian commented Feb 7, 2023

@[email protected] set keywords to keepgit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants