Building GOCART in UFS with spack-stack: cannot find esmf.mod #174
Replies: 4 comments 20 replies
-
@rsdunlapiv - Since I see you come up here, any thoughts on what could be happening here? |
Beta Was this translation helpful? Give feedback.
-
@benjamin-cash What version of GOCART are you trying to use? I want to say Spack and GOCART might only work in For example, these PRs: are only in |
Beta Was this translation helpful? Give feedback.
-
@mathomp4 @benjamin-cash I think I can spend some time this afternoon trying to decipher this. |
Beta Was this translation helpful? Give feedback.
-
It looks like I can't test on Orion at this point. The installation of spack-stack there does not include w3emc so the model build fails, and when I tried to build spac-stack myself it died almost immediately with an error about the C compiler and "github-actions-v0.1 raised ValueError: source is not trusted". So it will have to wait until someone updates that on Orion or @climbfuji untangles it. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Hopefully this is the right place to ask this question. :) Like the title says, I am trying to build GOCART as part of the ufs, using spack-stack, and I am running into the following error:
/work2/02441/bcash/frontera/ufs-weather-model/develop/GOCART/ESMF/Shared/Chem_AeroGeneric.F90:18:7:
18 | use ESMF
| 1
Fatal Error: Cannot open module file ‘esmf.mod’ for reading at (1): No such file or directory
I can build the model in many other configurations without issue, it is specifically when I try to build with GOCART that this issue arises. Do I need to do something beyond loading the esmf module to have it found by GOCART? Thanks!
@climbfuji - Just tagging you in since you were the first one to run into this.
Beta Was this translation helpful? Give feedback.
All reactions