NorESMhub / NorESM

Norwegian Earth System Model and Documentation
https://noresm-docs.readthedocs.io/en/latest/
Other
35 stars 74 forks source link

noresm2_5_alpha08b fails to build with WW3 component #601

Open TomasTorsvik opened 19 hours ago

TomasTorsvik commented 19 hours ago

Describe the bug

When running the BLOM test suite, it would appear that WW3 source code is not available in component subdirectory in the way that is expected. Specifically, the build script is looking for $NORESMSRC/components/ww3/WW3 which does not exist.

Please provide a clear and concise description of what the bug is.

In build step, wav.bldlog:

FROM: /cluster/work/users/tomast/noresm/noresm2_5_alpha08b_dev1.6.1.9/ERS_Ld3.T62_tn14_wtn14nw.NOINY_WW3.betzy_intel.blom-wavice.GC.20241125_145707_e5v12i/bld/wav/obj
  stat: 1

  errput: CMake Error: The source directory "/cluster/projects/nn2980k/tomast/NORESM/src/noresm2_5_alpha08b_dev1.6.1.9/components/ww3/WW3/model/src" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

ERROR: ERROR from cmake output=, error=CMake Error: The source directory "/cluster/projects/nn2980k/tomast/NORESM/src/noresm2_5_alpha08b_dev1.6.1.9/components/ww3/WW3/model/src" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

To Reproduce Steps to reproduce the behavior:

  1. check out noresm2_5_alpha08
  2. run test suite for blom

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

gold2718 commented 18 hours ago

It looks like WW3 never got converted to use submodules. Fix coming.