-
Notifications
You must be signed in to change notification settings - Fork 4
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
CICE5 build for ESM1.6 (and CM2?) #156
Comments
Also - possibly we don't need the libaccessom2 dependency for ESM1.6 either ? |
This is the build script from CM2: https://github.com/ACCESS-NRI/access-cm2-drivers/blob/main/src/CICE_compile.csh and deps: module use ~access/modules |
Hi, Use the techniques used for ESM1.5 in https://github.com/ACCESS-NRI/spack-packages/blob/main/packages/mom5/package.py |
Do you know what this variable does?:
|
Supposition: It's an MPI channel id to allow multiple MPI communicators. I know nothing else. @ezhilsabareesh8 knows a lot more than I do about MPI comms, he may be able to comment about communicators in a more general sense. |
For ESM1.6, we are moving to CICE5 (instead of CICE4 used in EMS1.5.
The starting point for this is this branch which is the basis for getting the OASIS coupling to the UM.
I've managed to build this branch, using this hacked together spack package file:
https://github.com/ACCESS-NRI/spack-packages/compare/cice5_esm1p6
The changes are:
Well need to integrate these changes into the CICE5 spack package.
The text was updated successfully, but these errors were encountered: