Description
Describe the bug
Under UFS Coastal we are supporting Frontera for the ocean modeling community. We installed 1.6.0 previously without any issue and it was working fine until recent sync with the UFS WM. It seems that fms, g2 and g2tmpl modules are upgraded but still under 1.6.0 and then this requires updating our spack stack installation with those modules.
here are the new module version found in ufs.common
fms/2024.01
g2/3.5.1
g2tmpl/1.13.0
and here are the module that we are using currently,
fms/2023.04.lua
g2/3.4.5.lua
g2tmpl/1.10.2.lua
So, my question is that how this is happening. I was expecting to have release like 1.6.1 if there is some version change in modules. At this point, it is hard for me to update my 1.6.0 branch (has front support) to install these new versions since those new versions are available in newer version of spack and that is not compatible with our spack-stack 1.6.0 branch. Anyway, please let me know if there is 1.6.0 branch in Spack-stack side that has all those updated modules. If not, I think the kind of updates will create more headache in the UFS Coastal side in the future and somehow we need to find a consistent way to handle those kind of issues.
To Reproduce
Steps to reproduce the behavior:
- clone UFS Coastal on Frontera
git clone --recursive https://github.com/oceanmodeling/ufs-weather-model.git - try to build one of the configuration
cd ufs-weather-model/tests
./compile.sh frontera "-DAPP=CSTLS -DUSE_ATMOS=ON -DNO_PARAMETIS=OFF -DOLDIO=ON" coastal intel NO NO
Expected behavior
A clear and concise description of what you expected to happen.
expecting to build the configuration
System:
What system(s) are you running the code on?
on Frontera
Additional context
Add any other context about the problem here.
No