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

mo_ihamocc4m4ago.F90 is not checked out with master #357

Closed
mvertens opened this issue Jun 24, 2024 · 6 comments
Closed

mo_ihamocc4m4ago.F90 is not checked out with master #357

mvertens opened this issue Jun 24, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@mvertens
Copy link
Contributor

I am trying to merge the latest master into my refactor branch.
To start with I am trying to compile a blom case using master (on derecho) for the following test
SMS_Ld1.T62_tn14.NOINYOC.derecho_intel
The code cannot compile because it cannot find mo_ihammoc4m4ago -
(e.g. use mo_ihamocc4m4ago, only: alloc_mem_m4ago,init_m4ago_nml_params, init_m4ago_params)
It appears that this file is not being checked out with master.
Am I missing something?

@mvertens mvertens added the bug Something isn't working label Jun 24, 2024
@jmaerz
Copy link
Collaborator

jmaerz commented Jun 24, 2024

Hi @mvertens , starting from a fresh master, it should check out as well. It's an external submodule that is needed. See #269 and release notes + most useful source: #351 if you need further help, let me know.

@matsbn
Copy link
Contributor

matsbn commented Jun 24, 2024

To check out submodules without checking out everything from scratch, one could try:

git submodule update --init --recursive

@jmaerz
Copy link
Collaborator

jmaerz commented Jun 24, 2024

cd components/blom/pkgs
git clone https://github.com/jmaerz/M4AGO-sinking-scheme.git

@mvertens
Copy link
Contributor Author

Thanks @jmaerz and @matsbn - this is super helpful.

@jmaerz
Copy link
Collaborator

jmaerz commented Jun 24, 2024

Dear @mvertens , I close the issue as solved (otherwise feel free to open it again, if needed).

@jmaerz jmaerz closed this as completed Jun 24, 2024
@mvertens
Copy link
Contributor Author

Thanks. It all works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants