-
Notifications
You must be signed in to change notification settings - Fork 149
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
Compiling SIS2 coupled model, missing mct_mod #362
Comments
Which coupled model are you building? If you are following the directions here then you would have selected If you are using an MCT-based model, then you probably want to contact one of those groups. You can try the MOM6 forums: |
Yeah, I'm trying to compile the MOM6-SIS2 coupled model. I cleaned up the syntax a bit from the example, but aside from substituting some relative path walking with fixed path variables it's cut and pasted from the example. Mine looks like this:
So I am still getting familiar with the many moving parts here; don't know exactly how the couplers work, but I can see pretty clearly that I'll have a look at the MOM6 discussion; thanks for the pointer! |
Most likely something has happened with the The Please do post your issue in the forums, I think it could be useful to hear feedback from others. |
my gut feeling is that you are having a typo or continuation line issue. Here I put a simple script that I used for compiling using mkmf |
|
Yes, I realized that after Marshall’s last comment. Thanks to both of you
***@***.*** and @marshall) for the feedback; it was very helpful. I think
I have it sorted out.
Thanks again!
m
…On Thu, Oct 13, 2022 at 6:10 AM Alistair Adcroft ***@***.***> wrote:
${MOM6_SRC}/{*,*/*}/ is capturing all of config_src/ . I think you want
${MOM6_SRC}/src/{*,*/*}/
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2DC47MBZJFT5S4SEQQSCTWDAC53ANCNFSM6AAAAAARDTMP5I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When compiling MOM6-SIS2 coupled model, as per these directions:
Getting this compiler error:
Indeed,
ocn_cpl_indices.F90
definitely asks formct_mod
(ie, mct_mod.mod file), which I cannot find.MCT appears to refer to "Model Coupling Toolkit;" I found an acknowledgement to this ANL project:
https://github.com/MCSclimate/MCT, but it looks like
mct_mod.mod
is probably derived on that work (based on the reference).So is there another sub-project to build for MCT, or maybe those functions have moved?
The text was updated successfully, but these errors were encountered: